47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "wpdesk\/wp-coupons-interfaces",
|
|
"description": "Coupon shared interfaces",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"interfaces",
|
|
"wp-canva-editor",
|
|
"coupons"
|
|
],
|
|
"homepage": "https:\/\/gitlab.com\/wpdesk\/wp-coupons-interfaces",
|
|
"minimum-stability": "stable",
|
|
"authors": [
|
|
{
|
|
"name": "piotr.potrebka",
|
|
"email": "piotr.potrebka@wpdesk.net"
|
|
}
|
|
],
|
|
"config": {
|
|
"sort-packages": true,
|
|
"platform": {
|
|
"php": "5.6"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"10up\/wp_mock": "*",
|
|
"mockery\/mockery": "*",
|
|
"phpunit\/phpunit": "<7",
|
|
"wp-coding-standards\/wpcs": "^0.14.1",
|
|
"squizlabs\/php_codesniffer": "^3.0.2",
|
|
"wimg\/php-compatibility": "^8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FlexibleCouponsVendor\\WPDesk\\Library\\CouponInterfaces\\": "src\/Interfaces"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
} |