[
    {
        "name": "josegonzalez/dotenv",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/josegonzalez/php-dotenv.git",
            "reference": "f19174d9d7213a6c20e8e5e268aa7dd042d821ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/josegonzalez/php-dotenv/zipball/f19174d9d7213a6c20e8e5e268aa7dd042d821ca",
            "reference": "f19174d9d7213a6c20e8e5e268aa7dd042d821ca",
            "shasum": ""
        },
        "require": {
            "m1/env": "2.*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "php-mock/php-mock-phpunit": "^1.1",
            "satooshi/php-coveralls": "1.*",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2017-09-19T15:49:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "josegonzalez\\Dotenv": [
                    "src",
                    "tests"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jose Diaz-Gonzalez",
                "email": "dotenv@josegonzalez.com",
                "homepage": "http://josediazgonzalez.com",
                "role": "Maintainer"
            }
        ],
        "description": "dotenv file parsing for PHP",
        "homepage": "https://github.com/josegonzalez/php-dotenv",
        "keywords": [
            "configuration",
            "dotenv",
            "php"
        ]
    },
    {
        "name": "m1/env",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/m1/Env.git",
            "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/m1/Env/zipball/5c296e3e13450a207e12b343f3af1d7ab569f6f3",
            "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "scrutinizer/ocular": "~1.1",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "suggest": {
            "josegonzalez/dotenv": "For loading of .env",
            "m1/vars": "For loading of configs"
        },
        "time": "2020-02-19T09:02:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "M1\\Env\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Miles Croxford",
                "email": "hello@milescroxford.com",
                "homepage": "http://milescroxford.com",
                "role": "Developer"
            }
        ],
        "description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
        "homepage": "https://github.com/m1/Env",
        "keywords": [
            ".env",
            "config",
            "dotenv",
            "env",
            "loader",
            "m1",
            "parser",
            "support"
        ]
    }
]
