|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "require": { |
23 | | - "php": "^8.0", |
| 23 | + "php": "^8.1", |
24 | 24 | "filament/filament": "^3.0", |
25 | 25 | "filament/forms": "^3.0", |
26 | 26 | "filament/tables": "^3.0", |
27 | 27 | "spatie/laravel-package-tools": "^1.15.0", |
28 | | - "illuminate/contracts": "^9.0|^10.0" |
| 28 | + "illuminate/contracts": "^10.0" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | 31 | "laravel/pint": "^1.0", |
32 | | - "nunomaduro/collision": "^6.0|^7.0", |
| 32 | + "nunomaduro/collision": "^7.9", |
33 | 33 | "nunomaduro/larastan": "^2.0.1", |
34 | | - "orchestra/testbench": "^7.0", |
| 34 | + "orchestra/testbench": "^8.0", |
35 | 35 | "pestphp/pest": "^2.0", |
| 36 | + "pestphp/pest-plugin-arch": "^2.0", |
36 | 37 | "pestphp/pest-plugin-laravel": "^2.0", |
37 | | - "pestphp/pest-plugin-livewire": "^2.0", |
38 | 38 | "phpstan/extension-installer": "^1.1", |
39 | 39 | "phpstan/phpstan-deprecation-rules": "^1.0", |
40 | 40 | "phpstan/phpstan-phpunit": "^1.0", |
41 | | - "phpunit/phpunit": "^9.5|^10.0", |
42 | 41 | "spatie/laravel-ray": "^1.26" |
43 | 42 | }, |
44 | 43 | "autoload": { |
45 | 44 | "psr-4": { |
46 | | - "VendorName\\Skeleton\\": "src", |
47 | | - "VendorName\\Skeleton\\Database\\Factories\\": "database/factories" |
| 45 | + "VendorName\\Skeleton\\": "src/", |
| 46 | + "VendorName\\Skeleton\\Database\\Factories\\": "database/factories/" |
48 | 47 | } |
49 | 48 | }, |
50 | 49 | "autoload-dev": { |
51 | 50 | "psr-4": { |
52 | | - "VendorName\\Skeleton\\Tests\\": "tests" |
| 51 | + "VendorName\\Skeleton\\Tests\\": "tests/" |
53 | 52 | } |
54 | 53 | }, |
55 | 54 | "scripts": { |
56 | | - "pint": "vendor/bin/pint", |
57 | | - "test:pest": "vendor/bin/pest --parallel", |
58 | | - "test:phpstan": "vendor/bin/phpstan analyse", |
59 | | - "test": [ |
60 | | - "@test:pest", |
61 | | - "@test:phpstan" |
62 | | - ] |
| 55 | + "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
| 56 | + "analyse": "vendor/bin/phpstan analyse", |
| 57 | + "test": "vendor/bin/pest", |
| 58 | + "test-coverage": "vendor/bin/pest --coverage", |
| 59 | + "format": "vendor/bin/pint" |
63 | 60 | }, |
64 | 61 | "config": { |
65 | 62 | "sort-packages": true, |
66 | 63 | "allow-plugins": { |
67 | | - "composer/package-versions-deprecated": true, |
68 | 64 | "pestphp/pest-plugin": true, |
69 | 65 | "phpstan/extension-installer": true |
70 | 66 | } |
|
0 commit comments