1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 09:10:21 +02:00

added phpunit to require-dev

This commit is contained in:
Oliver Vogel
2014-03-28 09:54:33 +01:00
parent 97a7f95b10
commit b77e857334

View File

@@ -16,6 +16,9 @@
"ext-gd": "*",
"illuminate/support": "4.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"suggest": {
"intervention/imagecache": "Caching extension for the Intervention Image library"
},