|
11 | 11 | ], |
12 | 12 | "homepage": "https://github.com/psalm/psalm-plugin-laravel", |
13 | 13 | "require": { |
14 | | - "php": "^8.1", |
| 14 | + "php": "^8.2", |
15 | 15 | "ext-simplexml": "*", |
16 | | - "barryvdh/laravel-ide-helper": "^2.13 || ^3.0", |
17 | | - "illuminate/config": "^10.48 || ^11.0", |
18 | | - "illuminate/container": "^10.48 || ^11.0", |
19 | | - "illuminate/contracts": "^10.48 || ^11.0", |
20 | | - "illuminate/database": "^10.48 || ^11.0", |
21 | | - "illuminate/events": "^10.48 || ^11.0", |
22 | | - "illuminate/http": "^10.48 || ^11.0", |
23 | | - "illuminate/routing": "^10.48 || ^11.0", |
24 | | - "illuminate/support": "^10.48 || ^11.0", |
25 | | - "illuminate/view": "^10.48 || ^11.0", |
26 | | - "nikic/php-parser": "^4.18 || ^5.0", |
27 | | - "orchestra/testbench-core": "^8.22 || ^9.0", |
28 | | - "symfony/console": "^6.0 || ^7.0", |
29 | | - "symfony/finder": "^6.0 || ^7.0", |
30 | | - "vimeo/psalm": "^5.20|^6" |
| 16 | + "barryvdh/laravel-ide-helper": "~3.5.4", |
| 17 | + "illuminate/config": "^11.35", |
| 18 | + "illuminate/container": "^11.35", |
| 19 | + "illuminate/contracts": "^11.35", |
| 20 | + "illuminate/database": "^11.35", |
| 21 | + "illuminate/events": "^11.35", |
| 22 | + "illuminate/http": "^11.35", |
| 23 | + "illuminate/routing": "^11.35", |
| 24 | + "illuminate/support": "^11.35", |
| 25 | + "illuminate/view": "^11.35", |
| 26 | + "nikic/php-parser": "^5.0", |
| 27 | + "orchestra/testbench-core": "^9.9", |
| 28 | + "symfony/console": "^7.1", |
| 29 | + "symfony/finder": "^7.1", |
| 30 | + "vimeo/psalm": "^5.26 || ^6.0" |
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | | - "laravel/framework": "^10.48 || ^11.0", |
34 | | - "phpunit/phpunit": "^10.5 || ^11.0", |
| 33 | + "laravel/framework": "^11.35", |
| 34 | + "phpunit/phpunit": "^10.5 || ^11.5", |
35 | 35 | "phpyh/psalm-tester": "^0.1.0", |
36 | 36 | "ramsey/collection": "^1.3", |
37 | | - "rector/rector": "^1.0", |
38 | | - "slevomat/coding-standard": "^8.8", |
39 | | - "squizlabs/php_codesniffer": "*", |
40 | | - "symfony/http-foundation": "^6.0 || ^7.0" |
| 37 | + "rector/rector": "^2.0", |
| 38 | + "slevomat/coding-standard": "^8.15", |
| 39 | + "squizlabs/php_codesniffer": "^3.11", |
| 40 | + "symfony/http-foundation": "^7.1" |
41 | 41 | }, |
42 | 42 | "minimum-stability": "dev", |
43 | 43 | "prefer-stable": true, |
|
68 | 68 | "lint-fix": "phpcbf -n", |
69 | 69 | "psalm": "psalm --find-dead-code --find-unused-psalm-suppress --long-progress", |
70 | 70 | "psalm-set-baseline": "psalm --set-baseline=psalm-baseline.xml", |
| 71 | + "rector": "./vendor/bin/rector", |
| 72 | + "rector:dry": "./vendor/bin/rector --dry-run", |
71 | 73 | "test": [ |
72 | 74 | "@lint", |
73 | 75 | "@psalm", |
74 | 76 | "@test:unit", |
75 | 77 | "@test:type" |
76 | 78 | ], |
| 79 | + "test:app": "./tests/Application/laravel-test.sh", |
77 | 80 | "test:type": "phpunit --testsuite=type", |
78 | | - "test:unit": "phpunit --testsuite=unit", |
79 | | - "rector": "./vendor/bin/rector --dry-run" |
| 81 | + "test:unit": "phpunit --testsuite=unit" |
80 | 82 | } |
81 | 83 | } |
0 commit comments