Skip to content

Commit

Permalink
Add laravel 10 and update migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
htv-chienlv committed Feb 21, 2023
1 parent bdaf12d commit 1e1432a
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 1e1432a

Please sign in to comment.