Skip to content
Snippets Groups Projects
Commit 7cd73582 authored by dyszczo's avatar dyszczo
Browse files

feat: composer2 support

parent de8641bb
No related branches found
Tags 2.1
No related merge requests found
...@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment