|
10 | 10 | "license": "MIT", |
11 | 11 | "authors": [ |
12 | 12 | { |
13 | | - "name": "Sebastian Bürgin", |
14 | | - "email": "sebastian.fix@buergin.ch", |
| 13 | + "name": "Sebastian Bürgin-Fix", |
| 14 | + "email": "sebastian.buergin@buergin.ch", |
15 | 15 | "homepage": "https://www.codebar.ch", |
16 | 16 | "role": "Sofware-Engineer" |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "name": "Rhys Lees", |
20 | | - "role": "Software-Developer" |
| 20 | + "role": "Software-Engineer" |
21 | 21 | } |
22 | 22 | ], |
23 | 23 | "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" |
31 | 31 | }, |
32 | 32 | "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" |
44 | 41 | }, |
45 | 42 | "autoload": { |
46 | 43 | "psr-4": { |
|
50 | 47 | }, |
51 | 48 | "autoload-dev": { |
52 | 49 | "psr-4": { |
53 | | - "CodebarAg\\FilamentJsonField\\Tests\\": "tests/", |
54 | | - "Workbench\\App\\": "workbench/app/" |
| 50 | + "CodebarAg\\FilamentJsonField\\Tests\\": "tests/" |
55 | 51 | } |
56 | 52 | }, |
57 | 53 | "scripts": { |
58 | 54 | "post-autoload-dump": "@composer run prepare", |
59 | | - "clear": "@php vendor/bin/testbench package:purge-laravel-filament-json-field --ansi", |
60 | 55 | "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 | | - ], |
70 | 56 | "analyse": "vendor/bin/phpstan analyse", |
71 | 57 | "test": "vendor/bin/pest", |
72 | 58 | "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" |
74 | 61 | }, |
75 | 62 | "config": { |
76 | 63 | "sort-packages": true, |
|
0 commit comments