Skip to content

Commit f980f24

Browse files
authored
Merge pull request #447 from func0der/allow_symfony_5
[Feature] Allow symfony 5 components.
2 parents f7fa0b3 + c325d8f commit f980f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"doctrine/annotations": "^1.2.3",
1414
"goaop/parser-reflection": "~2.0",
1515
"doctrine/cache": "^1.5",
16-
"symfony/finder": "^3.4|^4.2"
16+
"symfony/finder": "^3.4|^4.2|^5.0"
1717
},
1818

1919
"require-dev": {

0 commit comments

Comments
 (0)