52 lines
No EOL
1.5 KiB
JSON
52 lines
No EOL
1.5 KiB
JSON
{
|
|
"name": "wpdesk\/wpdesk-sessions",
|
|
"description": "DHL Express Shipping Service",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Grzegorz",
|
|
"email": "grzegorz@wpdesk.pl"
|
|
}
|
|
],
|
|
"prefer-stable": true,
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "<7",
|
|
"wp-coding-standards\/wpcs": "^0.14.1",
|
|
"squizlabs\/php_codesniffer": "^3.0.2",
|
|
"mockery\/mockery": "*",
|
|
"10up\/wp_mock": "*",
|
|
"wimg\/php-compatibility": "^8",
|
|
"wpdesk\/wp-wpdesk-tracker": "^2.0",
|
|
"wpdesk\/wp-builder": "^1.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FSVendor\\WPDesk\\Sessions\\": "src\/WPDesk\/Sessions\/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests\/"
|
|
]
|
|
},
|
|
"extra": {
|
|
"text-domain": "wpdesk-sessions",
|
|
"translations-folder": "lang",
|
|
"po-files": {
|
|
"pl_PL": "pl_PL.po"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo composer is alive",
|
|
"phpcs": "phpcs",
|
|
"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",
|
|
"docs": "apigen generate"
|
|
}
|
|
} |