Skip to content

Commit 3bb68b1

Browse files
committed
Support for Laravel 12
1 parent 9d1fc0b commit 3bb68b1

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
@@ -1,6 +1,6 @@
11
{
22
"name": "typesetsh/laravel-wrapper",
3-
"description": "Typeset.sh wrapper for laravel 7-11",
3+
"description": "Typeset.sh wrapper for laravel 7-12",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -15,7 +15,7 @@
1515
],
1616
"minimum-stability": "stable",
1717
"require": {
18-
"laravel/framework": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
18+
"laravel/framework": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1919
"typesetsh/typesetsh": "^0.26.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)