summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-15 10:11:59 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-15 10:11:59 +0100
commit079677467c35fe95f3bb9239f71b25b4f55d1a28 (patch)
tree4ec97a1dc810a54d7f1cff420713d2070fdbb39c /composer.json
parent26a2293541aa18807f22c4936798d7c3aff33977 (diff)
php-zendframework-zend-math: dup the spec
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 804ba67..1200ba4 100644
--- a/composer.json
+++ b/composer.json
@@ -13,20 +13,19 @@
}
},
"require": {
- "php": "^5.5 || ^7.0",
- "ext-mbstring": "*",
- "paragonie/random_compat": "^2.0.2"
+ "php": "^5.5 || ^7.0"
},
"suggest": {
"ext-bcmath": "If using the bcmath functionality",
- "ext-gmp": "If using the gmp functionality"
+ "ext-gmp": "If using the gmp functionality",
+ "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev",
- "dev-develop": "3.1-dev"
+ "dev-master": "2.7-dev",
+ "dev-develop": "2.8-dev"
}
},
"autoload-dev": {
@@ -36,6 +35,7 @@
},
"require-dev": {
"fabpot/php-cs-fixer": "1.7.*",
+ "ircmaxell/random-lib": "~1.1",
"phpunit/PHPUnit": "~4.0"
}
}