{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "de592ca396a34fbfa0f874b18161bb66", "packages": [ { "name": "devcoder-xyz/php-dotenv", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/devcoder-xyz/php-dotenv.git", "reference": "1f478184b7fd199f5ffb0f89c1547f61c8172042" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/devcoder-xyz/php-dotenv/zipball/1f478184b7fd199f5ffb0f89c1547f61c8172042", "reference": "1f478184b7fd199f5ffb0f89c1547f61c8172042", "shasum": "" }, "require": { "php": ">=7.3" }, "require-dev": { "phpunit/phpunit": "^9.4" }, "type": "library", "autoload": { "psr-4": { "DevCoder\\": "src", "Test\\DevCoder\\": "tests" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fad M.R", "email": "fadymichel@devcoder.xyz" } ], "description": "Parses .env files", "support": { "issues": "https://github.com/devcoder-xyz/php-dotenv/issues", "source": "https://github.com/devcoder-xyz/php-dotenv/tree/1.1.1" }, "time": "2021-07-17T21:19:15+00:00" }, { "name": "league/climate", "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/thephpleague/climate.git", "reference": "a785a3ac8f584eed4abd45e4e16fe64c46659a28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/climate/zipball/a785a3ac8f584eed4abd45e4e16fe64c46659a28", "reference": "a785a3ac8f584eed4abd45e4e16fe64c46659a28", "shasum": "" }, "require": { "php": "^7.3 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.0", "seld/cli-prompt": "^1.0" }, "require-dev": { "mikey179/vfsstream": "^1.6.10", "mockery/mockery": "^1.4.2", "phpunit/phpunit": "^9.5.10" }, "suggest": { "ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring" }, "type": "library", "autoload": { "psr-4": { "League\\CLImate\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joe Tannenbaum", "email": "hey@joe.codes", "homepage": "http://joe.codes/", "role": "Developer" }, { "name": "Craig Duncan", "email": "git@duncanc.co.uk", "homepage": "https://github.com/duncan3dc", "role": "Developer" } ], "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.", "keywords": [ "cli", "colors", "command", "php", "terminal" ], "support": { "issues": "https://github.com/thephpleague/climate/issues", "source": "https://github.com/thephpleague/climate/tree/3.8.2" }, "time": "2022-06-18T14:42:08+00:00" }, { "name": "league/plates", "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/plates/zipball/6d3ee31199b536a4e003b34a356ca20f6f75496a", "reference": "6d3ee31199b536a4e003b34a356ca20f6f75496a", "shasum": "" }, "require": { "php": "^7.0|^8.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "League\\Plates\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Reinink", "email": "jonathan@reinink.ca", "role": "Developer" }, { "name": "RJ Garcia", "email": "ragboyjr@icloud.com", "role": "Developer" } ], "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", "homepage": "https://platesphp.com", "keywords": [ "league", "package", "templates", "templating", "views" ], "support": { "issues": "https://github.com/thephpleague/plates/issues", "source": "https://github.com/thephpleague/plates/tree/v3.4.0" }, "time": "2020-12-25T05:00:37+00:00" }, { "name": "psr/log", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/3.0.0" }, "time": "2021-07-14T16:46:02+00:00" }, { "name": "seld/cli-prompt", "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/Seldaek/cli-prompt.git", "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5", "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpstan/phpstan": "^0.12.63" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\CliPrompt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", "keywords": [ "cli", "console", "hidden", "input", "prompt" ], "support": { "issues": "https://github.com/Seldaek/cli-prompt/issues", "source": "https://github.com/Seldaek/cli-prompt/tree/1.0.4" }, "time": "2020-12-15T21:32:01+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.2.0" }