Skip to content

Commit 76ecff2

Browse files
committed
Fixed composer
1 parent 4b26e3d commit 76ecff2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
}
2323
},
2424
"require": {
25-
"php": "^8.1"
25+
"php": "^8.1",
26+
"phpstan/phpstan": "^1.4",
27+
"nunomaduro/larastan": "^2.4",
28+
"spatie/laravel-data": "^3.0"
2629
},
2730
"require-dev": {
28-
"spatie/laravel-data": "^3.0",
2931
"phpunit/phpunit": "^10.0",
30-
"phpstan/phpstan": "^1.4",
31-
"nunomaduro/larastan": "^2.4",
3232
"cego/php-cs-fixer": "^1.0"
3333
}
3434
}

0 commit comments

Comments
 (0)