Skip to content

Commit 236f0de

Browse files
committed
move "illuminate/contracts" to require-dev
1 parent 2ff6929 commit 236f0de

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
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^8.0",
20-
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^9.0"
20+
"spatie/laravel-package-tools": "^1.9.2"
2221
},
2322
"require-dev": {
23+
"illuminate/contracts": "^9.0",
2424
"nunomaduro/collision": "^6.0",
2525
"nunomaduro/larastan": "^2.0.1",
2626
"orchestra/testbench": "^7.0",

0 commit comments

Comments
 (0)