Skip to content

Commit 20bd8e0

Browse files
committed
Fix dependencies requirements
1 parent 7914738 commit 20bd8e0

File tree

2 files changed

+1077
-510
lines changed

2 files changed

+1077
-510
lines changed

composer.json

+5-13
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@
55
"require": {
66
"php": ">=5.3",
77
"richardfullmer/rabbitmq-management-api": "^1.0",
8-
"symfony/config": "2.2.*",
9-
"symfony/console": "2.2.*",
10-
"symfony/framework-bundle": "2.2.*",
11-
"symfony/dependency-injection": "2.2.*",
12-
"symfony/http-kernel": "2.2.*",
13-
"symfony/http-foundation": "2.2.*",
14-
"symfony/event-dispatcher": "2.2.*",
15-
"symfony/filesystem": "2.2.*",
16-
"symfony/translation": "2.2.*",
17-
"symfony/routing": "2.2.*",
18-
"symfony/templating": "2.2.*",
19-
"symfony/stopwatch": "2.2.*",
20-
"symfony/debug": "2.3.*"
8+
"symfony/config": ">=2.1",
9+
"symfony/console": ">=2.1",
10+
"symfony/framework-bundle": ">=2.1",
11+
"symfony/dependency-injection": ">=2.1",
12+
"symfony/http-kernel": ">=2.1"
2113
},
2214
"require-dev": {
2315
"matthiasnoback/symfony-dependency-injection-test": "0.*",

0 commit comments

Comments
 (0)