Skip to content

Commit 570a0a3

Browse files
authored
Allow doctrine/persistence 4.0 (#287)
1 parent 0c302fd commit 570a0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"doctrine/coding-standard": "^13.0",
33-
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0",
33+
"doctrine/persistence": "^1.3 || ^2.0 || ^3.0 || ^4.0",
3434
"egulias/email-validator": "^4.0",
3535
"phpunit/phpunit": "^11|^12",
3636
"psr/container": ">=1.1",

0 commit comments

Comments
 (0)