Skip to content

Commit

Permalink
[DoctrineExtra] Upgrade doctrine fixtures (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
DumitracheAdrian authored Dec 5, 2024
1 parent 246b308 commit 0ec46cf
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 180 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"aws/aws-sdk-php": "^3.171",
"doctrine/common": "^3.1",
"doctrine/data-fixtures": "^1.5",
"doctrine/data-fixtures": "^2.0",
"doctrine/dbal": "^3.3",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/mongodb-odm-bundle": "*",
Expand Down Expand Up @@ -83,7 +83,7 @@
"composer/semver": "^3.2",
"cweagans/composer-patches": "^1.7",
"doctrine/collections": "^1.0",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"doctrine/doctrine-fixtures-bundle": "^3.7",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/sql-formatter": "^1.1",
"endroid/qr-code": "^6.0",
Expand Down Expand Up @@ -168,7 +168,7 @@
"symfony/polyfill-php81": "1.99"
},
"conflict": {
"doctrine/data-fixtures": "<1.5.2",
"doctrine/data-fixtures": "<2",
"guzzlehttp/guzzle": "<6"
},
"autoload": {
Expand Down
Loading

0 comments on commit 0ec46cf

Please sign in to comment.