-
- Downloads
Merge branch 'devel-oldphp' into 'devel'
Devel oldphp See merge request wpdesk/plugin-template!13
... | ... | @@ -10,17 +10,14 @@ |
"php": ">=5.5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6", | ||
"phpunit/phpunit": "*", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "^1.0", | ||
"10up/wp_mock": "^0.3", | ||
"mockery/mockery": "*", | ||
"10up/wp_mock": "*", | ||
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"JpkTest\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "echo composer is alive", | ||
... | ... |
Please register or sign in to comment