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

Commit c04d80c

Browse files
committed
Update composer.json with Laravel framework dependency
1 parent dbc9ad7 commit c04d80c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.14.0",
21-
"illuminate/contracts": "^10.0"
21+
"illuminate/contracts": "^10.0",
22+
"laravel/framework": "^10.0|^11.0"
2223
},
2324
"require-dev": {
2425
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)