Skip to content

Commit

Permalink
feat: update Symfony version dependency from ^6.2 to ^6.4 to align wi…
Browse files Browse the repository at this point in the history
…th Core versions
  • Loading branch information
maikschneider committed Jan 26, 2024
1 parent 88ef026 commit 1f27363
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"symfony/console": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/config": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/finder": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/filesystem": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.2 || ^7.0",
"symfony/console": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/config": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/finder": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"symfony/event-dispatcher": "^4.4 || ^5.4 || ^6.4 || ^7.0",
"helmich/typo3-typoscript-parser": "^2.3",
"ext-json": "*"
},
Expand Down

0 comments on commit 1f27363

Please sign in to comment.