34 lines
895 B
JSON
34 lines
895 B
JSON
{
|
|
"name": "wpdesk/wp-wpdesk-fs-shipment-interfaces",
|
|
"authors": [
|
|
{
|
|
"name": "Krzysiek",
|
|
"email": "krzysiek@wpdesk.pl"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.6"
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"10up/wp_mock": "^0.2.0",
|
|
"phpunit/phpunit": "<7",
|
|
"squizlabs/php_codesniffer": "^3.4.2",
|
|
"wp-coding-standards/wpcs": "^0.14.1"
|
|
},
|
|
"autoload": {
|
|
},
|
|
"autoload-dev": {
|
|
},
|
|
"scripts": {
|
|
"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
|
|
"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
|
|
"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
|
|
"phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
|
|
}
|
|
}
|