Skip to content

Commit 7851992

Browse files
committed
wip
1 parent 0a9ddf5 commit 7851992

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

composer.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1|^8.2",
19+
"php": "^8.1|^8.2|^8.3",
2020
"illuminate/contracts": "^10.0",
2121
"spatie/laravel-package-tools": "^1.14"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.0",
2525
"nunomaduro/collision": "^7.9",
26-
"nunomaduro/larastan": "^2.0.1",
27-
"orchestra/testbench": "^8.0",
28-
"pestphp/pest": "^2.0",
29-
"pestphp/pest-plugin-arch": "^2.0",
30-
"pestphp/pest-plugin-laravel": "^2.0",
31-
"phpstan/extension-installer": "^1.1",
32-
"phpstan/phpstan-deprecation-rules": "^1.0",
33-
"phpstan/phpstan-phpunit": "^1.0",
26+
"nunomaduro/larastan": "^2.6",
27+
"orchestra/testbench": "^8.8",
28+
"pestphp/pest": "^2.20",
29+
"pestphp/pest-plugin-laravel": "^2.2",
3430
"spatie/laravel-ray": "^1.31"
3531
},
3632
"autoload": {
@@ -48,6 +44,7 @@
4844
"post-autoload-dump": [
4945
"@php ./vendor/bin/testbench package:discover --ansi"
5046
],
47+
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
5148
"analyse": "vendor/bin/phpstan analyse",
5249
"test": "vendor/bin/pest",
5350
"test-coverage": "vendor/bin/pest --coverage",

phpstan.neon.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
2-
- phpstan-baseline.neon
2+
- ./vendor/nunomaduro/larastan/extension.neon
33

44
parameters:
55
level: 4

0 commit comments

Comments
 (0)