{
    "name": "sylius/grid",
    "type": "library",
    "description": "PHP library to handle building grid of objects with fields and filters support.",
    "keywords": [
        "admin",
        "api",
        "crud",
        "doctrine",
        "grid",
        "resource",
        "sylius"
    ],
    "homepage": "https://sylius.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Paweł Jędrzejewski",
            "homepage": "https://pjedrzejewski.com"
        },
        {
            "name": "Sylius project",
            "homepage": "https://sylius.com"
        },
        {
            "name": "Community contributions",
            "homepage": "https://github.com/Sylius/Sylius/contributors"
        }
    ],
    "require": {
        "php": "^8.2",
        "sylius/registry": "^1.5",
        "symfony/config": "^6.4 || ^7.2 || ^8.0",
        "symfony/deprecation-contracts": "^2.2",
        "symfony/event-dispatcher": "^6.4 || ^7.2 || ^8.0",
        "symfony/http-kernel": "^6.4 || ^7.2 || ^8.0",
        "symfony/options-resolver": "^6.4 || ^7.2 || ^8.0",
        "webmozart/assert": "^1.9"
    },
    "require-dev": {
        "symfony/property-access": "^6.4 || ^7.2 || ^8.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.11-dev"
        }
    },
    "autoload": {
        "psr-4": {
            "Sylius\\Component\\Grid\\": ""
        }
    }
}
