Skip to content

Commit

Permalink
Merge pull request #76 from pedro-mendonca/dev
Browse files Browse the repository at this point in the history
Add PHPStan WP-Compat extension and improve template arguments customization
  • Loading branch information
pedro-mendonca authored Oct 1, 2024
2 parents f3a6bea + ebcba3c commit dc63bc5
Show file tree
Hide file tree
Showing 5 changed files with 3,410 additions and 2,014 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"ergebnis/composer-normalize": "^2.42.0",
"ergebnis/composer-normalize": "^2.44.0",
"johnbillion/wp-compat": "^0.2.2",
"pedro-mendonca/glotpress-stubs": "4.0.1",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"phpcompatibility/phpcompatibility-wp": "^2.1.5",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.3.1",
"sirbrillig/phpcs-variable-analysis": "^2.11.17",
"szepeviktor/phpstan-wordpress": "^1.3.4",
"phpstan/extension-installer": "^1.4.3",
"sirbrillig/phpcs-variable-analysis": "^2.11.19",
"szepeviktor/phpstan-wordpress": "^1.3.5",
"wp-coding-standards/wpcs": "^3.1.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit dc63bc5

Please sign in to comment.