Skip to content

Commit 8f94171

Browse files
committed
Revert "removed 3.0 constraints from 2.7 composer files"
This reverts commit 5503804cf91f4ede81b94b34609653c013139038.
1 parent d779a32 commit 8f94171

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

composer.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/asset": "~2.7",
20+
"symfony/asset": "~2.7|~3.0.0",
2121
"symfony/dependency-injection" : "~2.6,>=2.6.2",
2222
"symfony/config" : "~2.4",
23-
"symfony/event-dispatcher": "~2.5",
24-
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
25-
"symfony/http-kernel": "~2.7",
26-
"symfony/filesystem": "~2.3",
27-
"symfony/routing": "~2.6,>2.6.4",
28-
"symfony/security-core": "~2.6",
29-
"symfony/security-csrf": "~2.6",
30-
"symfony/stopwatch": "~2.3",
31-
"symfony/templating": "~2.1",
32-
"symfony/translation": "~2.7",
23+
"symfony/event-dispatcher": "~2.5|~3.0.0",
24+
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4|~3.0.0",
25+
"symfony/http-kernel": "~2.7|~3.0.0",
26+
"symfony/filesystem": "~2.3|~3.0.0",
27+
"symfony/routing": "~2.6,>2.6.4|~3.0.0",
28+
"symfony/security-core": "~2.6|~3.0.0",
29+
"symfony/security-csrf": "~2.6|~3.0.0",
30+
"symfony/stopwatch": "~2.3|~3.0.0",
31+
"symfony/templating": "~2.1|~3.0.0",
32+
"symfony/translation": "~2.7|~3.0.0",
3333
"doctrine/annotations": "~1.0"
3434
},
3535
"require-dev": {
36-
"symfony/phpunit-bridge": "~2.7",
37-
"symfony/browser-kit": "~2.4",
38-
"symfony/console": "~2.6",
39-
"symfony/css-selector": "~2.0,>=2.0.5",
40-
"symfony/dom-crawler": "~2.0,>=2.0.5",
41-
"symfony/finder": "~2.0,>=2.0.5",
42-
"symfony/intl": "~2.3",
43-
"symfony/security": "~2.6",
44-
"symfony/form": "~2.7",
45-
"symfony/class-loader": "~2.1",
46-
"symfony/expression-language": "~2.6",
47-
"symfony/process": "~2.0,>=2.0.5",
48-
"symfony/validator": "~2.5",
49-
"symfony/yaml": "~2.0,>=2.0.5"
36+
"symfony/phpunit-bridge": "~2.7|~3.0.0",
37+
"symfony/browser-kit": "~2.4|~3.0.0",
38+
"symfony/console": "~2.6|~3.0.0",
39+
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
40+
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
41+
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",
42+
"symfony/intl": "~2.3|~3.0.0",
43+
"symfony/security": "~2.6|~3.0.0",
44+
"symfony/form": "~2.7|~3.0.0",
45+
"symfony/class-loader": "~2.1|~3.0.0",
46+
"symfony/expression-language": "~2.6|~3.0.0",
47+
"symfony/process": "~2.0,>=2.0.5|~3.0.0",
48+
"symfony/validator": "~2.5|~3.0.0",
49+
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0"
5050
},
5151
"suggest": {
5252
"symfony/console": "For using the console commands",

0 commit comments

Comments
 (0)