This repository was archived by the owner on Mar 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2020 dependency-version : [prefer-lowest, prefer-stable]
2121 include :
2222 - laravel : 8.*
23- testbench : 6.4. *
23+ testbench : 6.*
2424
2525 name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2626
Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ^7.4|^8.0" ,
2525 "ext-json" : " *" ,
26- "illuminate/filesystem" : " ^8.12 " ,
27- "illuminate/support" : " ^8.12 " ,
28- "illuminate/view" : " ^8.12 "
26+ "illuminate/filesystem" : " ^8.0 " ,
27+ "illuminate/support" : " ^8.0 " ,
28+ "illuminate/view" : " ^8.0 "
2929 },
3030 "require-dev" : {
3131 "blade-ui-kit/blade-heroicons" : " ^0.3" ,
3636 "psalm/plugin-laravel" : " ^1.4" ,
3737 "vimeo/psalm" : " ^4.0"
3838 },
39+ "suggest" : {
40+ "blade-ui-kit/blade-heroicons" : " Required for the default icons used in this package" ,
41+ "livewire/livewire" : " Consider livewire for handling your form submissions"
42+ },
3943 "autoload" : {
4044 "psr-4" : {
4145 "Rawilk\\ FormComponents\\ " : " src"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ protected function setUp(): void
1717 {
1818 parent ::setUp ();
1919
20- $ this ->artisan ('view:clear ' );
20+ // $this->artisan('view:clear');
2121 }
2222
2323 protected function flashOld (array $ input ): void
You can’t perform that action at this time.
0 commit comments