{
  "name": "tastyigniter/ti-ext-local",
  "type": "tastyigniter-package",
  "description": "This extension allows your customers find and view menu items of their nearest location.",
  "license": "MIT",
  "authors": [
    {
      "name": "Sam Poyigi",
      "email": "sam@sampoyigi.com"
    }
  ],
  "require": {
    "tastyigniter/core": "^v4.0@beta",
    "tastyigniter/ti-ext-automation": "^v4.0@beta",
    "tastyigniter/ti-ext-cart": "^v4.0@beta",
    "tastyigniter/ti-ext-reservation": "^v4.0@beta"
  },
  "require-dev": {
    "laravel/pint": "^1.2",
    "larastan/larastan": "^2.4.0",
    "sampoyigi/testbench": "^1.0",
    "pestphp/pest-plugin-laravel": "^2.0",
    "igniterlabs/ti-ext-importexport": "v4.x-dev as 4.0"
  },
  "autoload": {
    "psr-4": {
      "Igniter\\Local\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Igniter\\Local\\Tests\\": "tests/"
    }
  },
  "extra": {
    "tastyigniter-extension": {
      "code": "igniter.local",
      "name": "Local",
      "icon": {
        "class": "fa fa-map-marker",
        "backgroundColor": "#CD4341",
        "color": "#fff"
      },
      "homepage": "https://tastyigniter.com/marketplace/item/igniter-local"
    }
  },
  "scripts": {
    "test": "vendor/bin/pest",
    "test-coverage": "vendor/bin/pest --coverage",
    "format": "vendor/bin/pint",
    "static": "vendor/bin/phpstan analyse --ansi --memory-limit 1056M"
  },
  "config": {
    "allow-plugins": {
      "pestphp/pest-plugin": true,
      "php-http/discovery": true,
      "composer/installers": true
    },
    "sort-packages": true
  },
  "minimum-stability": "beta",
  "prefer-stable": true
}
