208 lines
7.1 KiB
Plaintext
208 lines
7.1 KiB
Plaintext
|
{
|
||
|
"_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": "ea334e217cccb22191ad5b9d31c65f64",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "beberlei/assert",
|
||
|
"version": "v3.3.2",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/beberlei/assert.git",
|
||
|
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
|
||
|
"reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-json": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-simplexml": "*",
|
||
|
"php": "^7.0 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "*",
|
||
|
"phpstan/phpstan": "*",
|
||
|
"phpunit/phpunit": ">=6.0.0",
|
||
|
"yoast/phpunit-polyfills": "^0.1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"lib/Assert/functions.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"Assert\\": "lib/Assert"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"BSD-2-Clause"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Benjamin Eberlei",
|
||
|
"email": "kontakt@beberlei.de",
|
||
|
"role": "Lead Developer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Richard Quadling",
|
||
|
"email": "rquadling@gmail.com",
|
||
|
"role": "Collaborator"
|
||
|
}
|
||
|
],
|
||
|
"description": "Thin assertion library for input validation in business models.",
|
||
|
"keywords": [
|
||
|
"assert",
|
||
|
"assertion",
|
||
|
"validation"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/beberlei/assert/issues",
|
||
|
"source": "https://github.com/beberlei/assert/tree/v3.3.2"
|
||
|
},
|
||
|
"time": "2021-12-16T21:41:27+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "php-school/cli-menu",
|
||
|
"version": "4.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-school/cli-menu.git",
|
||
|
"reference": "bad5e0177f2b3ada6dc14eee4011fee4001b7679"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-school/cli-menu/zipball/bad5e0177f2b3ada6dc14eee4011fee4001b7679",
|
||
|
"reference": "bad5e0177f2b3ada6dc14eee4011fee4001b7679",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"beberlei/assert": "^2.4 | ^3",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-posix": "*",
|
||
|
"php": ">=7.1",
|
||
|
"php-school/terminal": "^0.2.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"phpunit/phpunit": "^8.0 | ^9.0",
|
||
|
"squizlabs/php_codesniffer": "^3.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/Util/ArrayUtils.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"PhpSchool\\CliMenu\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Woodward",
|
||
|
"email": "mikeymike.mw@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Aydin Hassan",
|
||
|
"email": "aydin@hotmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A command line menu helper in PHP",
|
||
|
"keywords": [
|
||
|
"cli",
|
||
|
"console",
|
||
|
"menu",
|
||
|
"php-school",
|
||
|
"phpschool",
|
||
|
"terminal"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/php-school/cli-menu/issues",
|
||
|
"source": "https://github.com/php-school/cli-menu/tree/4.3.0"
|
||
|
},
|
||
|
"time": "2021-12-16T09:40:06+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "php-school/terminal",
|
||
|
"version": "0.2.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-school/terminal.git",
|
||
|
"reference": "725f86c7db996a4cf65648022f17e22391e97320"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-school/terminal/zipball/725f86c7db996a4cf65648022f17e22391e97320",
|
||
|
"reference": "725f86c7db996a4cf65648022f17e22391e97320",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-posix": "*",
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^0.9.2",
|
||
|
"phpunit/phpunit": "^7.1",
|
||
|
"squizlabs/php_codesniffer": "^3.2"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpSchool\\Terminal\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Michael Woodward",
|
||
|
"email": "mikeymike.mw@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Aydin Hassan",
|
||
|
"email": "aydin@hotmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "A command line terminal utility in PHP",
|
||
|
"keywords": [
|
||
|
"cli",
|
||
|
"console",
|
||
|
"php-school",
|
||
|
"phpschool",
|
||
|
"terminal"
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://github.com/php-school/terminal/issues",
|
||
|
"source": "https://github.com/php-school/terminal/tree/0.2.1"
|
||
|
},
|
||
|
"time": "2019-12-17T21:56:06+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"
|
||
|
}
|