Skip to content

Commit 47f937e

Browse files
authored
Merge pull request #877 from doctrine/cleanup-composer-json
remove unused dependency
2 parents d956cd8 + 7abad54 commit 47f937e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
2.x
55
===
66

7+
2.1
8+
---
9+
10+
* Removed accidentally added unused dependency to `doctrine/data-fixtures`.
11+
712
2.0.1
813
-----
914

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"php": "^8.1",
2323
"doctrine/collections": "^2.0",
2424
"doctrine/common": "^2.4 || ^3.0",
25-
"doctrine/data-fixtures": "^1.0",
2625
"doctrine/event-manager": "^1.0 || ^2.0",
2726
"doctrine/persistence": "^3.0",
2827
"phpcr/phpcr": "^2.1.1",
@@ -33,16 +32,16 @@
3332
"psr/cache": "^1.0 || ^2.0 || ^3.0"
3433
},
3534
"require-dev": {
35+
"liip/rmt": "^1.7.3",
36+
"phpunit/phpunit": "^9.6.15",
3637
"symfony/cache": "^5.4 || ^6.0.19 || ^7.0",
3738
"symfony/yaml": "^5.4 || ^6.0.19 || ^7.0",
38-
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0",
39-
"liip/rmt": "^1.7.3",
40-
"phpunit/phpunit": "^9.6.15"
39+
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0"
4140
},
4241
"suggest": {
43-
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
4442
"jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0",
45-
"jackalope/jackalope-jackrabbit": "^1.3 || ^2.0"
43+
"jackalope/jackalope-jackrabbit": "^1.3 || ^2.0",
44+
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
4645
},
4746
"conflict": {
4847
"jackalope/jackalope-doctrine-dbal": "<1.1.5",

0 commit comments

Comments
 (0)