Skip to content

Commit c476b8e

Browse files
committed
File composer.json updated - PHP & PHPUnit (#103)
1 parent 94c2b3e commit c476b8e

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
@@ -19,11 +19,11 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.5.9",
22+
"php": ">=7.4.0",
2323
"garoevans/php-enum": "*"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "9.5.*",
26+
"phpunit/phpunit": "*",
2727
"squizlabs/php_codesniffer": "*"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)