Skip to content

Commit 3c0faf5

Browse files
author
eran
committed
Added Laravel 10 support
1 parent a14c251 commit 3c0faf5

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)