diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index aad7516..54b9363 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,13 @@ "require": { "php": "^5.5 || ^7.0", "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", - "phpunitgoodpractices/polyfill": "^1.0" + "phpunitgoodpractices/polyfill": "^1.1" }, "conflict": { "hhvm": "*" }, "require-dev": { "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", - "phpunitgoodpractices/traits": "^1.3.2", "symfony/phpunit-bridge": "^3.2.2 || ^4.0" }, "config": { |