This commit is contained in:
erwanlr
2022-08-11 23:44:06 +02:00
parent 196fbab5b1
commit 46e3692a03
34 changed files with 6602 additions and 2 deletions

View File

@@ -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"
}
}