diff options
-rw-r--r-- | Core/composer.json | 2 | ||||
-rw-r--r-- | Guard/composer.json | 2 | ||||
-rw-r--r-- | composer.json | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/Core/composer.json b/Core/composer.json index 28230f0..d25400f 100644 --- a/Core/composer.json +++ b/Core/composer.json @@ -17,9 +17,7 @@ ], "require": { "php": ">=5.5.9", - "symfony/polyfill-php55": "~1.0", "symfony/polyfill-php56": "~1.0", - "symfony/polyfill-php70": "~1.0", "symfony/polyfill-util": "~1.0" }, "require-dev": { diff --git a/Guard/composer.json b/Guard/composer.json index d2a09b9..68f5ac3 100644 --- a/Guard/composer.json +++ b/Guard/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.9", + "php": ">=5.5.9", "symfony/security-core": "~2.8|~3.0", "symfony/security-http": "~2.8|~3.0" }, diff --git a/composer.json b/composer.json index a6039e3..1921bdd 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,10 @@ "symfony/event-dispatcher": "~2.8|~3.0", "symfony/http-foundation": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0", - "symfony/polyfill-php55": "~1.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.0", "symfony/polyfill-util": "~1.0", - "symfony/property-access": "~2.8|~3.0", + "symfony/property-access": "~2.8|~3.0" }, "replace": { "symfony/security-core": "self.version", |