Skip to content

Commit 69cccab

Browse files
authored
Update composer.json
1 parent 30a0bb4 commit 69cccab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"minimum-stability": "stable",
2020
"require": {
21-
"php": "^5.6|^7.0|^8.0"
21+
"php": "^7.1|^8.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^5.7|^6.0|^8.0|^9.0",
24+
"phpunit/phpunit": "^7.0|^8.0|^9.0",
2525
"squizlabs/php_codesniffer": "^2.3|^3.0"
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)