Skip to content

Commit 489c322

Browse files
authored
Allow doctrine/persistence 3.0 (#75)
* Allow doctrine/persistence 3.0 * Allow doctrine/persistence 3.0 in global composer.json
1 parent f5b9b4d commit 489c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^8.0",
15-
"doctrine/persistence": "^2.0",
15+
"doctrine/persistence": "^2.0|^3.0",
1616
"yokai/batch": "^0.5.0"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)