feat: composer2 support
... | @@ -26,8 +26,7 @@ | ... | @@ -26,8 +26,7 @@ |
"php": "7.0" | "php": "7.0" | ||
} | } | ||
}, | }, | ||
"prefer-stable": true, | |||
"minimum-stability": "stable", | |||
"require": { | "require": { | ||
"php": ">=7.0", | "php": ">=7.0", | ||
"wpdesk/wp-wpdesk-helper-override": "^1.1.0", | "wpdesk/wp-wpdesk-helper-override": "^1.1.0", | ||
... | @@ -37,8 +36,7 @@ | ... | @@ -37,8 +36,7 @@ |
"10up/wp_mock": "*", | "10up/wp_mock": "*", | ||
"wpdesk/wp-plugin-flow": "^2", | "wpdesk/wp-plugin-flow": "^2", | ||
"phpunit/phpunit": "<7", | "phpunit/phpunit": "<7", | ||
"wpdesk/wp-wpdesk-composer": "^2.2", | "wpdesk/wp-wpdesk-composer": "^2" | ||
"wpdesk/wp-codeception": "^1.1.13" | |||
}, | }, | ||
"extra": { | "extra": { | ||
"text-domain": "plugin-template", | "text-domain": "plugin-template", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment