Skip to content

Commit 105115b

Browse files
authored
Merge pull request #809 from Team-MostWanted/master
Update composer.json
2 parents 10c1348 + 98c3206 commit 105115b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettus/l5-repository",
3-
"description": "Laravel 5|6|7|8|9|10 - Repositories to the database layer",
3+
"description": "Laravel 5|6|7|8|9|10|11 - Repositories to the database layer",
44
"keywords": [
55
"laravel",
66
"repository",
@@ -26,15 +26,15 @@
2626
"docs": "http://andersao.github.io/l5-repository"
2727
},
2828
"require": {
29-
"illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
30-
"illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
31-
"illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
32-
"illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
33-
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
34-
"illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
35-
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0",
36-
"prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4",
37-
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0"
29+
"illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
30+
"illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
31+
"illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
32+
"illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
33+
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
34+
"illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
35+
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0",
36+
"prettus/laravel-validation": "~1.1|~1.2|~1.3|~1.4|~1.5|~1.6",
37+
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0|^9.0|^10.0|^11.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)