Skip to content

Commit

Permalink
Merge pull request #447 from func0der/allow_symfony_5
Browse files Browse the repository at this point in the history
[Feature] Allow symfony 5 components.
  • Loading branch information
lisachenko authored Apr 6, 2020
2 parents f7fa0b3 + c325d8f commit f980f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"doctrine/annotations": "^1.2.3",
"goaop/parser-reflection": "~2.0",
"doctrine/cache": "^1.5",
"symfony/finder": "^3.4|^4.2"
"symfony/finder": "^3.4|^4.2|^5.0"
},

"require-dev": {
Expand Down

0 comments on commit f980f24

Please sign in to comment.