Skip to content

Commit 432f11b

Browse files
committed
Support goaop/framework v3
v2 is still supported
1 parent 0ca8d3c commit 432f11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"require": {
1616
"php": ">=7.0.0",
17-
"goaop/framework": "^2.2.0",
17+
"goaop/framework": "^2.2.0 | ^3.0.0-RC2",
1818
"phpunit/phpunit": "> 6.0.0",
19-
"symfony/finder": "~2.4|~3.0|~4.0|~5.0"
19+
"symfony/finder": ">=2.4 <6.0"
2020
},
2121
"require-dev": {
2222
"codeception/codeception": "^4.0",

0 commit comments

Comments
 (0)