Skip to content

Commit

Permalink
⬆️ Support Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Beninho committed Dec 4, 2023
1 parent cc4332b commit a0be58e
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 @@ -15,10 +15,10 @@
"require": {
"php": "^7.2||^8.0",
"friendsofphp/php-cs-fixer": "^2.1||^3.0",
"symfony/event-dispatcher": "^4.4||^5.0||^6.0",
"symfony/finder": "^4.4||^5.0||^6.0",
"symfony/console": "^4.4||^5.0||^6.0",
"symfony/filesystem": "^4.4||^5.0||^6.0"
"symfony/event-dispatcher": "^4.4||^5.0||^6.0||^7.0",
"symfony/finder": "^4.4||^5.0||^6.0||^7.0",
"symfony/console": "^4.4||^5.0||^6.0||^7.0",
"symfony/filesystem": "^4.4||^5.0||^6.0||^7.0"
},
"require-dev": {
"phpspec/phpspec": "^7.2",
Expand Down

0 comments on commit a0be58e

Please sign in to comment.