{
  "name": "based/momentum-modal",
  "description": "Build dynamic modal dialogs for your Inertia-powered Laravel apps",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Boris Lepikhin",
      "email": "boris@lepikhin.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Momentum\\Modal\\": "src/",
      "Momentum\\Modal\\Tests\\": "tests/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Momentum\\Modal\\Tests\\": "tests/"
    }
  },
  "require": {
    "php": "^8.0",
    "illuminate/support": "^8.24|^9.0|^10.0|^11.0",
    "inertiajs/inertia-laravel": "^0.6|^1.0"
  },
  "require-dev": {
    "orchestra/testbench": "^6.9|^7.0|^8.0|^9.0",
    "nunomaduro/larastan": "^1.0|^2.0",
    "pestphp/pest": "^1.2|^2.34",
    "pestphp/pest-plugin-laravel": "^1.0|^2.3",
    "laravel/pint": "^0.1.3|^1.13"
  },
  "extra": {
    "laravel": {
      "providers": [
        "Momentum\\Modal\\ModalServiceProvider"
      ]
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "config": {
    "allow-plugins": {
      "pestphp/pest-plugin": true
    }
  }
}
