Skip to content

Commit 4ac4f5b

Browse files
committed
Moved phpunit to require-dev
1 parent 057f32e commit 4ac4f5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"require": {
1818
"php": "^7.0|^7.1",
1919
"intervention/image": "^2.3",
20-
"intervention/imagecache": "^2.3",
20+
"intervention/imagecache": "^2.3"
21+
},
22+
"require-dev": {
2123
"phpunit/phpunit": "^5.7"
2224
},
2325
"autoload": {

0 commit comments

Comments
 (0)