Skip to content

Commit

Permalink
add support for laravel 9 (andersao#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrook authored Feb 21, 2022
1 parent 834d61f commit bdaf12d
Show file tree
Hide file tree
Showing 2 changed files with 2,480 additions and 475 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettus/l5-repository",
"description": "Laravel 5|6|7|8 - Repositories to the database layer",
"description": "Laravel 5|6|7|8|9 - Repositories to the database layer",
"keywords": [
"laravel",
"repository",
Expand All @@ -26,15 +26,15 @@
"docs": "http://andersao.github.io/l5-repository"
},
"require": {
"illuminate/http": "~5.0|~6.0|~7.0|^8.0",
"illuminate/config": "~5.0|~6.0|~7.0|^8.0",
"illuminate/support": "~5.0|~6.0|~7.0|^8.0",
"illuminate/database": "~5.0|~6.0|~7.0|^8.0",
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0",
"illuminate/console": "~5.0|~6.0|~7.0|^8.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0",
"prettus/laravel-validation": "~1.1|~1.2",
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0"
"illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0",
"illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0",
"illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0",
"illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0",
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0",
"illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0",
"prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4",
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit bdaf12d

Please sign in to comment.