Skip to content

Commit 69236af

Browse files
authored
Merge pull request #3 from dungnh/support_laravel_9
Update to support Laravel 9
2 parents 4af2be4 + bc6a279 commit 69236af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"prefer-stable": true,
1616
"authors": [
1717
{
18-
"name": "Andrei Badea",
19-
"email": "zbiller@gmail.com",
18+
"name": "Dzung Nguyen",
19+
"email": "dungnh@gmail.com",
2020
"role": "Developer"
2121
}
2222
],
2323
"require": {
2424
"php": "^7.4|^8.0",
25-
"illuminate/contracts": "^8.0",
26-
"illuminate/support": "^8.0",
27-
"illuminate/database": "^8.0"
25+
"illuminate/contracts": "^8.0 || ^9.0",
26+
"illuminate/support": "^8.0 || ^9.0",
27+
"illuminate/database": "^8.0 || ^9.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)