Skip to content

Commit 4e56f47

Browse files
committed
Upgrade support to php 8
1 parent c1e8da9 commit 4e56f47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"sort-packages": true
2525
},
2626
"require": {
27-
"php": "^5.6 || ^7.0",
28-
"squizlabs/php_codesniffer": "^2.6"
27+
"php": "^7.0 || ^8.0",
28+
"squizlabs/php_codesniffer": "^3.6"
2929
},
3030
"require-dev": {
3131
"php-coveralls/php-coveralls": "^1.0",
32-
"phpunit/phpunit": "^5.5"
32+
"phpunit/phpunit": ">=6.5"
3333
}
3434
}

0 commit comments

Comments
 (0)