Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Nov 14, 2024
1 parent 831f1ae commit 045827e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"symfony/http-kernel": "^6.4 || ^7.1"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.4",
"doctrine/mongodb-odm": "^2.3",
"doctrine/mongodb-odm-bundle": "^4.4.1 || ^5.0",
"doctrine/orm": "^2.9 || ^3.0",
"jms/serializer": "^3.18",
"jms/serializer-bundle": "^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0",
"phpstan/extension-installer": "^1.3",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/mongodb-odm": "^2.7",
"doctrine/mongodb-odm-bundle": "^5.0",
"doctrine/orm": "^2.19 || ^3.0",
"jms/serializer": "^3.28",
"jms/serializer-bundle": "^5.4",
"matthiasnoback/symfony-dependency-injection-test": "^5.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "1.12.10",
"phpstan/phpstan-phpunit": "1.4.1",
"phpstan/phpstan-symfony": "1.4.12",
Expand All @@ -34,11 +34,11 @@
"twig/twig": "^3.0.4"
},
"conflict": {
"doctrine/doctrine-bundle": "<2.4",
"doctrine/mongodb-odm": "<2.3",
"doctrine/mongodb-odm-bundle": "<4.4.1",
"doctrine/orm": "<2.9",
"jms/serializer": "<3.18",
"doctrine/doctrine-bundle": "<2.11",
"doctrine/mongodb-odm": "<2.7",
"doctrine/mongodb-odm-bundle": "<5.0",
"doctrine/orm": "<2.19",
"jms/serializer": "<3.28",
"symfony/form": "<6.4 || >=7.0 <7.1",
"symfony/serializer": "<6.4 || >=7.0 <7.1",
"symfony/validator": "<6.4 || >=7.0 <7.1",
Expand Down

0 comments on commit 045827e

Please sign in to comment.