Skip to content

Commit 65c97aa

Browse files
committed
Fix CI
1 parent 54d9fef commit 65c97aa

File tree

2 files changed

+3
-8745
lines changed

2 files changed

+3
-8745
lines changed

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@
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,
3233
"preferred-install": "dist",
33-
"sort-packages": true,
34-
"platform": {
35-
"php": "7.4.0"
36-
}
34+
"sort-packages": true
3735
},
3836
"extra": {
3937
"laravel": {

0 commit comments

Comments
 (0)