Skip to content

Commit d7dfba6

Browse files
committed
Fix CI
1 parent 54d9fef commit d7dfba6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"codeception/module-laravel": "^2.1 | ^3.0 | *@dev",
2626
"facade/ignition": "^2.17",
2727
"fakerphp/faker": "^1.24",
28-
"nunomaduro/collision": "^5.11"
28+
"nunomaduro/collision": "^5.11",
29+
"phpunit/phpunit": "^9.6"
2930
},
3031
"config": {
3132
"optimize-autoloader": true,

0 commit comments

Comments
 (0)