Using | instead of ||
This commit is contained in:
parent
8682eee873
commit
e10494a767
|
@ -19,8 +19,8 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.5.0",
|
||||||
"gregwar/captcha": "~1.1",
|
"gregwar/captcha": "~1.1",
|
||||||
"symfony/framework-bundle": "~2.1 || ~3.0",
|
"symfony/framework-bundle": "~2.1|~3.0",
|
||||||
"symfony/form": "~2.1 || ~3.0"
|
"symfony/form": "~2.1|~3.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in New Issue