Skip to content

Commit f4e153b

Browse files
committed
Split actions (temp)
1 parent eedcbbc commit f4e153b

3 files changed

Lines changed: 6 additions & 35 deletions

File tree

composer.json

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"moox/core": "^3.1.2"
20+
"moox/core": "self.version"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -34,36 +34,7 @@
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": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
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
}

src/Forms/Components/TitleWithSlugInput.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace 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;
85
use Closure;
96
use Filament\Forms\Components\Hidden;
107
use Filament\Forms\Components\TextInput;
8+
use Filament\Schemas\Components\Group;
9+
use Filament\Schemas\Components\Utilities\Get;
10+
use Filament\Schemas\Components\Utilities\Set;
1111
use Illuminate\Database\Eloquent\Model;
1212
use Illuminate\Support\Str;
1313
use Moox\Slug\Forms\Fields\SlugInput;

0 commit comments

Comments
 (0)