Skip to content

Commit c28ae12

Browse files
committed
Merge remote-tracking branch 'origin/1.x'
* origin/1.x: Added requirements for symfony DI component
2 parents fc99077 + 848f26a commit c28ae12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Integration bridge for Go! AOP framework",
44
"type": "symfony-bundle",
55
"require": {
6-
"goaop/framework": "^1.0|^2.0@dev"
6+
"goaop/framework": "^1.0|^2.0@dev",
7+
"symfony/dependency-injection": "^2.3 <2.6.0"
78
},
89
"license": "MIT",
910
"authors": [

0 commit comments

Comments
 (0)