Skip to content

Commit ca4c3cc

Browse files
authored
Merge pull request #13 from lloc/chore/phpstan-upgrade
PHPStan upgrade
2 parents 6b6be7a + 63169a0 commit ca4c3cc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.distignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package.json
3030
patchwork.json
3131
phpcs.xml
3232
phpdoc.xml
33-
phpstan.neon
33+
phpstan.neon.dist
3434
phpunit.xml
3535
plantuml_gist.puml
3636
playwright.config.ts

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"php-di/php-di": "^7.0"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "^10.5",
1615
"brain/monkey": "^2.6",
17-
"phpstan/phpstan": "^1.12",
18-
"smeghead/php-class-diagram": "^1.4",
1916
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
20-
"wp-coding-standards/wpcs": "^3.1",
17+
"johnbillion/wp-compat": "^1.1.0",
2118
"phpcompatibility/phpcompatibility-wp": "^2.1",
22-
"szepeviktor/phpstan-wordpress": "^1.3",
2319
"phpstan/extension-installer": "^1.4",
24-
"phpstan/phpstan-deprecation-rules": "^1.2",
25-
"johnbillion/wp-compat": "^0.3.1",
26-
"swissspidy/phpstan-no-private": "^0.2.1",
27-
"phpstan/phpstan-mockery": "^1.1"
20+
"phpstan/phpstan": "^2.1",
21+
"phpstan/phpstan-deprecation-rules": "^2.0.1",
22+
"phpstan/phpstan-mockery": "^2.0.0",
23+
"phpunit/phpunit": "^10.5",
24+
"smeghead/php-class-diagram": "^1.4",
25+
"swissspidy/phpstan-no-private": "^v1.0.0",
26+
"szepeviktor/phpstan-wordpress": "^v2.0",
27+
"wp-coding-standards/wpcs": "^3.1"
2828
},
2929
"autoload": {
3030
"psr-4": {
File renamed without changes.

0 commit comments

Comments
 (0)