Skip to content

Commit

Permalink
feat: change github actions (add more php versions), add return types…
Browse files Browse the repository at this point in the history
…, remove composer.json minimum dev, add phpunit 9 support
  • Loading branch information
Chris53897 committed Sep 30, 2021
1 parent 1d392da commit 73ca00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php" : "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit" : "^8.0 || ^9.0"
"phpunit/phpunit" : "^8.5.21 || ^9.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 73ca00c

Please sign in to comment.