summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 9c9bfe6bf..3caf61b32 100644
--- a/composer.json
+++ b/composer.json
@@ -9,12 +9,16 @@
"source": "https://github.com/Bluewind/filebin"
},
"require": {
- "php": ">=5.5"
+ "php": ">=5.5",
+ "ext-gd": "*",
+ "ext-exif": "*",
+ "ext-phar": "*"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
- "phpunit/php-code-coverage": "^4 || ^5"
+ "phpunit/php-code-coverage": "^4 || ^5",
+ "ext-xdebug": "*"
}
}