Skip to content

Commit

Permalink
Merge pull request #809 from Team-MostWanted/master
Browse files Browse the repository at this point in the history
Update composer.json
  • Loading branch information
eullercdr authored May 6, 2024
2 parents 10c1348 + 98c3206 commit 105115b
Showing 1 changed file with 10 additions and 10 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|9|10 - Repositories to the database layer",
"description": "Laravel 5|6|7|8|9|10|11 - 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|^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|^10.0"
"illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
"prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4|~1.5|~1.6",
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 105115b

Please sign in to comment.