Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 700f68f

Browse files
minor #37640 [DoctrineBridge] Bump doctrine/data-fixtures (derrabus)
This PR was merged into the 3.4 branch. Discussion ---------- [DoctrineBridge] Bump doctrine/data-fixtures | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Discovered while working on #37639: DoctrineBridge is locked to an old an unmaintained branch of `doctrine/data-fixtures`. This is going to be a problem as soon as we want to support `doctrine/persistence` 2. Commits ------- 4b61101 [DoctrineBridge] Bump doctrine/data-fixtures.
2 parents b4bc6fe + 4b61101 commit 700f68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"cache/integration-tests": "dev-master",
9191
"doctrine/annotations": "~1.0",
9292
"doctrine/cache": "~1.6",
93-
"doctrine/data-fixtures": "1.0.*",
93+
"doctrine/data-fixtures": "^1.1",
9494
"doctrine/dbal": "~2.4",
9595
"doctrine/orm": "~2.4,>=2.4.5",
9696
"doctrine/doctrine-bundle": "~1.4",

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symfony/expression-language": "~2.8|~3.0|~4.0",
3535
"symfony/validator": "^3.2.5|~4.0",
3636
"symfony/translation": "~2.8|~3.0|~4.0",
37-
"doctrine/data-fixtures": "1.0.*",
37+
"doctrine/data-fixtures": "^1.1",
3838
"doctrine/dbal": "~2.4",
3939
"doctrine/orm": "^2.4.5"
4040
},

0 commit comments

Comments
 (0)