Skip to content

Commit 6389763

Browse files
committed
chore: drop PHP 7.1
Why ? Because.
1 parent be7af47 commit 6389763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"phpcbf": "@php ./vendor/bin/phpcbf"
2424
},
2525
"require": {
26-
"php": "^7.1 || ^8.0",
26+
"php": "^7.2 || ^8.0",
2727
"ext-openssl":"*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
30+
"phpunit/phpunit": "^8 || ^9 || ^10 || ^11",
3131
"wdes/coding-standard": "^3.3"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)