From a95b69259b711355044f485c5c936e5ae4eb17d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Nov 2017 11:04:37 +0100 Subject: Update to 1.7.1 fix erratic FTBFS from Koschei skip 1 test on BigEndian https://github.com/fzaninotto/Faker/issues/1346 ignore test results on 32-bit https://github.com/fzaninotto/Faker/issues/1347 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 1bf3497..d3bfd6c 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ } ], "require": { - "php": "^5.3.3|^7.0" + "php": "^5.3.3 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.5", + "phpunit/phpunit": "^4.0 || ^5.0", + "squizlabs/php_codesniffer": "^1.5", "ext-intl": "*" }, "autoload": { @@ -29,7 +29,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.6.0" + "dev-master": "1.8-dev" } } } -- cgit