|
1 | 1 | { |
2 | | - "name": "codedor/filament-placeholder-input", |
| 2 | + "name": "wotz/filament-placeholder-input", |
3 | 3 | "description": "A field for Filament that allows you to add content to another field", |
4 | 4 | "keywords": [ |
5 | | - "codedor", |
| 5 | + "who owns the zebra", |
6 | 6 | "laravel", |
7 | 7 | "filament-placeholder-input" |
8 | 8 | ], |
9 | | - "homepage": "https://github.com/codedor/filament-placeholder-input", |
| 9 | + "homepage": "https://github.com/wotzebra/filament-placeholder-input", |
10 | 10 | "license": "MIT", |
11 | 11 | "require": { |
12 | 12 | "php": "^8.2", |
13 | | - "filament/filament": "^3.1", |
| 13 | + "filament/filament": "^4.0|^5.0", |
14 | 14 | "illuminate/contracts": "^10.0|^11.0|^12.0", |
15 | 15 | "spatie/laravel-package-tools": "^1.12" |
16 | 16 | }, |
17 | 17 | "require-dev": { |
| 18 | + "larastan/larastan": "^2.0|^3.0", |
18 | 19 | "laravel/pint": "^1.0", |
19 | 20 | "nunomaduro/collision": "^7.0 || ^8.0", |
20 | | - "larastan/larastan": "^2.0|^3.0", |
21 | 21 | "orchestra/testbench": "^8.0|^9.0|^10.0", |
22 | | - "pestphp/pest": "^2.0|^3.0", |
23 | | - "pestphp/pest-plugin-laravel": "^2.0|^3.0", |
| 22 | + "pestphp/pest": "^3.0|^4.0", |
| 23 | + "pestphp/pest-plugin-laravel": "^3.0|^4.0", |
24 | 24 | "phpstan/extension-installer": "^1.1|^2.0", |
25 | 25 | "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
26 | 26 | "phpstan/phpstan-phpunit": "^1.0|^2.0" |
27 | 27 | }, |
28 | 28 | "autoload": { |
29 | 29 | "psr-4": { |
30 | | - "Codedor\\FilamentPlaceholderInput\\": "src", |
31 | | - "Codedor\\FilamentPlaceholderInput\\Database\\Factories\\": "database/factories" |
| 30 | + "Wotz\\FilamentPlaceholderInput\\": "src", |
| 31 | + "Wotz\\FilamentPlaceholderInput\\Database\\Factories\\": "database/factories" |
32 | 32 | } |
33 | 33 | }, |
34 | 34 | "autoload-dev": { |
35 | 35 | "psr-4": { |
36 | | - "Codedor\\FilamentPlaceholderInput\\Tests\\": "tests" |
| 36 | + "Wotz\\FilamentPlaceholderInput\\Tests\\": "tests" |
37 | 37 | } |
38 | 38 | }, |
39 | 39 | "extra": { |
40 | 40 | "laravel": { |
41 | 41 | "providers": [ |
42 | | - "Codedor\\FilamentPlaceholderInput\\Providers\\FilamentPlaceholderInputServiceProvider" |
| 42 | + "Wotz\\FilamentPlaceholderInput\\Providers\\FilamentPlaceholderInputServiceProvider" |
43 | 43 | ] |
44 | 44 | } |
45 | 45 | }, |
|
0 commit comments