Skip to content

Commit 24854ad

Browse files
committed
update doctrine/persistence to avoid test failures
1 parent 29cbc40 commit 24854ad

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
@@ -32,7 +32,8 @@
3232
"phpstan/phpstan-deprecation-rules": "^0.12",
3333
"phpstan/phpstan-phpunit": "^0.12",
3434
"phpstan/phpstan-strict-rules": "^0.12",
35-
"doctrine/orm": "^2.6"
35+
"doctrine/orm": "^2.6",
36+
"doctrine/persistence": "^1.3||^2.0"
3637
},
3738
"autoload": {
3839
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" },

0 commit comments

Comments
 (0)