{
    "name": "51degrees/fiftyone.pipeline.core",
    "description": "Core library for the 51Degrees Pipeline API.",
    "keywords": [ 
        "51degrees" 
    ],
    "authors" : [
        {
            "name": "51Degrees Engineering",
            "email": "engineering@51degrees.com"
        }
    ],
    "license": "EUPL-1.2", 
    "type": "library",
    "require": {
        "php": ">=7.4",
        "ext-ctype": "*",
        "ext-json": "*",
        "mustache/mustache": "^2.13",
        "tedivm/jshrink": "~1.0"
    },
    "require-dev": {
        "kint-php/kint": "^3.3",
        "phpunit/phpunit": "*",
        "friendsofphp/php-cs-fixer": "^3.39",
        "phpstan/phpstan": "^1.10"
    },
    "autoload": {
        "psr-4": {
            "fiftyone\\pipeline\\core\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "fiftyone\\pipeline\\core\\tests\\": "tests/"
        }
    }
}
