Skip to content

Commit fd5c671

Browse files
committed
[Composer] Enable Symfony 3
1 parent c3282df commit fd5c671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.4",
14-
"symfony/symfony": "~2.4"
14+
"symfony/symfony": "~2.4|~3.0"
1515
},
1616
"require-dev": {
1717
"atoum/atoum": "@stable",
@@ -21,4 +21,4 @@
2121
"psr-0": { "Gl3n\\HttpQueryStringFilterBundle\\": "" }
2222
},
2323
"target-dir": "Gl3n/HttpQueryStringFilterBundle"
24-
}
24+
}

0 commit comments

Comments
 (0)