Skip to content

Commit

Permalink
Merge pull request #788 from Chienle/feature_add_support_laravel_10x
Browse files Browse the repository at this point in the history
Add support laravel 10 and update migrate
  • Loading branch information
andersao authored Feb 22, 2023
2 parents bdaf12d + 1e1432a commit a9b4e72
Show file tree
Hide file tree
Showing 4 changed files with 904 additions and 356 deletions.
18 changes: 9 additions & 9 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|9 - Repositories to the database layer",
"description": "Laravel 5|6|7|8|9|10 - 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|^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",
"illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
"prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4",
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0"
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a9b4e72

Please sign in to comment.