summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-10 11:04:37 +0100
committerRemi Collet <remi@remirepo.net>2017-11-10 11:04:37 +0100
commita95b69259b711355044f485c5c936e5ae4eb17d4 (patch)
treee5a6573386434e6c51f819bcce3b4ea6d7a55797 /composer.json
parent83ac416483d249029bff10387d154d7748d3eafa (diff)
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
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
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"
}
}
}