Skip to content

Commit

Permalink
Bumped Symfony packages requirements to ^6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 14, 2024
1 parent 4da0c2f commit 935a19b
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 @@ -8,13 +8,13 @@
"require": {
"php": " >=8.3",
"ibexa/core": "~5.0.x-dev",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/notifier": "^5.4",
"symfony/yaml": "^5.4"
"symfony/config": "^6.4",
"symfony/dependency-injection": "^6.4",
"symfony/event-dispatcher": "^6.4",
"symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.4",
"symfony/notifier": "^6.4",
"symfony/yaml": "^6.4"
},
"require-dev": {
"ibexa/code-style": "~2.0.0",
Expand Down

0 comments on commit 935a19b

Please sign in to comment.