{
    "name": "sylius/resource",
    "type": "library",
    "description": "Basic resource interfaces for PHP applications.",
    "keywords": [
        "shop",
        "ecommerce",
        "resource",
        "api",
        "sylius",
        "doctrine"
    ],
    "homepage": "http://sylius.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Paweł Jędrzejewski",
            "homepage": "http://pjedrzejewski.com"
        },
        {
            "name": "Sylius project",
            "homepage": "http://sylius.com"
        },
        {
            "name": "Community contributions",
            "homepage": "http://github.com/Sylius/Sylius/contributors"
        }
    ],
    "require": {
        "php": "^8.2",
        "doctrine/collections": "^1.8 || ^2.0",
        "doctrine/inflector": "^1.4 || ^2.0",
        "gedmo/doctrine-extensions": "^2.4.12 || ^3.0",
        "pagerfanta/core": "^3.7 || ^4.0",
        "symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0",
        "symfony/form": "^6.4 || ^7.4 || ^8.0",
        "symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
        "symfony/http-foundation": "^6.4 || ^7.4 || ^8.0",
        "symfony/http-kernel": "^6.4 || ^7.4 || ^8.0",
        "symfony/property-access": "^6.4 || ^7.4 || ^8.0",
        "symfony/routing": "^6.4 || ^7.4 || ^8.0",
        "symfony/security-core": "^6.4 || ^7.4 || ^8.0",
        "symfony/security-csrf": "^6.4 || ^7.4 || ^8.0",
        "symfony/string": "^6.4 || ^7.4 || ^8.0",
        "symfony/translation": "^6.4 || ^7.4 || ^8.0",
        "symfony/validator": "^6.4 || ^7.4 || ^8.0",
        "willdurand/negotiation": "^3.1"
    },
    "require-dev": {
        "behat/transliterator": "^1.3",
        "doctrine/orm": "^2.18 || ^3.3",
        "matthiasnoback/symfony-dependency-injection-test": "^6.1.0",
        "phpunit/phpunit": "^10.0",
        "sylius/grid": "^1.13 || ^1.15@alpha",
        "sylius/grid-bundle": "^1.13 || ^1.15@alpha",
        "symfony/serializer": "^6.4 || ^7.4 || ^8.0",
        "symfony/workflow": "^6.4 || ^7.4 || ^8.0",
        "twig/twig": "^3.0"
    },
    "conflict": {
        "doctrine/orm": "<2.18",
        "twig/twig": "<3.0",
        "winzou/state-machine": "<0.4"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.9-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Sylius\\Component\\Resource\\": "legacy/src/",
            "Sylius\\Resource\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Sylius\\Component\\Resource\\Tests\\": "legacy/tests/",
            "Sylius\\Resource\\Tests\\": "tests/"
        }
    }
}
