Skip to content

Commit 5803f0f

Browse files
author
Christoph Singer
committed
Require PHP8 and phpunit 9
1 parent a453423 commit 5803f0f

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
@@ -4,13 +4,13 @@
44
"type":"library",
55
"license":"MIT",
66
"require": {
7-
"php": ">=5.4",
7+
"php": ">=8",
88
"mrclay/jsmin-php": "^2.3",
99
"tubalmartin/cssmin": "^4",
1010
"symfony/options-resolver": ">=2.3"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^4|^5|^6|^7"
13+
"phpunit/phpunit": "^9"
1414
},
1515
"autoload":{
1616
"psr-4":{

0 commit comments

Comments
 (0)