Skip to content

Commit

Permalink
chore(phpstan): upgrade PHPStan to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Nov 28, 2024
1 parent dd0bedc commit fc32e27
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 119 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.5",
"php": ">=8.0",
"google/apiclient": "^2.16"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^9.5",
"yoast/phpunit-polyfills": "^2.0",
"squizlabs/php_codesniffer": "^3.7",
"wp-coding-standards/wpcs": "^3.0",
"phpstan/phpstan": "^1.12",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/phpstan": "^2.0",
"szepeviktor/phpstan-wordpress": "2.x-dev",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.2"
"phpstan/phpstan-deprecation-rules": "^2.0"
},
"license": "GPL-3.0+",
"authors": [
{
"name": "SECT WEB INTERACTIVE",
"homepage": "https://www.ilovesect.com/"
"name": "sect",
"homepage": "https://github.com/sectsect"
}
],
"config": {
Expand Down
151 changes: 38 additions & 113 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc32e27

Please sign in to comment.