File "composer.json"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-wpdesk-fs-table-rate/composer.json
File size: 1.25 KB
MIME-type: text/plain
Charset: utf-8
{
"name": "wpdesk\/wp-wpdesk-fs-table-rate",
"authors": [
{
"name": "Krzysiek",
"email": "[email protected]"
},
{
"name": "Grzegorz",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.2",
"wpdesk\/wp-view": "^1.1|^2.0.0",
"psr\/log": "^1.1|2|3",
"wpdesk\/wp-builder": "^2.0"
},
"require-dev": {
"phpunit\/phpunit": "*",
"mockery\/mockery": "*",
"10up\/wp_mock": "*"
},
"autoload": {
"psr-4": {
"FSVendor\\WPDesk\\FS\\TableRate\\": "src\/"
}
},
"autoload-dev": {},
"extra": {
"text-domain": "wp-wpdesk-fs-table-rate",
"translations-folder": "lang",
"po-files": {
"pl_PL": "pl_PL.po"
}
},
"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"
}
}