Skip to content

Commit a410630

Browse files
Change composer requirements to proper OR
The versions ebfore did not match what was actually wanted, with this fix, it does work.
1 parent 6f3af3a commit a410630

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"minimum-stability": "stable",
1111
"require": {
1212
"php": ">=5.3.0",
13-
"symfony/twig-bundle": "~2.1|3.*",
14-
"symfony/framework-bundle": "~2.1|3.*",
15-
"symfony/finder" : "~2.1|3.*"
13+
"symfony/twig-bundle": "~2.1 || ^3.0",
14+
"symfony/framework-bundle": "~2.1 || ^3.0",
15+
"symfony/finder" : "~2.1 || ^3.0"
1616
},
1717
"require-dev" : {
18-
"symfony/css-selector": "~2.1|3.*",
19-
"symfony/browser-kit": "~2.1|3.*",
20-
"symfony/yaml": "~2.1|3.*",
21-
"sensio/framework-extra-bundle": "~2.1|3.*"
18+
"symfony/css-selector": "~2.1 || ^3.0",
19+
"symfony/browser-kit": "~2.1 || ^3.0",
20+
"symfony/yaml": "~2.1 || ^3.0",
21+
"sensio/framework-extra-bundle": "~2.1 || ^3.0"
2222
},
2323
"license": "MIT",
2424
"autoload": {

0 commit comments

Comments
 (0)