Skip to content

Commit 69e77e7

Browse files
committed
PHP version fixed
1 parent a5eaf03 commit 69e77e7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^7.1|^8.0"
25+
"php": ">=7.1"
2626
},
2727
"require-dev": {
2828
"php-coveralls/php-coveralls": "^2.0",
@@ -31,11 +31,6 @@
3131
"phpstan/phpstan-deprecation-rules": "^0.11",
3232
"phpstan/phpstan-phpunit": "^0.11",
3333
"phpstan/phpstan-strict-rules": "^0.11",
34-
"phpunit/phpunit": "^7.0|^8.0"
35-
},
36-
"extra": {
37-
"branch-alias": {
38-
"dev-master": "2.0.x-dev"
39-
}
34+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
4035
}
4136
}

0 commit comments

Comments
 (0)