Skip to content

Commit

Permalink
Laravel 10 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshsukhia authored Jul 6, 2023
1 parent d40a5db commit b926f1e
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
@@ -1,6 +1,6 @@
{
"name": "dipeshsukhia/laravel-api-develop",
"description": "develop rest apis for laravel",
"description": "Develop rest APIs for Laravel",
"keywords": [
"dipeshsukhia",
"laravel-api-develop"
Expand All @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0"
"php": ">=8.0",
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.0|^9.0"
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b926f1e

Please sign in to comment.