summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-06 14:28:37 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-06 14:28:37 +0100
commitaa3cde80a8b18a7c026a865f05fa0995187e9979 (patch)
tree1c5516c904fec7f6b1b38d0995ed6bc1c62de7de /composer.json
parent35886cbdfb3f5ad47cc4baf5b69cfacbe811bc71 (diff)
php-composer-ca-bundle: 1.0.7
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 5163594..7f41acd 100644
--- a/composer.json
+++ b/composer.json
@@ -27,6 +27,7 @@
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
+ "phpunit/phpunit": "^4.5",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0"
},
@@ -47,5 +48,10 @@
"branch-alias": {
"dev-master": "1.x-dev"
}
+ },
+ "config": {
+ "platform": {
+ "php": "5.3.9"
+ }
}
}