|
3 | 3 | "description": "Psalm plugin for Laravel", |
4 | 4 | "license": "MIT", |
5 | 5 | "type": "psalm-plugin", |
| 6 | + "keywords": [ |
| 7 | + "psalm", |
| 8 | + "psalm-plugin", |
| 9 | + "laravel", |
| 10 | + "dev" |
| 11 | + ], |
6 | 12 | "authors": [ |
7 | 13 | { |
8 | 14 | "name": "Matthew Brown", |
|
13 | 19 | "require": { |
14 | 20 | "php": "^8.1", |
15 | 21 | "ext-simplexml": "*", |
16 | | - "barryvdh/laravel-ide-helper": "~3.5.4", |
| 22 | + "barryvdh/laravel-ide-helper": "^2.15 || >=3.4.0 <3.6", |
17 | 23 | "illuminate/config": "^10.48 || ^11.0", |
18 | 24 | "illuminate/container": "^10.48 || ^11.0", |
19 | 25 | "illuminate/contracts": "^10.48 || ^11.0", |
|
27 | 33 | "orchestra/testbench-core": "^8.22 || ^9.0", |
28 | 34 | "symfony/console": "^6.0 || ^7.0", |
29 | 35 | "symfony/finder": "^6.0 || ^7.0", |
30 | | - "vimeo/psalm": "^5.20|^6" |
| 36 | + "vimeo/psalm": "^5.20 || ^6" |
31 | 37 | }, |
32 | 38 | "require-dev": { |
33 | 39 | "laravel/framework": "^10.48 || ^11.0", |
|
68 | 74 | "lint-fix": "phpcbf -n", |
69 | 75 | "psalm": "psalm --find-dead-code --find-unused-psalm-suppress --long-progress", |
70 | 76 | "psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml", |
| 77 | + "rector": "./vendor/bin/rector", |
| 78 | + "rector:dry": "./vendor/bin/rector --dry-run", |
71 | 79 | "test": [ |
72 | 80 | "@lint", |
73 | 81 | "@psalm", |
74 | 82 | "@test:unit", |
75 | 83 | "@test:type" |
76 | 84 | ], |
| 85 | + "test:app": "./tests/Application/laravel-test.sh", |
77 | 86 | "test:type": "phpunit --testsuite=type", |
78 | | - "test:unit": "phpunit --testsuite=unit", |
79 | | - "rector": "./vendor/bin/rector --dry-run" |
| 87 | + "test:unit": "phpunit --testsuite=unit" |
80 | 88 | } |
81 | 89 | } |
0 commit comments