Skip to content

Commit

Permalink
Composer updates (#178)
Browse files Browse the repository at this point in the history
* Composer updates

* Fix offenses

* Rebase
  • Loading branch information
SergioMendolia committed Sep 7, 2024
1 parent 131f095 commit da3a7ae
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 208 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"symfony/asset": "^7.1",
"symfony/console": "^6.2",
"symfony/doctrine-messenger": "^7.1",
"symfony/dotenv": "^6.2",
"symfony/dotenv": "^7.1",
"symfony/expression-language": "^7.1",
"symfony/filesystem": "^7.1",
"symfony/finder": "^7.1",
Expand All @@ -45,7 +45,7 @@
"symfony/framework-bundle": "^6.2",
"symfony/http-client": "^6.2",
"symfony/intl": "^7.1",
"symfony/mailer": "^6.2",
"symfony/mailer": "^7.1",
"symfony/mime": "^7.1",
"symfony/monolog-bundle": "^3.0",
"symfony/notifier": "^7.1",
Expand All @@ -54,12 +54,13 @@
"symfony/property-info": "^7.1",
"symfony/psr-http-message-bridge": "^7.1",
"symfony/runtime": "^7.1",
"symfony/security-bundle": "^6.2",
"symfony/security-bundle": "^7.1",
"symfony/security-http": "^7.1",
"symfony/serializer": "^6.2",
"symfony/stimulus-bundle": "^2.11",
"symfony/string": "^7.1",
"symfony/translation": "^7.1",
"symfony/twig-bundle": "^6.2",
"symfony/twig-bundle": "^7.1",
"symfony/ux-autocomplete": "^2.11",
"symfony/ux-live-component": "^2.11",
"symfony/validator": "^6.2",
Expand Down
Loading

0 comments on commit da3a7ae

Please sign in to comment.