diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-26 09:58:05 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-26 09:58:05 +0100 |
commit | 0f5c13936bb74c4ea9252f6a2f7164dc2e1eb00c (patch) | |
tree | f91deba7a7485274222af76024bf8d41af931a8c /composer-traits.json | |
parent | 89560fd8fa0a24c1bdd4d67be52806d5e7c49fbc (diff) |
update phpunitgoodpractices/polyfill to 1.2.0
update phpunitgoodpractices/traits to 1.8.0
allow PHPUnit 8
Diffstat (limited to 'composer-traits.json')
-rw-r--r-- | composer-traits.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/composer-traits.json b/composer-traits.json index 61e28cc..c3d6f7a 100644 --- a/composer-traits.json +++ b/composer-traits.json @@ -11,22 +11,26 @@ ], "require": { "php": "^5.5 || ^7.0", - "phpunit/phpunit": "~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.8.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.6 || ~7.3.0 || ~7.4.0 || ~7.5.0" - }, - "require-dev": { - "phpunitgoodpractices/polyfill": "^1.1" + "phpunit/phpunit": "~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.8.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0 || ~7.0.0 || ~7.1.0 || ~7.2.6 || ~7.3.0 || ~7.4.0 || ~7.5.0 || ~8.0.0" }, "conflict": { "hhvm": "*" }, + "require-dev": { + "phpunitgoodpractices/polyfill": "^1.1" + }, "config": { "optimize-autoloader": true, "sort-packages": true }, "autoload": { - "psr-4": { "PHPUnitGoodPractices\\Traits\\": "src/" } + "psr-4": { + "PHPUnitGoodPractices\\Traits\\": "src/" + } }, "autoload-dev": { - "psr-4": { "PHPUnitGoodPractices\\Traits\\Tests\\": "tests/" } + "psr-4": { + "PHPUnitGoodPractices\\Traits\\Tests\\": "tests/" + } } } |