Using php 5.5 as a dependency because of ::class (see #148)

This commit is contained in:
Gregwar 2015-12-07 14:25:06 +01:00
parent e335e2a924
commit a26f03cc93
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.5.0",
"gregwar/captcha": "~1.1",
"symfony/framework-bundle": "~2.1",
"symfony/form": "~2.1"