Skip to content

Commit 045603a

Browse files
authored
Merge pull request #24 from shawnhooper/L12-http
Fix illuminate/http conflict with laravel 12
2 parents 5dfd6fa + a4c517c commit 045603a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^8.1",
2020
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
21-
"illuminate/http": "^9.0|^10.0|^11.0",
21+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
2222
"spatie/laravel-package-tools": "^1.14.0"
2323
},
2424
"require-dev": {

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)