Skip to content

Commit

Permalink
chore: migration symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Joseph committed Nov 20, 2023
1 parent 5bfc0e7 commit 109ecf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
],
"require": {
"php": ">=8.1",
"symfony/dependency-injection": ">=6.3",
"symfony/http-foundation": ">=6.3",
"symfony/http-kernel": ">=6.3",
"symfony/security-core": ">=6.3",
"symfony/config": ">=6.3",
"symfony/dependency-injection": ">=6.3 || ^7.0",
"symfony/http-foundation": "^6.3 || ^7.0",
"symfony/http-kernel": "^6.3 || ^7.0",
"symfony/security-core": "^6.3 || ^7.0",
"symfony/config": "^6.3 || ^7.0",
"sonata-project/media-bundle": "^3.0 || ^4.0",
"sonata-project/admin-bundle": "^3.40 || ^4.0"
},
Expand Down

0 comments on commit 109ecf2

Please sign in to comment.