Skip to content

Commit

Permalink
fix(deps): update symfony packages to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent b2b3c2d commit 7dc7a32
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"shardj/zf1-future": "1.23.*",
"smalot/pdfparser": "^2.2",
"solarium/solarium": "^6.3.1",
"symfony/cache": "^5.4",
"symfony/console": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/filesystem": "^6.4",
"symfony/cache": "^7.0",
"symfony/console": "^7.0",
"symfony/event-dispatcher": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*",
"symfony/polyfill-php84": "*",
"symfony/property-access": "^6.4",
"symfony/serializer": "^6.4",
"symfony/yaml": "^6.4",
"symfony/property-access": "^7.0",
"symfony/serializer": "^7.0",
"symfony/yaml": "^7.0",
"vlucas/phpdotenv": "^5.5",
"symfony/intl": "^6.4"
"symfony/intl": "^7.0"
},

"require-dev": {
Expand Down

0 comments on commit 7dc7a32

Please sign in to comment.