Skip to content

Commit 8dd2fd5

Browse files
authored
Merge pull request #120 from tedious/php_7_drop
Drop PHP 7 from composer file
2 parents 9db60b1 + 5ae3761 commit 8dd2fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.0|^8.0"
18+
"php": "^8.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9|^10",

0 commit comments

Comments
 (0)