diff options
Diffstat (limited to 'Guard')
-rw-r--r-- | Guard/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |