Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 74d1cd3

Browse files
committed
require illuminate packages
1 parent 05f87cc commit 74d1cd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
],
2020
"require": {
2121
"php": "^8.0|^8.1",
22+
"illuminate/contracts": "^8.0|^9.0",
23+
"illuminate/database": "^8.0|^9.0",
24+
"illuminate/support": "^8.0|^9.0",
2225
"spatie/laravel-package-tools": "^1.11"
2326
},
2427
"require-dev": {

0 commit comments

Comments
 (0)