Skip to content

Commit a7e5a25

Browse files
committed
WIP
1 parent 69997ef commit a7e5a25

File tree

2 files changed

+21
-59
lines changed

2 files changed

+21
-59
lines changed

composer.json

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,34 @@
1010
"license": "MIT",
1111
"authors": [
1212
{
13-
"name": "Sebastian Bürgin",
14-
"email": "sebastian.fix@buergin.ch",
13+
"name": "Sebastian Bürgin-Fix",
14+
"email": "sebastian.buergin@buergin.ch",
1515
"homepage": "https://www.codebar.ch",
1616
"role": "Sofware-Engineer"
1717
},
1818
{
1919
"name": "Rhys Lees",
20-
"role": "Software-Developer"
20+
"role": "Software-Engineer"
2121
}
2222
],
2323
"require": {
24-
"php": "^8.2",
25-
"filament/infolists": "^3.2",
26-
"filament/support": "^3.2",
27-
"filament/tables": "^3.2",
28-
"illuminate/contracts": "^10.0||^11.0",
29-
"livewire/livewire": "^3.4",
30-
"spatie/laravel-package-tools": "^1.16"
24+
"php": "8.2.*|8.3.*|8.4.*",
25+
"filament/infolists": "^3.3",
26+
"filament/support": "^3.3",
27+
"filament/tables": "^3.3",
28+
"illuminate/contracts": "^12.0",
29+
"livewire/livewire": "^3.6",
30+
"spatie/laravel-package-tools": "^1.19"
3131
},
3232
"require-dev": {
33-
"laravel/pint": "^1.14",
34-
"nunomaduro/collision": "^8.1.1||^7.10.0",
35-
"larastan/larastan": "^2.9",
36-
"orchestra/testbench": "^9.0.0||^8.22.0",
37-
"pestphp/pest": "^2.34",
38-
"pestphp/pest-plugin-arch": "^2.7",
39-
"pestphp/pest-plugin-laravel": "^2.3",
40-
"phpstan/extension-installer": "^1.3",
41-
"phpstan/phpstan-deprecation-rules": "^1.1",
42-
"phpstan/phpstan-phpunit": "^1.3",
43-
"spatie/laravel-ray": "^1.35"
33+
"laravel/pint": "^1.21",
34+
"larastan/larastan": "^v3.1",
35+
"orchestra/testbench": "^10.0",
36+
"pestphp/pest": "^3.7",
37+
"phpstan/extension-installer": "^1.4",
38+
"phpstan/phpstan-deprecation-rules": "^2.0",
39+
"phpstan/phpstan-phpunit": "^2.0",
40+
"spatie/laravel-ray": "^1.39"
4441
},
4542
"autoload": {
4643
"psr-4": {
@@ -50,27 +47,17 @@
5047
},
5148
"autoload-dev": {
5249
"psr-4": {
53-
"CodebarAg\\FilamentJsonField\\Tests\\": "tests/",
54-
"Workbench\\App\\": "workbench/app/"
50+
"CodebarAg\\FilamentJsonField\\Tests\\": "tests/"
5551
}
5652
},
5753
"scripts": {
5854
"post-autoload-dump": "@composer run prepare",
59-
"clear": "@php vendor/bin/testbench package:purge-laravel-filament-json-field --ansi",
6055
"prepare": "@php vendor/bin/testbench package:discover --ansi",
61-
"build": [
62-
"@composer run prepare",
63-
"@php vendor/bin/testbench workbench:build --ansi"
64-
],
65-
"start": [
66-
"Composer\\Config::disableProcessTimeout",
67-
"@composer run build",
68-
"@php vendor/bin/testbench serve"
69-
],
7056
"analyse": "vendor/bin/phpstan analyse",
7157
"test": "vendor/bin/pest",
7258
"test-coverage": "vendor/bin/pest --coverage",
73-
"format": "vendor/bin/pint"
59+
"format": "vendor/bin/pint",
60+
"clear": "@php vendor/bin/testbench package:purge-laravel-filament-revealable-field --ansi"
7461
},
7562
"config": {
7663
"sort-packages": true,

workbench/app/Providers/WorkbenchServiceProvider.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)