Skip to content

Commit fe3c308

Browse files
authored
Merge pull request #9 from anchan42/to-laravel-11
Update composer.json to support Laravel 11
2 parents e52521c + 0949cad commit fe3c308

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
@@ -18,9 +18,9 @@
1818
"require": {
1919
"php": "^8.1",
2020
"spatie/laravel-package-tools": "^1.13.0",
21-
"illuminate/contracts": "^8|^9|^10",
22-
"illuminate/support": "^8|^9|^10",
23-
"illuminate/database": "^8|^9|^10"
21+
"illuminate/contracts": "^8|^9|^10|^11",
22+
"illuminate/support": "^8|^9|^10|^11",
23+
"illuminate/database": "^8|^9|^10|^11"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",
@@ -64,4 +64,4 @@
6464
},
6565
"minimum-stability": "dev",
6666
"prefer-stable": true
67-
}
67+
}

0 commit comments

Comments
 (0)