Skip to content

Commit

Permalink
Laravel v10 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
faytekin committed Jan 18, 2023
1 parent 5363641 commit ba9fe10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.2|^7.0.1",
"illuminate/notifications": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"illuminate/http": "^8.0 || ^9.0",
"illuminate/notifications": "^8.0|^9.0|~10.0",
"illuminate/support": "^8.0|^9.0|~10.0",
"illuminate/http": "^8.0|^9.0|~10.0",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "v6.24 || ^7.1",
"orchestra/testbench": "v6.24|^7.1|^8.0",
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10",
"squizlabs/php_codesniffer": "^3.6"
Expand Down Expand Up @@ -53,4 +53,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit ba9fe10

Please sign in to comment.