Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman committed Apr 7, 2024
1 parent 720d670 commit bce90ea
Show file tree
Hide file tree
Showing 2 changed files with 2,021 additions and 1,086 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.5.0",
"illuminate/support": "^10.0",
"illuminate/support": "^11.0 | ^10.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^8",
"phpunit/phpunit": "^10"
"orchestra/testbench": "^9",
"phpunit/phpunit": "^11"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit bce90ea

Please sign in to comment.