Skip to content

Commit

Permalink
add basic phpstan validation
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed Feb 13, 2023
2 parents 3c682a1 + d92af25 commit 94f0a2d
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 74 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
},
"require-dev": {
"phpunit/phpunit": "~9",
"szepeviktor/phpstan-wordpress": "^0.6.0"
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"szepeviktor/phpstan-wordpress": "^1.1",
"php-stubs/woocommerce-stubs": "^7.1",
"php-stubs/wordpress-tests-stubs": "^6.1"
},
"config": {
"vendor-dir": "src/woocommerce-gateway-ratenkaufbyeasycredit/vendor"
Expand Down
Loading

0 comments on commit 94f0a2d

Please sign in to comment.