File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "moox/core" : " ^3.1.2 "
20+ "moox/core" : " self.version "
2121 },
2222 "autoload" : {
2323 "psr-4" : {
3434 "minimum-stability" : " stable" ,
3535 "prefer-stable" : true ,
3636 "require-dev" : {
37- "orchestra/testbench" : " ^9.5" ,
38- "pestphp/pest" : " ^3.2" ,
39- "pestphp/pest-plugin-livewire" : " ^3.0" ,
40- "pestphp/pest-plugin-laravel" : " ^3.0" ,
41- "ryangjchandler/blade-capture-directive" : " ^1.0"
42- },
43- "autoload-dev" : {
44- "psr-4" : {
45- "Moox\\ Slug\\ Tests\\ " : " tests"
46- }
47- },
48- "scripts" : {
49- "post-autoload-dump" : [
50- " @clear" ,
51- " @prepare"
52- ],
53- "clear" : " @php vendor/bin/testbench package:purge-slug --ansi" ,
54- "prepare" : " @php vendor/bin/testbench package:discover --ansi" ,
55- "build" : " @php vendor/bin/testbench workbench:build --ansi" ,
56- "serve" : [
57- " Composer\\ Config::disableProcessTimeout" ,
58- " @build" ,
59- " @php vendor/bin/testbench serve --ansi"
60- ],
61- "lint" : [
62- " @php vendor/bin/phpstan analyse --verbose --ansi"
63- ],
64- "test" : [
65- " @php vendor/bin/phpunit"
66- ]
37+ "moox/devtools" : " self.version"
6738 },
6839 "config" : {
6940 "allow-plugins" : {
Original file line number Diff line number Diff line change 1212 "@awcodes/filament-plugin-purge" : " ^1.0.1" ,
1313 "autoprefixer" : " ^10.4.7" ,
1414 "postcss" : " ^8.4.14" ,
15- "tailwindcss" : " ^3.1.2 "
15+ "tailwindcss" : " ^4.0.0 "
1616 }
1717}
Original file line number Diff line number Diff line change 22
33namespace Moox \Slug \Forms \Components ;
44
5- use Filament \Schemas \Components \Group ;
6- use Filament \Schemas \Components \Utilities \Set ;
7- use Filament \Schemas \Components \Utilities \Get ;
85use Closure ;
96use Filament \Forms \Components \Hidden ;
107use Filament \Forms \Components \TextInput ;
8+ use Filament \Schemas \Components \Group ;
9+ use Filament \Schemas \Components \Utilities \Get ;
10+ use Filament \Schemas \Components \Utilities \Set ;
1111use Illuminate \Database \Eloquent \Model ;
1212use Illuminate \Support \Str ;
1313use Moox \Slug \Forms \Fields \SlugInput ;
You can’t perform that action at this time.
0 commit comments