Skip to content
Snippets Groups Projects
Verified Commit 866f2500 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: add phpstan as direct dependency/update phpunit

parent f27f4197
No related branches found
No related tags found
1 merge request!45update setup
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
"cweagans/composer-patches": true, "cweagans/composer-patches": true,
"wpdesk/wp-codeception": true, "wpdesk/wp-codeception": true,
"wpdesk/wp-wpdesk-composer": true, "wpdesk/wp-wpdesk-composer": true,
"kylekatarnls/update-helper": true "kylekatarnls/update-helper": true,
"phpstan/extension-installer": true
}, },
"platform-check": false "platform-check": false
}, },
...@@ -45,8 +46,11 @@ ...@@ -45,8 +46,11 @@
}, },
"require-dev": { "require-dev": {
"10up/wp_mock": "*", "10up/wp_mock": "*",
"phpunit/phpunit": "<7", "phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^8 | ^9",
"roave/security-advisories": "dev-latest", "roave/security-advisories": "dev-latest",
"szepeviktor/phpstan-wordpress": "^1.3",
"wpdesk/wp-builder": "^2.0.0", "wpdesk/wp-builder": "^2.0.0",
"wpdesk/wp-codeception": "^2.7.4", "wpdesk/wp-codeception": "^2.7.4",
"wpdesk/wp-plugin-flow-free": "^1.0.2", "wpdesk/wp-plugin-flow-free": "^1.0.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment