Skip to content

Commit ab429a9

Browse files
committed
disallow using old doctrine/persistence that is incompatible with PHP 8.5
1 parent 0651149 commit ab429a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"require": {
88
"php": "^8.1",
9-
"doctrine/orm": "^3.3.0"
9+
"doctrine/orm": "^3.3.4"
1010
},
1111
"require-dev": {
1212
"doctrine/dbal": "^4.0",
@@ -23,6 +23,9 @@
2323
"symfony/cache": "^6.4.13",
2424
"symfony/cache-contracts": "^3.5.0"
2525
},
26+
"conflict": {
27+
"doctrine/persistence": "< 3.4.1"
28+
},
2629
"autoload": {
2730
"psr-4": {
2831
"ShipMonk\\Doctrine\\Walker\\": "src/"

0 commit comments

Comments
 (0)