From 079677467c35fe95f3bb9239f71b25b4f55d1a28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Nov 2016 10:11:59 +0100 Subject: php-zendframework-zend-math: dup the spec --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'composer.json') 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" } } -- cgit