Using php 5.5 as a dependency because of ::class (see #148)
This commit is contained in:
parent
e335e2a924
commit
a26f03cc93
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.5.0",
|
||||||
"gregwar/captcha": "~1.1",
|
"gregwar/captcha": "~1.1",
|
||||||
"symfony/framework-bundle": "~2.1",
|
"symfony/framework-bundle": "~2.1",
|
||||||
"symfony/form": "~2.1"
|
"symfony/form": "~2.1"
|
||||||
|
|
Loading…
Reference in New Issue