diff --git a/composer.json b/composer.json index 1251cc1..f4a03af 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "php": ">=7.2", "behat/behat": "^3.8", "atoum/atoum": "^4", - "symfony/property-access": "~4.0", "justinrainbow/json-schema": ">=5.2.10 <6.0", "psr/http-message": "^1.0", "php-http/discovery": "^1.13", @@ -32,7 +31,8 @@ "tolerance/tolerance": "^0.4.2", "mtdowling/jmespath.php": "^2.3", "symfony/config": "^4.4.12 | ~5.0", - "symfony/dependency-injection": "^4.4.12 | ~5.0" + "symfony/dependency-injection": "^4.4.12 | ~5.0", + "symfony/property-access": "^4.4.12 | ~5.0" }, "require-dev": { "silex/silex": "~2.0",