36 lines
No EOL
1.2 KiB
JSON
36 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "wpdesk\/wc-currency-switchers-integrations",
|
|
"authors": [
|
|
{
|
|
"name": "Grzegorz",
|
|
"email": "grola@wpdesk.pl"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr\/container": "^1.0",
|
|
"wpdesk\/wp-builder": "^2.0",
|
|
"psr\/log": "^1||^2||^3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^5",
|
|
"wp-coding-standards\/wpcs": "^0.14.1",
|
|
"squizlabs\/php_codesniffer": "^3.0.2",
|
|
"wimg\/php-compatibility": "^8",
|
|
"mockery\/mockery": "*",
|
|
"10up\/wp_mock": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FSVendor\\WPDesk\\WooCommerce\\CurrencySwitchers\\": "src\/"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
} |