|
37 | 37 | }, |
38 | 38 | "require": { |
39 | 39 | "php": "^8.4", |
40 | | - "aryeo/api-resource-schema": "0.0.16", |
| 40 | + "aryeo/api-resource-schema": "0.0.18", |
41 | 41 | "laravel/framework": "^12.37", |
42 | 42 | "laravel/prompts": "^0.3.8", |
43 | 43 | "nikic/php-parser": "^5.7", |
44 | 44 | "phpstan/phpstan": "^2.1", |
45 | 45 | "symfony/console": "^7.4", |
46 | | - "aryeo/tooling-laravel": "0.0.36", |
| 46 | + "aryeo/tooling-laravel": "0.0.37", |
47 | 47 | "aryeo/attribute-routing": "0.0.13", |
48 | | - "aryeo/entities": "0.0.16", |
49 | | - "aryeo/request-casts": "0.0.12", |
50 | | - "aryeo/request-authorizers-validators": "0.0.11" |
| 48 | + "aryeo/entities": "0.0.18", |
| 49 | + "aryeo/request-casts": "0.0.14", |
| 50 | + "aryeo/request-authorizers-validators": "0.0.12" |
51 | 51 | }, |
52 | 52 | "require-dev": { |
53 | 53 | "orchestra/testbench": "^10.6", |
|
93 | 93 | ] |
94 | 94 | }, |
95 | 95 | "tooling": { |
96 | | - "phpstan": "tooling/phpstan/rules.neon" |
| 96 | + "phpstan": { |
| 97 | + "config": { |
| 98 | + "paths": [ |
| 99 | + "src", |
| 100 | + "tests/Fixtures/Support" |
| 101 | + ] |
| 102 | + }, |
| 103 | + "rules": "tooling/phpstan/rules.neon" |
| 104 | + }, |
| 105 | + "rector": { |
| 106 | + "config": { |
| 107 | + "paths": [ |
| 108 | + "src", |
| 109 | + "tests/Fixtures/Support" |
| 110 | + ] |
| 111 | + } |
| 112 | + }, |
| 113 | + "pint": { |
| 114 | + "config": { |
| 115 | + "paths": [ |
| 116 | + "src", |
| 117 | + "tests" |
| 118 | + ] |
| 119 | + } |
| 120 | + } |
97 | 121 | } |
98 | 122 | } |
99 | 123 | } |
0 commit comments