Skip to content

Commit 30791ac

Browse files
authored
Merge pull request #1 from aknud/master
update laravel 10
2 parents de4a4f9 + 4495ebc commit 30791ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
composer.lock
66
index.php
77
dev-notes.txt
8+
.vscode/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/support": "^8.12",
21+
"illuminate/support": "^8.12 | ^9.0 | ^10.0",
2222
"spatie/array-to-xml": "^2.16",
2323
"guzzlehttp/guzzle": "^7.2"
2424
},

0 commit comments

Comments
 (0)