{
  "name": "vindi/vindi-pagamentos",
  "version": "1.1.7",
  "description": "WooCommerce payment plugin using Vindi gateways",
  "type": "wordpress-plugin",
  "license": "GPL-3.0",
  "support": {
    "issues": "https://github.com/vindi/vindi-pagamentos/issues",
    "source": "https://github.com/vindi/vindi-pagamentos"
  },
  "scripts": {
    "phpcs": "phpcs ./ > phpcs.log",
    "phpcbf": "phpcbf ./"
  },
  "keywords": [
    "wordpress",
    "plugin",
    "template",
    "woocommerce"
  ],
  "authors": [
    {
      "name": "Matheus Aguiar",
      "email": "matheus@aguia.dev"
    },
    {
      "name": "Apiki WordPress",
      "email": "wpcare@apiki.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "VindiPagamentos\\": "app/"
    },
    "files": [
      "app/Helpers/Helper.php"
    ]
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "*"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}


