Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5a290f

Browse files
authoredJun 20, 2024··
Merge pull request #9 from aleprosli/master
feat: upgrade package to laravel 11
2 parents f1adadf + c6db08d commit a5a290f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"minimum-stability": "dev",
3333
"require": {
3434
"guzzlehttp/guzzle": "^6.3|^7.0.1",
35-
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0"
35+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "9.5.x-dev",

0 commit comments

Comments
 (0)
Please sign in to comment.