summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-07 08:04:25 +0200
committerRemi Collet <remi@remirepo.net>2018-10-07 08:04:25 +0200
commit0f7d173833a4e430d075df412eb088c9068ca93d (patch)
treec19bef1e31334761d12ddbcf25ff33c041555c39 /composer.json
parentd4f2ce7ea17377fc2315074a2e7607b33d3b65fb (diff)
update to 1.36.0
raise dependency on PHP 5.5 open https://github.com/llaville/php-compatinfo-db/issues/14 zip open https://github.com/llaville/php-compatinfo-db/issues/15 http open https://github.com/llaville/php-compatinfo-db/issues/16 redis open https://github.com/llaville/php-compatinfo-db/issues/17 uopz open https://github.com/llaville/php-compatinfo-db/issues/18 varnish
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 578013b..bf3938c 100644
--- a/composer.json
+++ b/composer.json
@@ -10,8 +10,8 @@
"issues": "https://github.com/llaville/php-compatinfo-db/issues"
},
"require": {
- "php": ">=5.4.0",
- "composer/semver": "~1.0",
+ "php": ">=5.5",
+ "composer/semver": "^1.0",
"ext-curl": "*",
"ext-intl": "*",
"ext-libxml": "*",
@@ -22,10 +22,11 @@
"ext-pdo_sqlite": "*"
},
"require-dev": {
- "symfony/console": "~2.5||^3.0",
- "psr/log": "~1.0",
- "monolog/monolog": "~1.10",
- "bartlett/phpunit-loggertestlistener": "~1.5"
+ "symfony/console": "^2.5||^3.0",
+ "psr/log": "^1.0",
+ "monolog/monolog": "^1.10",
+ "bartlett/phpunit-loggertestlistener": "^1.7",
+ "phpunit/php-timer": "^2.0"
},
"suggest": {
"symfony/console": "Allow to rebuild the Reference CompatInfo Database",