51 lines
1.5 KiB
JSON
51 lines
1.5 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": "7.4.33"
|
|
},
|
|
"gitlab-domains": [
|
|
"gitlab.wpdesk.dev"
|
|
],
|
|
"allow-plugins": {
|
|
"dealerdirect\/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"10up\/wp_mock": "*",
|
|
"mockery\/mockery": "*",
|
|
"phpunit\/phpunit": "^9.5",
|
|
"wpdesk\/wp-code-sniffer": "^1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FlexibleCouponsProVendor\\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"
|
|
}
|
|
} |