Skip to content

Commit 97a9270

Browse files
committed
chore: phpstan:^2.0
1 parent 70a9225 commit 97a9270

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@
140140
"illuminate/pagination": "^11.0 || ^12.0",
141141
"illuminate/routing": "^11.0 || ^12.0",
142142
"illuminate/support": "^11.0 || ^12.0",
143-
"jangregor/phpstan-prophecy": "^1.0",
143+
"jangregor/phpstan-prophecy": "^2.1.1",
144144
"justinrainbow/json-schema": "^5.2.11",
145145
"laravel/framework": "^11.0 || ^12.0",
146146
"orchestra/testbench": "^9.1",
147147
"phpspec/prophecy-phpunit": "^2.2",
148148
"phpstan/extension-installer": "^1.1",
149149
"phpstan/phpdoc-parser": "^1.29 || ^2.0",
150-
"phpstan/phpstan": "^1.10",
151-
"phpstan/phpstan-doctrine": "^1.0",
152-
"phpstan/phpstan-phpunit": "^1.0",
153-
"phpstan/phpstan-symfony": "^1.0",
150+
"phpstan/phpstan": "^2.0",
151+
"phpstan/phpstan-doctrine": "^2.0",
152+
"phpstan/phpstan-phpunit": "^2.0",
153+
"phpstan/phpstan-symfony": "^2.0",
154154
"phpunit/phpunit": "11.5.x-dev",
155155
"psr/log": "^1.0 || ^2.0 || ^3.0",
156156
"ramsey/uuid": "^4.7",

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ parameters:
1717
excludePaths:
1818
# uses larastan
1919
- src/Laravel
20-
- src/Symfony/Bundle/Command/OpenApiCommand.php
2120
# Symfony config
2221
- tests/Fixtures/app/config/config_swagger.php
2322
# Symfony cache
@@ -33,8 +32,6 @@ parameters:
3332
- src/Doctrine/*/vendor/*
3433
- src/*/vendor/*
3534
# Symfony 6 support
36-
- src/OpenApi/Serializer/CacheableSupportsMethodInterface.php
37-
- src/Serializer/CacheableSupportsMethodInterface.php
3835
- tests/Hal/Serializer/ItemNormalizerTest.php
3936
- tests/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactoryTest.php
4037
- src/Symfony/Bundle/ArgumentResolver/CompatibleValueResolverInterface.php

0 commit comments

Comments
 (0)