[
    {
        "name": "frozensheep/synthesize",
        "version": "1.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/frozensheep/synthesize.git",
            "reference": "18e4ece4f02ad2fbd5510eac6342b8c2d31ccc51"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/frozensheep/synthesize/zipball/18e4ece4f02ad2fbd5510eac6342b8c2d31ccc51",
            "reference": "18e4ece4f02ad2fbd5510eac6342b8c2d31ccc51",
            "shasum": ""
        },
        "require": {
            "myclabs/php-enum": "1.*",
            "php": ">=5.4"
        },
        "time": "2015-12-07T14:11:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Frozensheep\\Synthesize\\": "src",
                "Frozensheep\\Synthesize\\Tests\\": "tests"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jacob Wyke",
                "email": "jacob@frozensheep.com",
                "homepage": "https://frozensheep.com"
            }
        ],
        "description": "Synthesizer trait to auto generate getter and setter access for objects.",
        "homepage": "https://github.com/frozensheep/synthesize",
        "keywords": [
            "synthesize",
            "synthesizer"
        ]
    },
    {
        "name": "myclabs/php-enum",
        "version": "1.8.3",
        "version_normalized": "1.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/php-enum.git",
            "reference": "b942d263c641ddb5190929ff840c68f78713e937"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
            "reference": "b942d263c641ddb5190929ff840c68f78713e937",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.3 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.5",
            "squizlabs/php_codesniffer": "1.*",
            "vimeo/psalm": "^4.6.2"
        },
        "time": "2021-07-05T08:18:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MyCLabs\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP Enum contributors",
                "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
            }
        ],
        "description": "PHP Enum implementation",
        "homepage": "http://github.com/myclabs/php-enum",
        "keywords": [
            "enum"
        ]
    }
]
