Skip to content

Commit

Permalink
Merge pull request #62 from Jeroeny/symfony-5
Browse files Browse the repository at this point in the history
allow symfony 5
  • Loading branch information
overtrue authored Nov 23, 2019
2 parents e591588 + 299ec56 commit 2f822d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": ">=5.5.9",
"ext-json": "*",
"symfony/console": "^3.2|^4.0",
"symfony/finder": "^3.0|^4.0",
"symfony/process": "^3.0|^4.0",
"symfony/yaml": "^3.0|^4.0"
"symfony/console": "^3.2|^4.0|^5.0",
"symfony/finder": "^3.0|^4.0|^5.0",
"symfony/process": "^3.0|^4.0|^5.0",
"symfony/yaml": "^3.0|^4.0|^5.0"
},
"require-dev": {
"jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
Expand Down

0 comments on commit 2f822d7

Please sign in to comment.