1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-31 17:41:58 +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": "*", "ext-gd": "*",
"illuminate/support": "4.*" "illuminate/support": "4.*"
}, },
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"suggest": { "suggest": {
"intervention/imagecache": "Caching extension for the Intervention Image library" "intervention/imagecache": "Caching extension for the Intervention Image library"
}, },