move module.local to module

This commit is contained in:
David Remer 2020-09-01 14:21:58 +03:00
parent c443e4053c
commit f8e82bdfaf
217 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
"name": "inpsyde/ppcp-onboarding",
"type": "inpsyde-module",
"require": {
"dhii/module-interface": "0.2.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
"brain/monkey": "^2.4",
"inpsyde/php-coding-standards": "^1"
},
"minimum-stability": "dev",
"prefer-stable": true
}