Skip to content

Commit 1a8db8d

Browse files
committed
Laravel 10 Support
1 parent 47a5f44 commit 1a8db8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ protected function getFormSchema(): array
4444
| disableManualInput | Determine if the user could input the number manually | `Stepper::make('quantity')->disableManualInput()` <br/> This sample will disable manual input, even so, user can still change the value through buttons. |
4545
| ... | Other methods from filament forms field |
4646

47-
4847
## Changelog
4948

5049
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^8.0",
2020
"filament/filament":"^2.0",
2121
"spatie/laravel-package-tools": "^1.9.2",
22-
"illuminate/contracts": "^8.6|^9.0"
22+
"illuminate/contracts": "^8.6|^9.0|^10.0"
2323
},
2424
"require-dev": {
2525
"nunomaduro/collision": "^6.0",

0 commit comments

Comments
 (0)