Skip to content

Commit

Permalink
Add Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
remzikocak committed Mar 10, 2024
1 parent 350e1f7 commit 35ef359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"illuminate/translation": "^10",
"illuminate/support": "^10",
"illuminate/translation": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
Expand Down Expand Up @@ -77,4 +77,4 @@
"@php vendor/bin/pest"
]
}
}
}

0 comments on commit 35ef359

Please sign in to comment.