Skip to content

Commit d85ac2c

Browse files
authored
Merge pull request #9 from coderan-io/feature/laravel-10-support
Added Laravel 10 support
2 parents a14c251 + 3c0faf5 commit d85ac2c

File tree

3 files changed

+372
-826
lines changed

3 files changed

+372
-826
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
nbproject
22
.AppleDouble
3-
/.idea
3+
/.idea
4+
/vendor

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"email": "[email protected]"
1111
}],
1212
"require": {
13-
"php": "^7.4|^8.0",
14-
"illuminate/support": "^8.0|^9.0",
15-
"illuminate/database": "^8.0|^9.0"
13+
"php": "^8.1",
14+
"illuminate/support": "^8.0|^9.0|^10.0",
15+
"illuminate/database": "^8.0|^9.0|^10.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)