{
    "name": "zumba/json-serializer",
    "type": "library",
    "description": "Serialize PHP variables, including objects, in JSON format. Support to unserialize it too.",
    "keywords": ["json", "serialize", "serializer"],
    "homepage": "https://tech.zumba.com",
    "license": "MIT",
    "scripts": {
        "test": "phpunit --colors=always"
    },
    "authors": [
        {
            "name": "Zumba Fitness, LLC",
            "email": "engineering@zumba.com"
        },
        {
            "name": "Juan Basso",
            "email": "juan.basso@zumba.com"
        }
    ],
    "require": {
        "php": "^7.2 || ^8.0",
        "ext-mbstring": "*"
    },
    "suggest": {
        "opis/closure": "Allow to serialize PHP closures"
    },
    "require-dev": {
        "phpunit/phpunit": ">=8 <12.0",
        "opis/closure": "^3.0 || ^4.0"
    },
    "autoload": {
        "psr-4": {
            "Zumba\\": "src/",
            "Zumba\\JsonSerializer\\Test\\": "tests/"
        }
    }
}
