Skip to content

Commit

Permalink
Support Symfony 5 (nunomaduro#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzawadzki authored and nunomaduro committed Nov 23, 2019
1 parent 966303f commit ae176ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"sensiolabs/security-checker": "^6.0",
"slevomat/coding-standard": "^5.0",
"squizlabs/php_codesniffer": "^3.4",
"symfony/console": "^4.2",
"symfony/finder": "^4.2"
"symfony/console": "^4.2|^5.0",
"symfony/finder": "^4.2|^5.0"
},
"require-dev": {
"illuminate/console": "^5.8",
Expand All @@ -35,7 +35,7 @@
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^8.0",
"roave/no-floaters": "^1.1",
"symfony/var-dumper": "^4.2",
"symfony/var-dumper": "^4.2|^5.0",
"symplify/easy-coding-standard": "^6.0",
"thecodingmachine/phpstan-strict-rules": "^0.11.0"
},
Expand Down

0 comments on commit ae176ac

Please sign in to comment.