Skip to content

Commit

Permalink
⬆️ support for laravel v9
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Feb 9, 2022
1 parent e383228 commit b6bc14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
],
"require": {
"illuminate/support": "5.* || 6.* || 7.* || 8.*",
"illuminate/support": "7.* || 8.* || 9.*",
"jasongrimes/paginator": "^1.0",
"php": "^7.4|^8.0",
"php": "^8.0|^8.1",
"ext-json": "*"
},
"autoload": {
Expand All @@ -38,7 +38,7 @@
},
"require-dev": {
"orchestra/testbench": "^5.2",
"phpunit/phpunit": "^9.1",
"phpunit/phpunit": "^9.5.10",
"mockery/mockery": "^1.3"
}
}

0 comments on commit b6bc14b

Please sign in to comment.