Skip to content

Commit 0455cd4

Browse files
authored
Require doctrine/persistance in root (#12)
Require doctrine/persistence in root and set to ^1.3.3 since v2 has some breaking changes (namespace changes) which are directly used in this bundle. After merging this PR, a new version should be tagged.
1 parent 54979cb commit 0455cd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"symfony/dependency-injection": "^3.0||^4.0",
1919
"symfony/yaml": "^3.0||^4.0",
2020
"symfony/event-dispatcher": "^3.0||^4.0",
21-
"doctrine/orm": "^2.0"
21+
"doctrine/orm": "^2.0",
22+
"doctrine/persistence": "^1.3.3"
2223
},
2324
"require-dev": {
2425
"phpunit/phpunit": "^5.5",

0 commit comments

Comments
 (0)