|
@@ -1,941 +1,954 @@
|
|
|
-[
|
|
|
- {
|
|
|
- "name": "bramus/ansi-php",
|
|
|
- "version": "3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/bramus/ansi-php.git",
|
|
|
- "reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/bramus/ansi-php/zipball/fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
|
|
|
- "reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+{
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "bramus/ansi-php",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "version_normalized": "3.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/bramus/ansi-php.git",
|
|
|
+ "reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/bramus/ansi-php/zipball/fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
|
|
|
+ "reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "time": "2019-12-03T09:04:38+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Bramus\\Ansi\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Bramus Van Damme",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://www.bram.us/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "time": "2019-12-03T09:04:38+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Bramus\\Ansi\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Bramus Van Damme",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://www.bram.us/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bramus/monolog-colored-line-formatter",
|
|
|
- "version": "2.0.3",
|
|
|
- "version_normalized": "2.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/bramus/monolog-colored-line-formatter.git",
|
|
|
- "reference": "6bff15eee00afe2690642535b0f1541f10852c2b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/bramus/monolog-colored-line-formatter/zipball/6bff15eee00afe2690642535b0f1541f10852c2b",
|
|
|
- "reference": "6bff15eee00afe2690642535b0f1541f10852c2b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps",
|
|
|
+ "install-path": "../bramus/ansi-php"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bramus/monolog-colored-line-formatter",
|
|
|
+ "version": "2.0.3",
|
|
|
+ "version_normalized": "2.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/bramus/monolog-colored-line-formatter.git",
|
|
|
+ "reference": "6bff15eee00afe2690642535b0f1541f10852c2b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/bramus/monolog-colored-line-formatter/zipball/6bff15eee00afe2690642535b0f1541f10852c2b",
|
|
|
+ "reference": "6bff15eee00afe2690642535b0f1541f10852c2b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bramus/ansi-php": "~3.0",
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "monolog/monolog": "~1.0",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "time": "2015-01-07T22:12:35+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Bramus\\Monolog\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Bramus Van Damme",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://www.bram.us/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bramus/ansi-php": "~3.0",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "monolog/monolog": "~1.0",
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "time": "2015-01-07T22:12:35+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Bramus\\Monolog\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Bramus Van Damme",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://www.bram.us/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Colored Line Formatter for Monolog"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/guzzle",
|
|
|
- "version": "6.5.2",
|
|
|
- "version_normalized": "6.5.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/guzzle.git",
|
|
|
- "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
|
|
|
- "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Colored Line Formatter for Monolog",
|
|
|
+ "install-path": "../bramus/monolog-colored-line-formatter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
+ "version": "6.5.2",
|
|
|
+ "version_normalized": "6.5.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
+ "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
|
|
|
+ "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/promises": "^1.0",
|
|
|
+ "guzzlehttp/psr7": "^1.6.1",
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
|
+ "psr/log": "^1.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
+ "psr/log": "Required for using the Log middleware"
|
|
|
+ },
|
|
|
+ "time": "2019-12-23T11:57:10+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "6.5-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "guzzlehttp/promises": "^1.0",
|
|
|
- "guzzlehttp/psr7": "^1.6.1",
|
|
|
- "php": ">=5.5"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-curl": "*",
|
|
|
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
|
- "psr/log": "^1.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
- "psr/log": "Required for using the Log middleware"
|
|
|
- },
|
|
|
- "time": "2019-12-23T11:57:10+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "6.5-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle is a PHP HTTP client library",
|
|
|
- "homepage": "http://guzzlephp.org/",
|
|
|
- "keywords": [
|
|
|
- "client",
|
|
|
- "curl",
|
|
|
- "framework",
|
|
|
- "http",
|
|
|
- "http client",
|
|
|
- "rest",
|
|
|
- "web service"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/promises",
|
|
|
- "version": "v1.3.1",
|
|
|
- "version_normalized": "1.3.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
- "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Guzzle is a PHP HTTP client library",
|
|
|
+ "homepage": "http://guzzlephp.org/",
|
|
|
+ "keywords": [
|
|
|
+ "client",
|
|
|
+ "curl",
|
|
|
+ "framework",
|
|
|
+ "http",
|
|
|
+ "http client",
|
|
|
+ "rest",
|
|
|
+ "web service"
|
|
|
+ ],
|
|
|
+ "install-path": "../guzzlehttp/guzzle"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
+ "version": "v1.3.1",
|
|
|
+ "version_normalized": "1.3.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/promises.git",
|
|
|
+ "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
+ "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.0"
|
|
|
+ },
|
|
|
+ "time": "2016-12-20T10:07:11+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Promise\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.5.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^4.0"
|
|
|
- },
|
|
|
- "time": "2016-12-20T10:07:11+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.4-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Promise\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle promises library",
|
|
|
- "keywords": [
|
|
|
- "promise"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/psr7",
|
|
|
- "version": "1.6.1",
|
|
|
- "version_normalized": "1.6.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
|
|
- "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Guzzle promises library",
|
|
|
+ "keywords": [
|
|
|
+ "promise"
|
|
|
+ ],
|
|
|
+ "install-path": "../guzzlehttp/promises"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "1.6.1",
|
|
|
+ "version_normalized": "1.6.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
|
|
|
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "psr/http-message": "~1.0",
|
|
|
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
+ },
|
|
|
+ "time": "2019-07-01T23:21:34+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Psr7\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0",
|
|
|
- "psr/http-message": "~1.0",
|
|
|
- "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-zlib": "*",
|
|
|
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
- },
|
|
|
- "time": "2019-07-01T23:21:34+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Psr7\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response",
|
|
|
- "stream",
|
|
|
- "uri",
|
|
|
- "url"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "kevinlebrun/colors.php",
|
|
|
- "version": "1.0.3",
|
|
|
- "version_normalized": "1.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/kevinlebrun/colors.php.git",
|
|
|
- "reference": "cdda5eee41314b87cd5a8bb91b1ffc7c0210e673"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/cdda5eee41314b87cd5a8bb91b1ffc7c0210e673",
|
|
|
- "reference": "cdda5eee41314b87cd5a8bb91b1ffc7c0210e673",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "stream",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "install-path": "../guzzlehttp/psr7"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kevinlebrun/colors.php",
|
|
|
+ "version": "1.0.3",
|
|
|
+ "version_normalized": "1.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/kevinlebrun/colors.php.git",
|
|
|
+ "reference": "cdda5eee41314b87cd5a8bb91b1ffc7c0210e673"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/kevinlebrun/colors.php/zipball/cdda5eee41314b87cd5a8bb91b1ffc7c0210e673",
|
|
|
+ "reference": "cdda5eee41314b87cd5a8bb91b1ffc7c0210e673",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "3.7.*",
|
|
|
+ "satooshi/php-coveralls": "1.0.*",
|
|
|
+ "squizlabs/php_codesniffer": "1.*"
|
|
|
+ },
|
|
|
+ "time": "2018-05-30T08:34:23+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Colors": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Kevin Le Brun",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "http://kevinlebrun.fr",
|
|
|
+ "role": "developer"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "3.7.*",
|
|
|
- "satooshi/php-coveralls": "1.0.*",
|
|
|
- "squizlabs/php_codesniffer": "1.*"
|
|
|
- },
|
|
|
- "time": "2018-05-30T08:34:23+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Colors": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Kevin Le Brun",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://kevinlebrun.fr",
|
|
|
- "role": "developer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Colors for PHP CLI scripts",
|
|
|
- "homepage": "https://github.com/kevinlebrun/colors.php",
|
|
|
- "keywords": [
|
|
|
- "cli",
|
|
|
- "color",
|
|
|
- "colors",
|
|
|
- "console",
|
|
|
- "shell"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "monolog/monolog",
|
|
|
- "version": "1.25.3",
|
|
|
- "version_normalized": "1.25.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Seldaek/monolog.git",
|
|
|
- "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
|
|
|
- "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Colors for PHP CLI scripts",
|
|
|
+ "homepage": "https://github.com/kevinlebrun/colors.php",
|
|
|
+ "keywords": [
|
|
|
+ "cli",
|
|
|
+ "color",
|
|
|
+ "colors",
|
|
|
+ "console",
|
|
|
+ "shell"
|
|
|
+ ],
|
|
|
+ "install-path": "../kevinlebrun/colors.php"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "monolog/monolog",
|
|
|
+ "version": "1.25.3",
|
|
|
+ "version_normalized": "1.25.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Seldaek/monolog.git",
|
|
|
+ "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
|
|
|
+ "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0",
|
|
|
+ "psr/log": "~1.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
+ "doctrine/couchdb": "~1.0@dev",
|
|
|
+ "graylog2/gelf-php": "~1.0",
|
|
|
+ "jakub-onderka/php-parallel-lint": "0.9",
|
|
|
+ "php-amqplib/php-amqplib": "~2.4",
|
|
|
+ "php-console/php-console": "^3.1.3",
|
|
|
+ "phpunit/phpunit": "~4.5",
|
|
|
+ "phpunit/phpunit-mock-objects": "2.3.0",
|
|
|
+ "ruflin/elastica": ">=0.90 <3.0",
|
|
|
+ "sentry/sentry": "^0.13",
|
|
|
+ "swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
+ "ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
|
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
|
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
+ "php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
|
+ "sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
|
+ },
|
|
|
+ "time": "2019-12-20T14:15:16+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Monolog\\": "src/Monolog"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0",
|
|
|
- "psr/log": "~1.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/log-implementation": "1.0.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
- "doctrine/couchdb": "~1.0@dev",
|
|
|
- "graylog2/gelf-php": "~1.0",
|
|
|
- "jakub-onderka/php-parallel-lint": "0.9",
|
|
|
- "php-amqplib/php-amqplib": "~2.4",
|
|
|
- "php-console/php-console": "^3.1.3",
|
|
|
- "phpunit/phpunit": "~4.5",
|
|
|
- "phpunit/phpunit-mock-objects": "2.3.0",
|
|
|
- "ruflin/elastica": ">=0.90 <3.0",
|
|
|
- "sentry/sentry": "^0.13",
|
|
|
- "swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
- "ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
|
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
|
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
- "php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
|
- "sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
|
- },
|
|
|
- "time": "2019-12-20T14:15:16+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Monolog\\": "src/Monolog"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jordi Boggiano",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://seld.be"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
- "homepage": "http://github.com/Seldaek/monolog",
|
|
|
- "keywords": [
|
|
|
- "log",
|
|
|
- "logging",
|
|
|
- "psr-3"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpmailer/phpmailer",
|
|
|
- "version": "v6.1.4",
|
|
|
- "version_normalized": "6.1.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
- "reference": "c5e61d0729507049cec9673aa1a679f9adefd683"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c5e61d0729507049cec9673aa1a679f9adefd683",
|
|
|
- "reference": "c5e61d0729507049cec9673aa1a679f9adefd683",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
+ "homepage": "http://github.com/Seldaek/monolog",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "logging",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "install-path": "../monolog/monolog"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpmailer/phpmailer",
|
|
|
+ "version": "v6.1.6",
|
|
|
+ "version_normalized": "6.1.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
+ "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
|
|
|
+ "reference": "c2796cb1cb99d7717290b48c4e6f32cb6c60b7b3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "^1.2",
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.2",
|
|
|
+ "phpunit/phpunit": "^4.8 || ^5.7"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
|
+ "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
+ "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
+ "psr/log": "For optional PSR-3 debug logging",
|
|
|
+ "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
|
+ "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
|
+ },
|
|
|
+ "time": "2020-05-27T12:24:03+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPMailer\\PHPMailer\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-only"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Marcus Bointon",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Jim Jagielski",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andy Prevost",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Brent R. Matzelle"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-ctype": "*",
|
|
|
- "ext-filter": "*",
|
|
|
- "php": ">=5.5.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/annotations": "^1.2",
|
|
|
- "friendsofphp/php-cs-fixer": "^2.2",
|
|
|
- "phpunit/phpunit": "^4.8 || ^5.7"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
|
- "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
- "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
- "psr/log": "For optional PSR-3 debug logging",
|
|
|
- "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
|
- "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
|
- },
|
|
|
- "time": "2019-12-10T11:17:38+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "PHPMailer\\PHPMailer\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "LGPL-2.1-only"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Marcus Bointon",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jim Jagielski",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Andy Prevost",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Brent R. Matzelle"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpoption/phpoption",
|
|
|
- "version": "1.7.2",
|
|
|
- "version_normalized": "1.7.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
- "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
|
|
|
- "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
|
+ "install-path": "../phpmailer/phpmailer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoption/phpoption",
|
|
|
+ "version": "1.7.2",
|
|
|
+ "version_normalized": "1.7.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
+ "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
|
|
|
+ "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5.9 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.3",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
|
|
+ },
|
|
|
+ "time": "2019-12-15T19:35:24+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpOption\\": "src/PhpOption/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Johannes M. Schmitt",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "[email protected]"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^5.5.9 || ^7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.3",
|
|
|
- "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
|
|
- },
|
|
|
- "time": "2019-12-15T19:35:24+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.7-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "PhpOption\\": "src/PhpOption/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Johannes M. Schmitt",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Option Type for PHP",
|
|
|
- "keywords": [
|
|
|
- "language",
|
|
|
- "option",
|
|
|
- "php",
|
|
|
- "type"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "predis/predis",
|
|
|
- "version": "v1.1.1",
|
|
|
- "version_normalized": "1.1.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/nrk/predis.git",
|
|
|
- "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
- "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Option Type for PHP",
|
|
|
+ "keywords": [
|
|
|
+ "language",
|
|
|
+ "option",
|
|
|
+ "php",
|
|
|
+ "type"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpoption/phpoption"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "predis/predis",
|
|
|
+ "version": "v1.1.1",
|
|
|
+ "version_normalized": "1.1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/nrk/predis.git",
|
|
|
+ "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
+ "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.9"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-curl": "Allows access to Webdis when paired with phpiredis",
|
|
|
+ "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
|
|
|
+ },
|
|
|
+ "time": "2016-06-16T16:22:20+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Predis\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Daniele Alessandri",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "http://clorophilla.net"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.9"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.8"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "Allows access to Webdis when paired with phpiredis",
|
|
|
- "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
|
|
|
- },
|
|
|
- "time": "2016-06-16T16:22:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Predis\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Daniele Alessandri",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "http://clorophilla.net"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Flexible and feature-complete Redis client for PHP and HHVM",
|
|
|
- "homepage": "http://github.com/nrk/predis",
|
|
|
- "keywords": [
|
|
|
- "nosql",
|
|
|
- "predis",
|
|
|
- "redis"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-message",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-message.git",
|
|
|
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Flexible and feature-complete Redis client for PHP and HHVM",
|
|
|
+ "homepage": "http://github.com/nrk/predis",
|
|
|
+ "keywords": [
|
|
|
+ "nosql",
|
|
|
+ "predis",
|
|
|
+ "redis"
|
|
|
+ ],
|
|
|
+ "install-path": "../predis/predis"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-message",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message.git",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2016-08-06T14:39:51+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2016-08-06T14:39:51+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Message\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP messages",
|
|
|
- "homepage": "https://github.com/php-fig/http-message",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-message",
|
|
|
- "psr",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/log",
|
|
|
- "version": "1.1.2",
|
|
|
- "version_normalized": "1.1.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/log.git",
|
|
|
- "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
- "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP messages",
|
|
|
+ "homepage": "https://github.com/php-fig/http-message",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-message"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.2",
|
|
|
+ "version_normalized": "1.1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
+ "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2019-11-01T11:05:21+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2019-11-01T11:05:21+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1.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": "ralouphie/getallheaders",
|
|
|
- "version": "3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/log"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "version_normalized": "3.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
+ },
|
|
|
+ "time": "2019-03-08T08:55:37+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/getallheaders.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Ralph Khattar",
|
|
|
+ "email": "[email protected]"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.1",
|
|
|
- "phpunit/phpunit": "^5 || ^6.5"
|
|
|
- },
|
|
|
- "time": "2019-03-08T08:55:37+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/getallheaders.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Ralph Khattar",
|
|
|
- "email": "[email protected]"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A polyfill for getallheaders."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-ctype",
|
|
|
- "version": "v1.13.1",
|
|
|
- "version_normalized": "1.13.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
- "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
|
- "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "install-path": "../ralouphie/getallheaders"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "v1.13.1",
|
|
|
+ "version_normalized": "1.13.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
|
+ "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2019-11-27T13:56:44+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.13-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Gert de Pagter",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-ctype": "For best performance"
|
|
|
- },
|
|
|
- "time": "2019-11-27T13:56:44+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.13-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Gert de Pagter",
|
|
|
- "email": "[email protected]"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill for ctype functions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "ctype",
|
|
|
- "polyfill",
|
|
|
- "portable"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "vlucas/phpdotenv",
|
|
|
- "version": "v3.6.0",
|
|
|
- "version_normalized": "3.6.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
- "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
|
|
- "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "ctype",
|
|
|
+ "polyfill",
|
|
|
+ "portable"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-ctype"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "vlucas/phpdotenv",
|
|
|
+ "version": "v3.6.0",
|
|
|
+ "version_normalized": "3.6.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
+ "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
|
|
+ "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.4 || ^7.0",
|
|
|
+ "phpoption/phpoption": "^1.5",
|
|
|
+ "symfony/polyfill-ctype": "^1.9"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
|
|
+ },
|
|
|
+ "time": "2019-09-10T21:37:39+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Dotenv\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://gjcampbell.co.uk/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Vance Lucas",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "https://vancelucas.com/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^5.4 || ^7.0",
|
|
|
- "phpoption/phpoption": "^1.5",
|
|
|
- "symfony/polyfill-ctype": "^1.9"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
|
|
|
- },
|
|
|
- "time": "2019-09-10T21:37:39+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.6-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Dotenv\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://gjcampbell.co.uk/"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Vance Lucas",
|
|
|
- "email": "[email protected]",
|
|
|
- "homepage": "https://vancelucas.com/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
- "keywords": [
|
|
|
- "dotenv",
|
|
|
- "env",
|
|
|
- "environment"
|
|
|
- ]
|
|
|
- }
|
|
|
-]
|
|
|
+ ],
|
|
|
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
+ "keywords": [
|
|
|
+ "dotenv",
|
|
|
+ "env",
|
|
|
+ "environment"
|
|
|
+ ],
|
|
|
+ "install-path": "../vlucas/phpdotenv"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "dev-package-names": []
|
|
|
+}
|