Skip to content

Commit

Permalink
Add Symfony 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
k0d3r1s authored and mledoze committed Dec 18, 2019
1 parent 23abc6a commit 9efbe2e
Show file tree
Hide file tree
Showing 3 changed files with 471 additions and 164 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=5.6.33",
"symfony/console": "^2.8|^3.4|~4.0",
"symfony/yaml": "^2.8|^3.4|~4.0"
"symfony/console": "^2.8|^3.4|~4.0|^5.0",
"symfony/yaml": "^2.8|^3.4|~4.0|^5.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
Expand Down
Loading

0 comments on commit 9efbe2e

Please sign in to comment.