Skip to content

Commit 7af5c0b

Browse files
committed
Fix CI: allow doctrine/data-fixtures ^2.0 for Symfony 8
1 parent 44be96b commit 7af5c0b

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
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": "^8.2",
28-
"doctrine/data-fixtures": "^1.2",
28+
"doctrine/data-fixtures": "^1.2 || ^2.0",
2929
"monolog/monolog": "^1.25 || ^2.1 || ^3",
3030
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
3131
"symfony/monolog-bridge": "^6.4 || ^7.4 || ^8.0",

0 commit comments

Comments
 (0)