Skip to content

Commit ae176ac

Browse files
jzawadzkinunomaduro
authored andcommitted
Support Symfony 5 (#324)
1 parent 966303f commit ae176ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"sensiolabs/security-checker": "^6.0",
2525
"slevomat/coding-standard": "^5.0",
2626
"squizlabs/php_codesniffer": "^3.4",
27-
"symfony/console": "^4.2",
28-
"symfony/finder": "^4.2"
27+
"symfony/console": "^4.2|^5.0",
28+
"symfony/finder": "^4.2|^5.0"
2929
},
3030
"require-dev": {
3131
"illuminate/console": "^5.8",
@@ -35,7 +35,7 @@
3535
"phpstan/phpstan-strict-rules": "^0.11",
3636
"phpunit/phpunit": "^8.0",
3737
"roave/no-floaters": "^1.1",
38-
"symfony/var-dumper": "^4.2",
38+
"symfony/var-dumper": "^4.2|^5.0",
3939
"symplify/easy-coding-standard": "^6.0",
4040
"thecodingmachine/phpstan-strict-rules": "^0.11.0"
4141
},

0 commit comments

Comments
 (0)