{
  "name": "sanzeeb3/customer-journey",
  "description": "Displays a storyline of every engagement of the customers until the order of the product.",
  "homepage": "https://github.com/sanzeeb3/customer-journey",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "require": {
    "php": ">=5.6",
    "composer/installers": "^2.0",
    "freemius/wordpress-sdk": "^2.9"
  },
   "autoload": {
    "psr-4": {
        "CustomerJourneyForWooCommerce\\": "src/"
    }
  },
  "scripts": {
    "phpcs": [
      "phpcs -s -p"
    ],
    "phpcs-pre-commit": [
      "phpcs -s -p -n"
    ],
    "phpcbf": [
      "phpcbf -p"
    ]
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true
    }
  }
}
