From de93e06ba1e34b6c3b461a090169c329d6bdcbdf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jun 2016 11:10:36 +0200 Subject: php-zendframework-zend-math: 3.0.0 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1200ba4..804ba67 100644 --- a/composer.json +++ b/composer.json @@ -13,19 +13,20 @@ } }, "require": { - "php": "^5.5 || ^7.0" + "php": "^5.5 || ^7.0", + "ext-mbstring": "*", + "paragonie/random_compat": "^2.0.2" }, "suggest": { "ext-bcmath": "If using the bcmath functionality", - "ext-gmp": "If using the gmp functionality", - "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable" + "ext-gmp": "If using the gmp functionality" }, "minimum-stability": "dev", "prefer-stable": true, "extra": { "branch-alias": { - "dev-master": "2.7-dev", - "dev-develop": "2.8-dev" + "dev-master": "3.0-dev", + "dev-develop": "3.1-dev" } }, "autoload-dev": { @@ -35,7 +36,6 @@ }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", - "ircmaxell/random-lib": "~1.1", "phpunit/PHPUnit": "~4.0" } } -- cgit