Skip to content

Commit

Permalink
chore: update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandanyel committed Nov 18, 2024
1 parent 1fd2fbf commit c136e41
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 @@ -13,22 +13,22 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.2",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.12",
"doctrine/orm": "^3.1",
"symfony/translation": "^6.4|^7.0",
"symfony/asset": "^6.4|^7.0",
"symfony/form": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/twig-bundle": "^6.4|^7.0",
"symfony/translation": "^6.4 || ^7.1",
"symfony/asset": "^6.4 || ^7.1",
"symfony/form": "^6.4 || ^7.1",
"symfony/framework-bundle": "^6.4 || ^7.1",
"symfony/twig-bundle": "^6.4 || ^7.1",
"twig/twig": "^2.12|^3.0",
"symfony/options-resolver": "^7.1"
"symfony/options-resolver": "^6.4 || ^7.1"
},
"extra": {
"symfony": {
"allow-contrib": true,
"require": "^6.4 || ^7.0"
"require": "^6.4 || ^7.1"
}
},
"support": {
Expand Down

0 comments on commit c136e41

Please sign in to comment.