Skip to content

Commit

Permalink
add laravel 11.x support.
Browse files Browse the repository at this point in the history
  • Loading branch information
semernur committed Jul 20, 2024
1 parent 9a313de commit 96e3d00
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,21 @@
"name": "Israel Goytom",
"email": "[email protected]",
"role": "CTO"
},
{
"name": "Semeredin Nurgeba",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.2|^8.0|^8.1",
"php": "^7.2|^8.0|^8.1|^8.2",
"guzzlehttp/guzzle": "~6|~7|~8|~9",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^11.0"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 96e3d00

Please sign in to comment.