{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:hostinger/hostinger-wp-helper.git"
    }
  ],
  "name": "hostinger/hostinger-wp-menu-manager",
  "description": "Package for managing Hostinger WordPress menus and pages.",
  "license": "proprietary",
  "type": "library",
  "require": {
    "hostinger/hostinger-wp-helper": "^1.0"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.0",
    "phpunit/phpunit": "^9.6",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "Hostinger\\WpMenuManager\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Hostinger\\WpMenuManager\\Tests\\": "tests/phpunit"
    }
  },
  "minimum-stability": "dev"
}
