Skip to content

Commit 85036a2

Browse files
authored
Merge pull request #8 from rtaylor82/patch-1
Update composer.json Laravel v12 support
2 parents 380155e + 197a207 commit 85036a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"spatie/laravel-package-tools": "^1.16",
21-
"illuminate/contracts": "^10.0||^11.0"
20+
"spatie/laravel-package-tools": "^1.19",
21+
"illuminate/contracts": "^10.0||^11.0||^12.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",
@@ -81,4 +81,4 @@
8181
},
8282
"minimum-stability": "dev",
8383
"prefer-stable": true
84-
}
84+
}

0 commit comments

Comments
 (0)