Skip to content

Commit b270772

Browse files
committed
fix: sorry we do, let's try with 3.0-dev
1 parent fab2c58 commit b270772

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"require-dev": {
4040
"guzzlehttp/guzzle": "^7.0",
4141
"laravel/pint": "^1.0",
42+
"larastan/larastan": "^2.0|^3.0-dev",
4243
"nunomaduro/collision": "^7.9|^8.0",
4344
"orchestra/testbench": "^8.0|^9.0|^10.0",
4445
"pestphp/pest": "^2.0|^3.0",
4546
"pestphp/pest-plugin-arch": "^2.0|^3.0",
4647
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
4748
"phpstan/extension-installer": "^1.1",
48-
"phpstan/phpstan": "^1.12",
4949
"phpstan/phpstan-deprecation-rules": "^1.0",
5050
"phpstan/phpstan-phpunit": "^1.0",
5151
"spatie/laravel-ray": "^1.26"

phpstan.neon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ parameters:
1313
- '#Class App\\Providers\\NativeAppServiceProvider not found#'
1414
- '#Class Native\\Laravel\\ChildProcess has an uninitialized readonly property#'
1515

16-
#
17-
# excludePaths:
18-
# - ./*/*/FileToBeExcluded.php
16+
17+
excludePaths:
18+
- ./src/NativeServiceProvider.php

0 commit comments

Comments
 (0)