Skip to content

Commit

Permalink
Allow using Symfony 7 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: jgmullor <[email protected]>
  • Loading branch information
jgmullor and jgmullor authored Nov 29, 2023
1 parent bdedb75 commit eb759a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/routing": "^4.4 || ^5.0 || ^6.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/routing": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"pccomponentes/ddd": "^2.0 || ^3.0 || ^4.0"
},
"require-dev": {
Expand Down

0 comments on commit eb759a4

Please sign in to comment.