Skip to content

Commit a14c251

Browse files
authored
Merge pull request #7 from databeez/laravel-9-support
Increased illuminate support / database requirements
2 parents c917ac2 + 2c0e3ab commit a14c251

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
nbproject
22
.AppleDouble
3+
/.idea

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}],
1212
"require": {
1313
"php": "^7.4|^8.0",
14-
"illuminate/support": "^8.0",
15-
"illuminate/database": "^8.0"
14+
"illuminate/support": "^8.0|^9.0",
15+
"illuminate/database": "^8.0|^9.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)