Skip to content

Commit

Permalink
require --dev for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Bolshov committed Sep 10, 2021
1 parent 912d93a commit edf0372
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
}
],
"require": {
"php": ">=7.3",
"phpunit/phpunit": "^9.0"
"php": ">=7.3"
},
"autoload": {
"psr-4": {
Expand All @@ -27,5 +26,8 @@
},
"scripts": {
"generate": "Imgproxy\\CLI::generate"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edf0372

Please sign in to comment.