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

Commit bd4c4ab

Browse files
Remove redundant dependencies in composer.json.
1 parent a08f142 commit bd4c4ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.0|^8.1",
21+
"php": "^8.0",
2222
"illuminate/contracts": "^8.0|^9.0",
23-
"illuminate/database": "^8.0|^9.0",
24-
"illuminate/support": "^8.0|^9.0",
2523
"spatie/laravel-package-tools": "^1.11"
2624
},
2725
"require-dev": {

0 commit comments

Comments
 (0)