Skip to content

Commit bdaf12d

Browse files
authored
add support for laravel 9 (#767)
1 parent 834d61f commit bdaf12d

File tree

2 files changed

+2480
-475
lines changed

2 files changed

+2480
-475
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 - Repositories to the database layer",
3+
"description": "Laravel 5|6|7|8|9 - 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",
30-
"illuminate/config": "~5.0|~6.0|~7.0|^8.0",
31-
"illuminate/support": "~5.0|~6.0|~7.0|^8.0",
32-
"illuminate/database": "~5.0|~6.0|~7.0|^8.0",
33-
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0",
34-
"illuminate/console": "~5.0|~6.0|~7.0|^8.0",
35-
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0",
36-
"prettus/laravel-validation": "~1.1|~1.2",
37-
"illuminate/validation": "~5.0|~6.0|~7.0|^8.0"
29+
"illuminate/http": "~5.0|~6.0|~7.0|^8.0|^9.0",
30+
"illuminate/config": "~5.0|~6.0|~7.0|^8.0|^9.0",
31+
"illuminate/support": "~5.0|~6.0|~7.0|^8.0|^9.0",
32+
"illuminate/database": "~5.0|~6.0|~7.0|^8.0|^9.0",
33+
"illuminate/pagination": "~5.0|~6.0|~7.0|^8.0|^9.0",
34+
"illuminate/console": "~5.0|~6.0|~7.0|^8.0|^9.0",
35+
"illuminate/filesystem": "~5.0|~6.0|~7.0|^8.0|^9.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"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)