summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-02 18:48:19 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-02 18:48:19 +0100
commit8afcb8b8e126ba2f0f1dc0dc4f5861acb6100a4f (patch)
tree16e1ae953231284e6fc9ae7a279127cc67d6e6ce /composer.json
parent735bb2b5df913ce69d50ae236f6ab05018d69e74 (diff)
phpunit6: 6.0.8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json29
1 files changed, 15 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index 2eb834d..c623596 100644
--- a/composer.json
+++ b/composer.json
@@ -21,26 +21,26 @@
},
"require": {
"php": "^7.0",
+ "ext-dom": "*",
+ "ext-json": "*",
+ "ext-libxml": "*",
+ "ext-mbstring": "*",
+ "ext-xml": "*",
+ "myclabs/deep-copy": "^1.3",
+ "phpspec/prophecy": "^1.6.2",
+ "phpunit/php-code-coverage": "^5.0",
"phpunit/php-file-iterator": "^1.4",
"phpunit/php-text-template": "^1.2",
- "phpunit/php-code-coverage": "^5.0",
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^4.0",
- "phpspec/prophecy": "^1.6.2",
- "sebastian/comparator": "^1.2.4",
+ "sebastian/comparator": "^1.2.4 || ^2.0",
"sebastian/diff": "^1.2",
"sebastian/environment": "^2.0",
- "sebastian/exporter": "^2.0",
- "sebastian/global-state": "^1.1",
- "sebastian/object-enumerator": "^2.0",
+ "sebastian/exporter": "^2.0 || ^3.0",
+ "sebastian/global-state": "^1.1 || ^2.0",
+ "sebastian/object-enumerator": "^2.0 || ^3.0",
"sebastian/resource-operations": "^1.0",
- "sebastian/version": "^2.0",
- "myclabs/deep-copy": "^1.3",
- "ext-dom": "*",
- "ext-json": "*",
- "ext-mbstring": "*",
- "ext-xml": "*",
- "ext-libxml": "*"
+ "sebastian/version": "^2.0"
},
"require-dev": {
"ext-PDO": "*"
@@ -52,7 +52,8 @@
"config": {
"platform": {
"php": "7.0.0"
- }
+ },
+ "sort-packages": true
},
"suggest": {
"phpunit/php-invoker": "^1.1",