Skip to content

Commit

Permalink
Allow Symfony 6.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
D3lph1 authored Feb 9, 2022
1 parent 33c0197 commit 1314350
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 @@ -12,9 +12,9 @@
"require": {
"php": ">=7.0",
"composer-plugin-api": "^1.0 || ^2.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^5.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
"symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"composer/composer": "1.10.x-dev",
Expand Down

0 comments on commit 1314350

Please sign in to comment.