Skip to content

Commit ef7dd7c

Browse files
Added PHPUnit 12 support
1 parent d812815 commit ef7dd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/console": "^6.0 || ^7.0"
4343
},
4444
"require-dev": {
45-
"phpunit/phpunit": "^11.0",
45+
"phpunit/phpunit": "^11.0 || ^12.0",
4646
"symfony/var-dumper": "^6.0 || ^7.0"
4747
},
4848
"minimum-stability": "stable",
@@ -67,4 +67,4 @@
6767
"preferred-install": "dist",
6868
"sort-packages": true
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)