Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
flexible-shipping
/
vendor_prefixed
/
wpdesk
/
wp-wpdesk-fs-table-rate
:
composer.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "name": "wpdesk\/wp-wpdesk-fs-table-rate", "authors": [ { "name": "Krzysiek", "email": "krzysiek@wpdesk.pl" }, { "name": "Grzegorz", "email": "grzegorz@wpdesk.net" } ], "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" } }