Skip to content

Commit 8f0b353

Browse files
committed
add support for Laravel 10
1 parent fedec53 commit 8f0b353

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

CHANGELOG.md

-17
This file was deleted.

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.9.2",
21-
"illuminate/contracts": "^9.0",
22-
"illuminate/support": "^9.0",
23-
"illuminate/validation": "^9.0"
21+
"illuminate/contracts": "^9.0|^10.0",
22+
"illuminate/support": "^9.0|^10.0",
23+
"illuminate/validation": "^9.0|^10.0"
2424
},
2525
"require-dev": {
2626
"nunomaduro/collision": "^6.0",

0 commit comments

Comments
 (0)