Skip to content

Commit ab024da

Browse files
committed
Use only stable dependecy from now
1 parent 75c4300 commit ab024da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",
77
"symfony/dependency-injection": "^2.6|^3.0"
88
},
99
"license": "MIT",
@@ -13,7 +13,6 @@
1313
"email": "lisachenko.it@gmail.com"
1414
}
1515
],
16-
"minimum-stability": "stable",
1716
"autoload": {
1817
"psr-4": {
1918
"Go\\Symfony\\GoAopBundle\\": "./"

0 commit comments

Comments
 (0)