Skip to content

Commit

Permalink
Support Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
saulens22 authored Mar 19, 2024
1 parent 0a0fe28 commit c0525a0
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 @@ -13,9 +13,9 @@
"bin": ["bin/license-checker"],
"require": {
"php": "^8.1",
"symfony/console": "^4.0 || ^5.0 || ^6.0",
"symfony/process": "^4.0 || ^5.0 || ^6.0",
"symfony/yaml": "^4.0 || ^5.0 || ^6.0"
"symfony/console": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
Expand Down

0 comments on commit c0525a0

Please sign in to comment.