Skip to content

Commit 12b2f06

Browse files
Merge pull request #32 from nawafinity/master
Support Laravel 9
2 parents 2e678a4 + f84d23c commit 12b2f06

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Eloquent Repository package for Laravel created with total "repository pattern"
1717

1818
Version requirement and compatibility with Laravel
1919

20+
**Version ^3.0** - Laravel **^9.0** or higher and **PHP 8.0** or higher.
21+
2022
**Version ^2.0** - Laravel **^6.0**, **^7.0** or **^8.0** or higher and **PHP 7.3** or higher.
2123

2224
**Version ^1.0** - Laravel **5.5**, **5.6**, **5.7**, **5.8** and **PHP 7.1** or higher.

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.3|^8.0",
25-
"illuminate/container": "^6.0|^7.0|^8.0",
26-
"illuminate/console": "^6.0|^7.0|^8.0",
27-
"illuminate/contracts": "^6.0|^7.0|^8.0",
28-
"illuminate/database": "^6.0|^7.0|^8.0",
29-
"illuminate/support": "^6.0|^7.0|^8.0"
24+
"php": "^8.0",
25+
"illuminate/container": "^9.0",
26+
"illuminate/console": "^9.0",
27+
"illuminate/contracts": "^9.0",
28+
"illuminate/database": "^9.0",
29+
"illuminate/support": "^9.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^4.0|^5.0|^6.0",
33-
"phpunit/phpunit": "^8.0|^9.0"
32+
"orchestra/testbench": "^7.0",
33+
"phpunit/phpunit": "^9.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)