Skip to content

Commit 5c87651

Browse files
committed
Laravel 9
1 parent dbcaf1c commit 5c87651

File tree

3 files changed

+989
-1
lines changed

3 files changed

+989
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/*

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"FieldFile"
1717
],
1818
"require": {
19-
"illuminate/support": "^8.0"
19+
"illuminate/support": "^9.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)