Skip to content

Commit c99353e

Browse files
committed
chore: upgrade api-resource-schema to 0.0.18
1 parent 1047bfd commit c99353e

9 files changed

Lines changed: 944 additions & 737 deletions

File tree

composer.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
},
3838
"require": {
3939
"php": "^8.4",
40-
"aryeo/api-resource-schema": "0.0.16",
40+
"aryeo/api-resource-schema": "0.0.18",
4141
"laravel/framework": "^12.37",
4242
"laravel/prompts": "^0.3.8",
4343
"nikic/php-parser": "^5.7",
4444
"phpstan/phpstan": "^2.1",
4545
"symfony/console": "^7.4",
46-
"aryeo/tooling-laravel": "0.0.36",
46+
"aryeo/tooling-laravel": "0.0.37",
4747
"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"
5151
},
5252
"require-dev": {
5353
"orchestra/testbench": "^10.6",
@@ -93,7 +93,31 @@
9393
]
9494
},
9595
"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+
}
97121
}
98122
}
99123
}

0 commit comments

Comments
 (0)