{
  "name": "pimcore/perspective-editor",
  "license": "GPL-3.0+",
  "type": "pimcore-bundle",
  "description": "Pimcore Perspective Editor",
  "config": {
    "sort-packages": true,
    "preferred-install": {
      "pimcore/pimcore": "source",
      "*": "dist"
    }
  },
  "require": {
    "pimcore/pimcore": "^10.5",
    "symfony/config": "^5.2.0",
    "symfony/dependency-injection": "^5.2.0",
    "symfony/http-foundation": "^5.2.0",
    "symfony/http-kernel": "^5.2.0",
    "symfony/routing": "^5.2.0"
  },
  "require-dev": {
    "phpstan/phpstan": "^1.2",
    "phpunit/phpunit": "^9.3",
    "codeception/codeception": "^4.1.12",
    "codeception/phpunit-wrapper": "^9",
    "codeception/module-asserts": "^2",
    "codeception/module-symfony":"^2"
  },
  "autoload": {
    "psr-4": {
      "Pimcore\\Bundle\\PerspectiveEditorBundle\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Pimcore\\Bundle\\PerspectiveEditorBundle\\Tests\\": "tests"
    },
    "files": [
      "kernel/Kernel.php"
    ]
  },
  "extra": {
    "pimcore": {
      "bundles": [
        "Pimcore\\Bundle\\PerspectiveEditorBundle\\PimcorePerspectiveEditorBundle"
      ]
    }
  }
}
