Skip to content

Commit 28d825c

Browse files
committed
chore(composer): require php7
1 parent e71e04f commit 28d825c

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
}
2424
},
2525
"require": {
26-
"php": ">=5.4",
26+
"php": ">=7.0",
2727
"ext-ctype": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^5.5 || ^6.5 || ^7.5 || ^8.5"
30+
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5"
3131
},
3232
"scripts": {
3333
"test": "phpunit",

0 commit comments

Comments
 (0)