Adds DFs
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "getkevin/kevin-woocommerce",
|
||||
"description": "E-Commerce payment gateway plugin for kevin. client.",
|
||||
"type": "wordpress-plugin",
|
||||
"version": "3.2.2",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "kevin.",
|
||||
"email": "info@kevin.eu"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "support@kevin.eu"
|
||||
},
|
||||
"scripts": {
|
||||
"fix-style": "vendor/bin/php-cs-fixer fix --config ./.php.cs.fixer.php --allow-risky=yes",
|
||||
"check-style": "vendor/bin/php-cs-fixer fix --config ./.php.cs.fixer.php --allow-risky=yes --dry-run --verbose"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.19"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"ext-json": "*",
|
||||
"getkevin/kevin-php": "0.16.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user