Skip to content

Commit d9b74e7

Browse files
committed
Add Laravel 10 support
1 parent adc3ada commit d9b74e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4|^8.0",
20+
"php": "^7.4|^8.0|^8.1",
2121
"spatie/laravel-package-tools": "^1.13.0",
22-
"illuminate/filesystem": "^7.0|^8.0|^9.0",
23-
"illuminate/support": "^7.0|^8.0|^9.0"
22+
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
23+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)