Skip to content

Commit e5e81d9

Browse files
committed
feat: laravel 10 support added
1 parent 89a83f3 commit e5e81d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
/vendor/
3-
composer.lock
3+
composer.lock
4+
**/.DS_Store

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.0",
14-
"illuminate/support": "^9.0"
13+
"php": "^8.1.0",
14+
"illuminate/support": "^10.0"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)