Skip to content

Commit cadd145

Browse files
Fixed PHPUnit compatibility for PHP 8.2
1 parent f71613e commit cadd145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dragon-code/codestyler": "^6.0",
4343
"fakerphp/faker": "^1.21",
4444
"illuminate/database": "^11.0 || ^12.0",
45-
"phpunit/phpunit": "^12.0",
45+
"phpunit/phpunit": "^11.0 || ^12.0",
4646
"symfony/var-dumper": "^7.0"
4747
},
4848
"minimum-stability": "stable",

0 commit comments

Comments
 (0)