Skip to content

Commit

Permalink
Require minimum phpunit with forward compatible classes
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 7, 2022
1 parent 3511edc commit 7583d02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
"ext-pcre": "*"
},
"require-dev": {
"phpunit/phpunit": "4.2"
"phpunit/phpunit": "^4.8.36"
},
"autoload-dev": {
"psr-4": {
"JSMin\\Test\\": "tests/"
}
},
"autoload": {
"psr-0": {"JSMin\\": "src/"}
Expand Down

0 comments on commit 7583d02

Please sign in to comment.