[
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.18",
        "version_normalized": "2.0.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2019-01-03T20:59:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "portphp/csv",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/portphp/csv.git",
            "reference": "3d29b4dfbb112b6ef0eaef5ae79d04f9431c834b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/portphp/csv/zipball/3d29b4dfbb112b6ef0eaef5ae79d04f9431c834b",
            "reference": "3d29b4dfbb112b6ef0eaef5ae79d04f9431c834b",
            "shasum": ""
        },
        "require": {
            "portphp/portphp": "^1.2.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.1",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2018-01-07T16:58:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Port\\Csv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David de Boer",
                "email": "david@ddeboer.nl"
            },
            {
                "name": "Markus Bachmann",
                "email": "markus.bachmann@bachi.biz"
            },
            {
                "name": "Community contributors",
                "homepage": "https://github.com/portphp/csv/graphs/contributors"
            }
        ],
        "description": "CSV reader and writer for Port",
        "homepage": "https://github.com/portphp"
    },
    {
        "name": "portphp/doctrine",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/portphp/doctrine.git",
            "reference": "f42b777f9afa84f924ff3ec6853e3c9cd736bd89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/portphp/doctrine/zipball/f42b777f9afa84f924ff3ec6853e3c9cd736bd89",
            "reference": "f42b777f9afa84f924ff3ec6853e3c9cd736bd89",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "^2.2",
            "php": ">=5.6.0",
            "portphp/portphp": "^1.0.0"
        },
        "require-dev": {
            "doctrine/mongodb": "^1.2",
            "doctrine/mongodb-odm": "^1.0",
            "doctrine/orm": "~2.4",
            "ext-sqlite3": "*",
            "phpunit/phpunit": "4.7.*"
        },
        "time": "2017-08-30T08:19:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Port\\Doctrine\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David de Boer",
                "email": "david@ddeboer.nl"
            },
            {
                "name": "Markus Bachmann",
                "email": "markus.bachmann@bachi.biz"
            },
            {
                "name": "Community contributors",
                "homepage": "https://github.com/portphp/doctrine-adapter/graphs/contributors"
            }
        ],
        "description": "Doctrine ORM/ODM reader and writer for Port",
        "homepage": "https://github.com/portphp"
    },
    {
        "name": "portphp/portphp",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/portphp/portphp.git",
            "reference": "6600804731fea8d15a30248798432bd5df02179b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/portphp/portphp/zipball/6600804731fea8d15a30248798432bd5df02179b",
            "reference": "6600804731fea8d15a30248798432bd5df02179b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0",
            "psr/log": "~1.0",
            "symfony/property-access": "^2.8 || ^3.0 || ^4.0",
            "symfony/validator": "^2.8 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "doctrine/instantiator": "^1.0.5",
            "ext-iconv": "*",
            "ext-mbstring": "*",
            "phpspec/phpspec": "^2.4",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2017-12-02T08:17:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Port\\": "src/",
                "Port\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David de Boer",
                "email": "david@ddeboer.nl"
            },
            {
                "name": "Markus Bachmann",
                "email": "markus.bachmann@bachi.biz"
            },
            {
                "name": "Community contributors",
                "homepage": "https://github.com/portphp/portphp/graphs/contributors"
            }
        ],
        "description": "Data import/export workflow",
        "homepage": "https://github.com/portphp",
        "keywords": [
            "csv",
            "data",
            "doctrine",
            "excel",
            "export",
            "import"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "symfony/inflector",
        "version": "v3.4.21",
        "version_normalized": "3.4.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/inflector.git",
            "reference": "71ea67b4843bc668c17302ac79fa6f61437487bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/inflector/zipball/71ea67b4843bc668c17302ac79fa6f61437487bb",
            "reference": "71ea67b4843bc668c17302ac79fa6f61437487bb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-01-01T13:45:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Inflector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Inflector Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string",
            "symfony",
            "words"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
            "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2018-09-21T06:26:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php70\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/property-access",
        "version": "v3.4.21",
        "version_normalized": "3.4.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-access.git",
            "reference": "2d14c17d63ede1f23bb8a591a3255e63ecfef85f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-access/zipball/2d14c17d63ede1f23bb8a591a3255e63ecfef85f",
            "reference": "2d14c17d63ede1f23bb8a591a3255e63ecfef85f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/inflector": "~3.1|~4.0",
            "symfony/polyfill-php70": "~1.0"
        },
        "require-dev": {
            "symfony/cache": "~3.1|~4.0"
        },
        "suggest": {
            "psr/cache-implementation": "To cache access methods."
        },
        "time": "2019-01-01T13:45:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\PropertyAccess\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony PropertyAccess Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "access",
            "array",
            "extraction",
            "index",
            "injection",
            "object",
            "property",
            "property path",
            "reflection"
        ]
    }
]
