Skip to content

Commit

Permalink
Merge pull request #7 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
urakozz authored Jan 31, 2023
2 parents 465d4f2 + bf614fb commit 993568c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "kozz/laravel-guzzle-provider",
"description": "Guzzle 5/6 Service Provider for Laravel",
"keywords": ["laravel", "guzzle", "http"],
"keywords": [
"laravel",
"guzzle",
"http"
],
"license": "MIT",
"authors": [
{
Expand All @@ -15,11 +19,11 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^5.0 | ^6.0| ^7.0 | ^8.0 | ^9.0",
"illuminate/support": "^5.0 | ^6.0| ^7.0 | ^8.0 | ^9.0|^10.0",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~4.0|^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 993568c

Please sign in to comment.