Skip to content

Commit ee5a833

Browse files
authored
Merge pull request #581 from tezrik/master
update code for php 8.0
2 parents c3b5e51 + ad80f6f commit ee5a833

File tree

4 files changed

+236
-552
lines changed

4 files changed

+236
-552
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ php:
66
- 7.3
77
- 7.4
88
- 8.0
9-
matrix:
10-
allow_failures:
11-
- php: 8.0
129

1310
before_script:
1411
- composer self-update

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"squizlabs/php_codesniffer": "^3.5",
4242
"symfony/var-dumper": "^5.1",
4343
"symfony/finder": "^5.1",
44-
"phpunit/phpunit": "9.5.8",
44+
"phpunit/phpunit": "^8.5",
4545
"friendsofphp/php-cs-fixer": "^3.0"
4646
},
4747
"suggest": {

0 commit comments

Comments
 (0)