Skip to content

Commit 1ba2d20

Browse files
committed
removed 3.0 constraints from 2.7 composer files
1 parent dc07130 commit 1ba2d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/filesystem": "~2.3|~3.0.0"
20+
"symfony/filesystem": "~2.3"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7|~3.0.0"
23+
"symfony/phpunit-bridge": "~2.7"
2424
},
2525
"autoload": {
2626
"psr-0": { "Symfony\\Component\\Config\\": "" }

0 commit comments

Comments
 (0)