Skip to content

Commit

Permalink
Merge pull request #6 from tcampbPPU/feat/laravel-10
Browse files Browse the repository at this point in the history
Laravel 10 upgrade
  • Loading branch information
acidjazz committed Feb 14, 2023
2 parents 5f9810a + 8d8071a commit 6dcdcf7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Laravel API helpers",
"license": "MIT",
"keywords": [
"Laravel", "API", "Pagination", "PHP"
"Laravel",
"API",
"Pagination",
"PHP"
],
"homepage": "https://github.com/acidjazz/metapi",
"authors": [
Expand All @@ -14,11 +17,16 @@
}
],
"require": {
"illuminate/support": "7.* || 8.* || 9.*",
"illuminate/support": "9.*|10.*",
"jasongrimes/paginator": "^1.0",
"php": "^8.0|^8.1",
"php": "^8.1",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5|^10.0",
"mockery/mockery": "^1.4.4"
},
"autoload": {
"psr-4": {
"acidjazz\\metapi\\": "src"
Expand All @@ -35,10 +43,5 @@
"acidjazz\\metapi\\ServiceProvider"
]
}
},
"require-dev": {
"orchestra/testbench": "^5.2",
"phpunit/phpunit": "^9.5.10",
"mockery/mockery": "^1.3"
}
}

0 comments on commit 6dcdcf7

Please sign in to comment.