Skip to content

Commit

Permalink
Merge pull request #72 from akeneo/sf7-support
Browse files Browse the repository at this point in the history
Support Symfony 7
  • Loading branch information
Beninho authored Dec 8, 2023
2 parents cc4332b + a0be58e commit c4568a3
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 c4568a3

Please sign in to comment.