Skip to content

Commit

Permalink
Merge pull request #5 from tahaghafuri/renovate/major-symfony
Browse files Browse the repository at this point in the history
Update symfony packages to v7 (major)
  • Loading branch information
tahaghafuri authored Dec 29, 2023
2 parents 41f8751 + 890403a commit 2e84977
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 @@ -11,16 +11,16 @@
],
"require": {
"php": ">=8.0",
"symfony/http-kernel": "^6.0",
"symfony/event-dispatcher": "^6.0",
"symfony/http-foundation": "^6.0",
"symfony/http-kernel": "^7.0",
"symfony/event-dispatcher": "^7.0",
"symfony/http-foundation": "^7.0",
"pimple/pimple": "^3.0",
"monolog/monolog": "~1.4,>=1.4.1",
"league/flysystem": "^3.0",
"league/flysystem-aws-s3-v3": "^3.0",
"ext-json": "*",
"ext-gd": "*",
"symfony/mime": "^6.0",
"symfony/mime": "^7.0",
"friendsofphp/php-cs-fixer": "^3.11",
"league/flysystem-azure-blob-storage": "^3.0",
"spatie/flysystem-dropbox": "^3.0",
Expand Down

0 comments on commit 2e84977

Please sign in to comment.