Skip to content

Commit

Permalink
move phpunit require to require
Browse files Browse the repository at this point in the history
  • Loading branch information
johanrosenson committed Feb 22, 2021
1 parent 350a193 commit ad69741
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
}
],
"require": {
"php": "^7.4|^8.0"
},
"require-dev": {
"php": "^7.4|^8.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit ad69741

Please sign in to comment.