Skip to content

Commit

Permalink
Add laravel 11.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
faytekin committed Mar 12, 2024
1 parent f54689d commit 2cca5e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"ext-json": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/notifications": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/translation": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0|^11.0",
"illuminate/notifications": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/translation": "^8.0|^9.0|^10.0|^11.0",
"spatie/array-to-xml": "^3.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.0"
},
"config": {
Expand All @@ -55,6 +55,6 @@
}
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 2cca5e3

Please sign in to comment.