Skip to content

Commit 6e9fcb5

Browse files
authored
Merge pull request #55 from nbayramberdiyev/bump-dependencies
Build with PHP 8.0 and 8.1
2 parents d11c832 + 48dc18f commit 6e9fcb5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13+
- 8.0
14+
- 8.1
1315
- 'nightly'
1416

1517
env:

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
},
4343
"scripts": {
4444
"test": "phpunit"
45+
},
46+
"config": {
47+
"sort-packages": true
4548
}
4649
}

0 commit comments

Comments
 (0)