|
|
@@ -1,2506 +1,2596 @@
|
|
|
-[
|
|
|
- {
|
|
|
- "name": "adldap2/adldap2",
|
|
|
- "version": "v10.3.0",
|
|
|
- "version_normalized": "10.3.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Adldap2/Adldap2.git",
|
|
|
- "reference": "1294c92746e3fb3bb59cd7756ca7838a1e705a2a"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/1294c92746e3fb3bb59cd7756ca7838a1e705a2a",
|
|
|
- "reference": "1294c92746e3fb3bb59cd7756ca7838a1e705a2a",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "ext-ldap": "*",
|
|
|
- "illuminate/contracts": "~5.0|~6.0|~7.0",
|
|
|
- "php": ">=7.0",
|
|
|
- "psr/log": "~1.0",
|
|
|
- "psr/simple-cache": "~1.0",
|
|
|
- "tightenco/collect": "~5.0|~6.0|~7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "~1.0",
|
|
|
- "phpunit/phpunit": "~6.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
|
|
|
- },
|
|
|
- "time": "2020-05-04T21:10:15+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Adldap\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Steve Bauman",
|
|
|
- "email": "steven_bauman@outlook.com",
|
|
|
- "role": "Developer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A PHP LDAP Package for humans.",
|
|
|
- "keywords": [
|
|
|
- "active directory",
|
|
|
- "ad",
|
|
|
- "adLDAP",
|
|
|
- "adldap2",
|
|
|
- "directory",
|
|
|
- "ldap",
|
|
|
- "windows"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "composer/semver",
|
|
|
- "version": "1.4.2",
|
|
|
- "version_normalized": "1.4.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/composer/semver.git",
|
|
|
- "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
|
- "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^5.3.2 || ^7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
|
- "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
|
- },
|
|
|
- "time": "2016-08-30T16:08:34+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Composer\\Semver\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nils Adermann",
|
|
|
- "email": "naderman@naderman.de",
|
|
|
- "homepage": "http://www.naderman.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jordi Boggiano",
|
|
|
- "email": "j.boggiano@seld.be",
|
|
|
- "homepage": "http://seld.be"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Rob Bast",
|
|
|
- "email": "rob.bast@gmail.com",
|
|
|
- "homepage": "http://robbast.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
- "keywords": [
|
|
|
- "semantic",
|
|
|
- "semver",
|
|
|
- "validation",
|
|
|
- "versioning"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dibi/dibi",
|
|
|
- "version": "v3.2.4",
|
|
|
- "version_normalized": "3.2.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/dg/dibi.git",
|
|
|
- "reference": "d571460a6f8fa1334a04f7aaa1551bb0f12c2266"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/dg/dibi/zipball/d571460a6f8fa1334a04f7aaa1551bb0f12c2266",
|
|
|
- "reference": "d571460a6f8fa1334a04f7aaa1551bb0f12c2266",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.4"
|
|
|
- },
|
|
|
- "replace": {
|
|
|
- "dg/dibi": "*"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "nette/tester": "~1.7",
|
|
|
- "tracy/tracy": "~2.2"
|
|
|
- },
|
|
|
- "time": "2020-03-26T03:05:01+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ],
|
|
|
- "files": [
|
|
|
- "src/loader.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause",
|
|
|
- "GPL-2.0",
|
|
|
- "GPL-3.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "David Grudl",
|
|
|
- "homepage": "https://davidgrudl.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Dibi is Database Abstraction Library for PHP",
|
|
|
- "homepage": "https://dibiphp.com",
|
|
|
- "keywords": [
|
|
|
- "access",
|
|
|
- "database",
|
|
|
- "dbal",
|
|
|
- "mssql",
|
|
|
- "mysql",
|
|
|
- "odbc",
|
|
|
- "oracle",
|
|
|
- "pdo",
|
|
|
- "postgresql",
|
|
|
- "sqlite",
|
|
|
- "sqlsrv"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "doctrine/annotations",
|
|
|
- "version": "1.10.3",
|
|
|
- "version_normalized": "1.10.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/doctrine/annotations.git",
|
|
|
- "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
|
- "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "doctrine/lexer": "1.*",
|
|
|
- "ext-tokenizer": "*",
|
|
|
- "php": "^7.1 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/cache": "1.*",
|
|
|
- "phpunit/phpunit": "^7.5"
|
|
|
- },
|
|
|
- "time": "2020-05-25T17:24:27+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.9.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Guilherme Blanco",
|
|
|
- "email": "guilhermeblanco@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Roman Borschel",
|
|
|
- "email": "roman@code-factory.org"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Benjamin Eberlei",
|
|
|
- "email": "kontakt@beberlei.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jonathan Wage",
|
|
|
- "email": "jonwage@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Johannes Schmitt",
|
|
|
- "email": "schmittjoh@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Docblock Annotations Parser",
|
|
|
- "homepage": "http://www.doctrine-project.org",
|
|
|
- "keywords": [
|
|
|
- "annotations",
|
|
|
- "docblock",
|
|
|
- "parser"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "doctrine/lexer",
|
|
|
- "version": "1.2.1",
|
|
|
- "version_normalized": "1.2.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/doctrine/lexer.git",
|
|
|
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/coding-standard": "^6.0",
|
|
|
- "phpstan/phpstan": "^0.11.8",
|
|
|
- "phpunit/phpunit": "^8.2"
|
|
|
- },
|
|
|
- "time": "2020-05-25T17:44:05+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.2.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Guilherme Blanco",
|
|
|
- "email": "guilhermeblanco@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Roman Borschel",
|
|
|
- "email": "roman@code-factory.org"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Johannes Schmitt",
|
|
|
- "email": "schmittjoh@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
- "homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
|
- "keywords": [
|
|
|
- "annotations",
|
|
|
- "docblock",
|
|
|
- "lexer",
|
|
|
- "parser",
|
|
|
- "php"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fig/http-message-util",
|
|
|
- "version": "1.1.4",
|
|
|
- "version_normalized": "1.1.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-message-util.git",
|
|
|
- "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
|
|
|
- "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^5.3 || ^7.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "psr/http-message": "The package containing the PSR-7 interfaces"
|
|
|
- },
|
|
|
- "time": "2020-02-05T20:36:27+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Fig\\Http\\Message\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-message",
|
|
|
- "psr",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": ""
|
|
|
- },
|
|
|
- "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": "mtdowling@gmail.com",
|
|
|
- "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": ""
|
|
|
- },
|
|
|
- "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": "mtdowling@gmail.com",
|
|
|
- "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": ""
|
|
|
- },
|
|
|
- "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": "mtdowling@gmail.com",
|
|
|
- "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": "illuminate/contracts",
|
|
|
- "version": "v5.8.0",
|
|
|
- "version_normalized": "5.8.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/illuminate/contracts.git",
|
|
|
- "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/3e3a9a654adbf798e05491a5dbf90112df1effde",
|
|
|
- "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1.3",
|
|
|
- "psr/container": "^1.0",
|
|
|
- "psr/simple-cache": "^1.0"
|
|
|
- },
|
|
|
- "time": "2019-02-18T18:37:54+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.8-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Illuminate\\Contracts\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "taylor@laravel.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Illuminate Contracts package.",
|
|
|
- "homepage": "https://laravel.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "kryptonit3/couchpotato",
|
|
|
- "version": "1.0.0",
|
|
|
- "version_normalized": "1.0.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Kryptonit3/CouchPotato.git",
|
|
|
- "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
|
|
|
- "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "guzzlehttp/guzzle": "^6.1"
|
|
|
- },
|
|
|
- "time": "2016-02-06T22:02:39+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Kryptonit3\\CouchPotato\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jesse Szypulski",
|
|
|
- "email": "jesse.szypulski@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Wrapper for CouchPotato API"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "kryptonit3/sickrage",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Kryptonit3/SickRage.git",
|
|
|
- "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
|
|
|
- "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "guzzlehttp/guzzle": "^6.1"
|
|
|
- },
|
|
|
- "time": "2016-08-08T00:57:46+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Kryptonit3\\SickRage\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jesse Szypulski",
|
|
|
- "email": "jesse.szypulski@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Wrapper for SickRage / SickBeard API"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "kryptonit3/sonarr",
|
|
|
- "version": "1.0.6.1",
|
|
|
- "version_normalized": "1.0.6.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Kryptonit3/Sonarr.git",
|
|
|
- "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e30c5c783a837270bcef81571ca9b95909c52e5e",
|
|
|
- "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "guzzlehttp/guzzle": "^6.1"
|
|
|
- },
|
|
|
- "time": "2017-06-30T01:25:49+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Kryptonit3\\Sonarr\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jesse Szypulski",
|
|
|
- "email": "jesse.szypulski@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Sonarr API Wrapper"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lcobucci/jwt",
|
|
|
- "version": "3.3.1",
|
|
|
- "version_normalized": "3.3.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/lcobucci/jwt.git",
|
|
|
- "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
- "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-mbstring": "*",
|
|
|
- "ext-openssl": "*",
|
|
|
- "php": "^5.6 || ^7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mikey179/vfsstream": "~1.5",
|
|
|
- "phpmd/phpmd": "~2.2",
|
|
|
- "phpunit/php-invoker": "~1.1",
|
|
|
- "phpunit/phpunit": "^5.7 || ^7.3",
|
|
|
- "squizlabs/php_codesniffer": "~2.3"
|
|
|
- },
|
|
|
- "time": "2019-05-24T18:30:49+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Lcobucci\\JWT\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Luís Otávio Cobucci Oblonczyk",
|
|
|
- "email": "lcobucci@gmail.com",
|
|
|
- "role": "Developer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
- "keywords": [
|
|
|
- "JWS",
|
|
|
- "jwt"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nikic/fast-route",
|
|
|
- "version": "v1.3.0",
|
|
|
- "version_normalized": "1.3.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/nikic/FastRoute.git",
|
|
|
- "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
- "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
- },
|
|
|
- "time": "2018-02-13T20:26:39+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "FastRoute\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nikita Popov",
|
|
|
- "email": "nikic@php.net"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Fast request router for PHP",
|
|
|
- "keywords": [
|
|
|
- "router",
|
|
|
- "routing"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "paragonie/constant_time_encoding",
|
|
|
- "version": "v2.2.2",
|
|
|
- "version_normalized": "2.2.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
- "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/eccf915f45f911bfb189d1d1638d940ec6ee6e33",
|
|
|
- "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^6|^7",
|
|
|
- "vimeo/psalm": "^1"
|
|
|
- },
|
|
|
- "time": "2018-03-10T19:47:49+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "ParagonIE\\ConstantTime\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paragon Initiative Enterprises",
|
|
|
- "email": "security@paragonie.com",
|
|
|
- "homepage": "https://paragonie.com",
|
|
|
- "role": "Maintainer"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Steve 'Sc00bz' Thomas",
|
|
|
- "email": "steve@tobtu.com",
|
|
|
- "homepage": "https://www.tobtu.com",
|
|
|
- "role": "Original Developer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
|
- "keywords": [
|
|
|
- "base16",
|
|
|
- "base32",
|
|
|
- "base32_decode",
|
|
|
- "base32_encode",
|
|
|
- "base64",
|
|
|
- "base64_decode",
|
|
|
- "base64_encode",
|
|
|
- "bin2hex",
|
|
|
- "encoding",
|
|
|
- "hex",
|
|
|
- "hex2bin",
|
|
|
- "rfc4648"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "paragonie/random_compat",
|
|
|
- "version": "v9.99.99",
|
|
|
- "version_normalized": "9.99.99.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/paragonie/random_compat.git",
|
|
|
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
- "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "4.*|5.*",
|
|
|
- "vimeo/psalm": "^1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
- },
|
|
|
- "time": "2018-07-02T15:55:56+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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": "paragonie/sodium_compat",
|
|
|
- "version": "v1.6.4",
|
|
|
- "version_normalized": "1.6.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/paragonie/sodium_compat.git",
|
|
|
- "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
|
|
|
- "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "paragonie/random_compat": ">=1",
|
|
|
- "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^3|^4|^5"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
|
|
- "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
|
- },
|
|
|
- "time": "2018-08-29T22:02:48+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "autoload.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "ISC"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paragon Initiative Enterprises",
|
|
|
- "email": "security@paragonie.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Frank Denis",
|
|
|
- "email": "jedisct1@pureftpd.org"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
|
|
- "keywords": [
|
|
|
- "Authentication",
|
|
|
- "BLAKE2b",
|
|
|
- "ChaCha20",
|
|
|
- "ChaCha20-Poly1305",
|
|
|
- "Chapoly",
|
|
|
- "Curve25519",
|
|
|
- "Ed25519",
|
|
|
- "EdDSA",
|
|
|
- "Edwards-curve Digital Signature Algorithm",
|
|
|
- "Elliptic Curve Diffie-Hellman",
|
|
|
- "Poly1305",
|
|
|
- "Pure-PHP cryptography",
|
|
|
- "RFC 7748",
|
|
|
- "RFC 8032",
|
|
|
- "Salpoly",
|
|
|
- "Salsa20",
|
|
|
- "X25519",
|
|
|
- "XChaCha20-Poly1305",
|
|
|
- "XSalsa20-Poly1305",
|
|
|
- "Xchacha20",
|
|
|
- "Xsalsa20",
|
|
|
- "aead",
|
|
|
- "cryptography",
|
|
|
- "ecdh",
|
|
|
- "elliptic curve",
|
|
|
- "elliptic curve cryptography",
|
|
|
- "encryption",
|
|
|
- "libsodium",
|
|
|
- "php",
|
|
|
- "public-key cryptography",
|
|
|
- "secret-key cryptography",
|
|
|
- "side-channel resistant"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": ""
|
|
|
- },
|
|
|
- "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": "phpmailer@synchromedia.co.uk"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jim Jagielski",
|
|
|
- "email": "jimjag@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Andy Prevost",
|
|
|
- "email": "codeworxtech@users.sourceforge.net"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Brent R. Matzelle"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pragmarx/google2fa",
|
|
|
- "version": "v3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/antonioribeiro/google2fa.git",
|
|
|
- "reference": "6949226739e4424f40031e6f1c96b1fd64047335"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335",
|
|
|
- "reference": "6949226739e4424f40031e6f1c96b1fd64047335",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "paragonie/constant_time_encoding": "~1.0|~2.0",
|
|
|
- "paragonie/random_compat": ">=1",
|
|
|
- "php": ">=5.4",
|
|
|
- "symfony/polyfill-php56": "~1.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bacon/bacon-qr-code": "~1.0",
|
|
|
- "phpunit/phpunit": "~4|~5|~6"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "bacon/bacon-qr-code": "Required to generate inline QR Codes."
|
|
|
- },
|
|
|
- "time": "2018-08-29T13:28:06+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "component": "package",
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "PragmaRX\\Google2FA\\": "src/",
|
|
|
- "PragmaRX\\Google2FA\\Tests\\": "tests/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Antonio Carlos Ribeiro",
|
|
|
- "email": "acr@antoniocarlosribeiro.com",
|
|
|
- "role": "Creator & Designer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
|
|
|
- "keywords": [
|
|
|
- "2fa",
|
|
|
- "Authentication",
|
|
|
- "Two Factor Authentication",
|
|
|
- "google2fa",
|
|
|
- "laravel"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/container",
|
|
|
- "version": "1.0.0",
|
|
|
- "version_normalized": "1.0.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/container.git",
|
|
|
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
- "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2017-02-14T16:28:37+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Container\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
- "homepage": "https://github.com/php-fig/container",
|
|
|
- "keywords": [
|
|
|
- "PSR-11",
|
|
|
- "container",
|
|
|
- "container-interface",
|
|
|
- "container-interop",
|
|
|
- "psr"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-factory",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-factory.git",
|
|
|
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
- },
|
|
|
- "time": "2019-04-30T12:38:16+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 interfaces for PSR-7 HTTP message factories",
|
|
|
- "keywords": [
|
|
|
- "factory",
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr",
|
|
|
- "psr-17",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": ""
|
|
|
- },
|
|
|
- "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/http-server-handler",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-server-handler.git",
|
|
|
- "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
- "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
- },
|
|
|
- "time": "2018-10-30T16:46:14+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Server\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP server-side request handler",
|
|
|
- "keywords": [
|
|
|
- "handler",
|
|
|
- "http",
|
|
|
- "http-interop",
|
|
|
- "psr",
|
|
|
- "psr-15",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response",
|
|
|
- "server"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-server-middleware",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-server-middleware.git",
|
|
|
- "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
|
- "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0",
|
|
|
- "psr/http-message": "^1.0",
|
|
|
- "psr/http-server-handler": "^1.0"
|
|
|
- },
|
|
|
- "time": "2018-10-30T17:12:04+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Server\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP server-side middleware",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-interop",
|
|
|
- "middleware",
|
|
|
- "psr",
|
|
|
- "psr-15",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": "psr/simple-cache",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2017-10-23T01:57:42+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\SimpleCache\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interfaces for simple caching",
|
|
|
- "keywords": [
|
|
|
- "cache",
|
|
|
- "caching",
|
|
|
- "psr",
|
|
|
- "psr-16",
|
|
|
- "simple-cache"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pusher/pusher-php-server",
|
|
|
- "version": "v4.1.1",
|
|
|
- "version_normalized": "4.1.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/pusher/pusher-http-php.git",
|
|
|
- "reference": "3c05ef64839845b6114396ff8406712cba052750"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/3c05ef64839845b6114396ff8406712cba052750",
|
|
|
- "reference": "3c05ef64839845b6114396ff8406712cba052750",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-curl": "*",
|
|
|
- "paragonie/sodium_compat": "^1.6",
|
|
|
- "php": "^7.1",
|
|
|
- "psr/log": "^1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7.2"
|
|
|
- },
|
|
|
- "time": "2019-12-03T13:29:13+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.4-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Pusher\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "description": "Library for interacting with the Pusher REST API",
|
|
|
- "keywords": [
|
|
|
- "events",
|
|
|
- "messaging",
|
|
|
- "php-pusher-server",
|
|
|
- "publish",
|
|
|
- "push",
|
|
|
- "pusher",
|
|
|
- "real time",
|
|
|
- "real-time",
|
|
|
- "realtime",
|
|
|
- "rest",
|
|
|
- "trigger"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": ""
|
|
|
- },
|
|
|
- "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": "ralph.khattar@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A polyfill for getallheaders."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rmccue/requests",
|
|
|
- "version": "v1.7.0",
|
|
|
- "version_normalized": "1.7.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/rmccue/Requests.git",
|
|
|
- "reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
|
|
- "reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "requests/test-server": "dev-master"
|
|
|
- },
|
|
|
- "time": "2016-10-13T00:11:37+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Requests": "library/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "ISC"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Ryan McCue",
|
|
|
- "homepage": "http://ryanmccue.info"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A HTTP library written in PHP, for human beings.",
|
|
|
- "homepage": "http://github.com/rmccue/Requests",
|
|
|
- "keywords": [
|
|
|
- "curl",
|
|
|
- "fsockopen",
|
|
|
- "http",
|
|
|
- "idna",
|
|
|
- "ipv6",
|
|
|
- "iri",
|
|
|
- "sockets"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "slim/psr7",
|
|
|
- "version": "1.1.0",
|
|
|
- "version_normalized": "1.1.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
|
- "reference": "3c76899e707910779f13d7af95fde12310b0a5ae"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
- "reference": "3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "fig/http-message-util": "^1.1.2",
|
|
|
- "php": "^7.2",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/http-message": "^1.0",
|
|
|
- "ralouphie/getallheaders": "^3"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "adriansuter/php-autoload-override": "^1.0",
|
|
|
- "ext-json": "*",
|
|
|
- "http-interop/http-factory-tests": "^0.6.0",
|
|
|
- "php-http/psr7-integration-tests": "dev-master",
|
|
|
- "phpstan/phpstan": "^0.12",
|
|
|
- "phpunit/phpunit": "^8.5",
|
|
|
- "squizlabs/php_codesniffer": "^3.5"
|
|
|
- },
|
|
|
- "time": "2020-05-01T14:24:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Slim\\Psr7\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Josh Lockhart",
|
|
|
- "email": "hello@joshlockhart.com",
|
|
|
- "homepage": "http://joshlockhart.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Andrew Smith",
|
|
|
- "email": "a.smith@silentworks.co.uk",
|
|
|
- "homepage": "http://silentworks.co.uk"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Rob Allen",
|
|
|
- "email": "rob@akrabat.com",
|
|
|
- "homepage": "http://akrabat.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Pierre Berube",
|
|
|
- "email": "pierre@lgse.com",
|
|
|
- "homepage": "http://www.lgse.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Strict PSR-7 implementation",
|
|
|
- "homepage": "https://www.slimframework.com",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "psr-7",
|
|
|
- "psr7"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "slim/slim",
|
|
|
- "version": "4.0.0",
|
|
|
- "version_normalized": "4.0.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/slimphp/Slim.git",
|
|
|
- "reference": "2b0ed80b2ab4acfb5e7648797b8202e4d9aea06d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/slimphp/Slim/zipball/2b0ed80b2ab4acfb5e7648797b8202e4d9aea06d",
|
|
|
- "reference": "2b0ed80b2ab4acfb5e7648797b8202e4d9aea06d",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "nikic/fast-route": "^1.3",
|
|
|
- "php": "^7.1",
|
|
|
- "psr/container": "^1.0",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/http-message": "^1.0",
|
|
|
- "psr/http-server-handler": "^1.0",
|
|
|
- "psr/http-server-middleware": "^1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-simplexml": "*",
|
|
|
- "guzzlehttp/psr7": "^1.5",
|
|
|
- "http-interop/http-factory-guzzle": "^1.0",
|
|
|
- "nyholm/psr7": "^1.1",
|
|
|
- "nyholm/psr7-server": "^0.3.0",
|
|
|
- "phpspec/prophecy": "^1.8",
|
|
|
- "phpstan/phpstan": "^0.11.5",
|
|
|
- "phpunit/phpunit": "^7.5",
|
|
|
- "slim/http": "^0.7",
|
|
|
- "slim/psr7": "^0.3",
|
|
|
- "squizlabs/php_codesniffer": "^3.4.2",
|
|
|
- "zendframework/zend-diactoros": "^2.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "slim/psr7": "Slim PSR-7 implementation. See http://www.slimframework.com/docs/v4/start/installation.html for more information."
|
|
|
- },
|
|
|
- "time": "2019-08-01T16:11:29+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Slim\\": "Slim",
|
|
|
- "Slim\\Tests\\": "tests"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Josh Lockhart",
|
|
|
- "email": "hello@joshlockhart.com",
|
|
|
- "homepage": "https://joshlockhart.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Andrew Smith",
|
|
|
- "email": "a.smith@silentworks.co.uk",
|
|
|
- "homepage": "http://silentworks.co.uk"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Rob Allen",
|
|
|
- "email": "rob@akrabat.com",
|
|
|
- "homepage": "http://akrabat.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Pierre Berube",
|
|
|
- "email": "pierre@lgse.com",
|
|
|
- "homepage": "http://www.lgse.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Gabriel Manricks",
|
|
|
- "email": "gmanricks@me.com",
|
|
|
- "homepage": "http://gabrielmanricks.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
|
|
- "homepage": "https://slimframework.com",
|
|
|
- "keywords": [
|
|
|
- "api",
|
|
|
- "framework",
|
|
|
- "micro",
|
|
|
- "router"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/deprecation-contracts",
|
|
|
- "version": "v2.1.3",
|
|
|
- "version_normalized": "2.1.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
- "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
|
|
|
- "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "time": "2020-06-06T08:49:21+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.1-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/contracts",
|
|
|
- "url": "https://github.com/symfony/contracts"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "function.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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": "A generic function and convention to trigger deprecation notices",
|
|
|
- "homepage": "https://symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/finder",
|
|
|
- "version": "v5.1.3",
|
|
|
- "version_normalized": "5.1.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/finder.git",
|
|
|
- "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
|
|
|
- "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.2.5"
|
|
|
- },
|
|
|
- "time": "2020-05-20T17:43:50+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Finder\\": ""
|
|
|
- },
|
|
|
- "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 Finder Component",
|
|
|
- "homepage": "https://symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-ctype",
|
|
|
- "version": "v1.18.0",
|
|
|
- "version_normalized": "1.18.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
- "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
|
|
|
- "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-ctype": "For best performance"
|
|
|
- },
|
|
|
- "time": "2020-07-14T12:35:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.18-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "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": "BackEndTea@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill for ctype functions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "ctype",
|
|
|
- "polyfill",
|
|
|
- "portable"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.14.0",
|
|
|
- "version_normalized": "1.14.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
- "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
|
|
|
- "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-mbstring": "For best performance"
|
|
|
- },
|
|
|
- "time": "2020-01-13T11:15:53+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.14-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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 for the Mbstring extension",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "mbstring",
|
|
|
- "polyfill",
|
|
|
- "portable",
|
|
|
- "shim"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php56",
|
|
|
- "version": "v1.9.0",
|
|
|
- "version_normalized": "1.9.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php56.git",
|
|
|
- "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
|
|
|
- "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3",
|
|
|
- "symfony/polyfill-util": "~1.0"
|
|
|
- },
|
|
|
- "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\\Php56\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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 5.6+ features to lower PHP versions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "polyfill",
|
|
|
- "portable",
|
|
|
- "shim"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php72",
|
|
|
- "version": "v1.10.0",
|
|
|
- "version_normalized": "1.10.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
- "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
|
|
|
- "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "time": "2018-09-21T13:07:52+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.9-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php72\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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.2+ features to lower PHP versions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "polyfill",
|
|
|
- "portable",
|
|
|
- "shim"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-util",
|
|
|
- "version": "v1.9.0",
|
|
|
- "version_normalized": "1.9.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-util.git",
|
|
|
- "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
|
|
|
- "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "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\\Util\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "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 utilities for portability of PHP codes",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compat",
|
|
|
- "compatibility",
|
|
|
- "polyfill",
|
|
|
- "shim"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/var-dumper",
|
|
|
- "version": "v4.2.3",
|
|
|
- "version_normalized": "4.2.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/var-dumper.git",
|
|
|
- "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
|
|
|
- "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1.3",
|
|
|
- "symfony/polyfill-mbstring": "~1.0",
|
|
|
- "symfony/polyfill-php72": "~1.5"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
|
|
- "symfony/console": "<3.4"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-iconv": "*",
|
|
|
- "symfony/console": "~3.4|~4.0",
|
|
|
- "symfony/process": "~3.4|~4.0",
|
|
|
- "twig/twig": "~1.34|~2.4"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
|
- "ext-intl": "To show region name in time zone dump",
|
|
|
- "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
|
- },
|
|
|
- "time": "2019-01-30T11:44:30+00:00",
|
|
|
- "bin": [
|
|
|
- "Resources/bin/var-dump-server"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "4.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "Resources/functions/dump.php"
|
|
|
+{
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "adldap2/adldap2",
|
|
|
+ "version": "v10.3.0",
|
|
|
+ "version_normalized": "10.3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Adldap2/Adldap2.git",
|
|
|
+ "reference": "1294c92746e3fb3bb59cd7756ca7838a1e705a2a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/1294c92746e3fb3bb59cd7756ca7838a1e705a2a",
|
|
|
+ "reference": "1294c92746e3fb3bb59cd7756ca7838a1e705a2a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-ldap": "*",
|
|
|
+ "illuminate/contracts": "~5.0|~6.0|~7.0",
|
|
|
+ "php": ">=7.0",
|
|
|
+ "psr/log": "~1.0",
|
|
|
+ "psr/simple-cache": "~1.0",
|
|
|
+ "tightenco/collect": "~5.0|~6.0|~7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~1.0",
|
|
|
+ "phpunit/phpunit": "~6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
|
|
|
+ },
|
|
|
+ "time": "2020-05-04T21:10:15+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Adldap\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Steve Bauman",
|
|
|
+ "email": "steven_bauman@outlook.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PHP LDAP Package for humans.",
|
|
|
+ "keywords": [
|
|
|
+ "active directory",
|
|
|
+ "ad",
|
|
|
+ "adLDAP",
|
|
|
+ "adldap2",
|
|
|
+ "directory",
|
|
|
+ "ldap",
|
|
|
+ "windows"
|
|
|
+ ],
|
|
|
+ "install-path": "../adldap2/adldap2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/semver",
|
|
|
+ "version": "1.4.2",
|
|
|
+ "version_normalized": "1.4.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/semver.git",
|
|
|
+ "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
|
+ "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.2 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.5 || ^5.0.5",
|
|
|
+ "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
|
|
|
+ },
|
|
|
+ "time": "2016-08-30T16:08:34+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\Semver\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nils Adermann",
|
|
|
+ "email": "naderman@naderman.de",
|
|
|
+ "homepage": "http://www.naderman.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Rob Bast",
|
|
|
+ "email": "rob.bast@gmail.com",
|
|
|
+ "homepage": "http://robbast.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
|
+ "keywords": [
|
|
|
+ "semantic",
|
|
|
+ "semver",
|
|
|
+ "validation",
|
|
|
+ "versioning"
|
|
|
+ ],
|
|
|
+ "install-path": "./semver"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "dibi/dibi",
|
|
|
+ "version": "v3.2.4",
|
|
|
+ "version_normalized": "3.2.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dg/dibi.git",
|
|
|
+ "reference": "d571460a6f8fa1334a04f7aaa1551bb0f12c2266"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dg/dibi/zipball/d571460a6f8fa1334a04f7aaa1551bb0f12c2266",
|
|
|
+ "reference": "d571460a6f8fa1334a04f7aaa1551bb0f12c2266",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.4"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "dg/dibi": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "nette/tester": "~1.7",
|
|
|
+ "tracy/tracy": "~2.2"
|
|
|
+ },
|
|
|
+ "time": "2020-03-26T03:05:01+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ],
|
|
|
+ "files": [
|
|
|
+ "src/loader.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause",
|
|
|
+ "GPL-2.0",
|
|
|
+ "GPL-3.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "David Grudl",
|
|
|
+ "homepage": "https://davidgrudl.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Dibi is Database Abstraction Library for PHP",
|
|
|
+ "homepage": "https://dibiphp.com",
|
|
|
+ "keywords": [
|
|
|
+ "access",
|
|
|
+ "database",
|
|
|
+ "dbal",
|
|
|
+ "mssql",
|
|
|
+ "mysql",
|
|
|
+ "odbc",
|
|
|
+ "oracle",
|
|
|
+ "pdo",
|
|
|
+ "postgresql",
|
|
|
+ "sqlite",
|
|
|
+ "sqlsrv"
|
|
|
+ ],
|
|
|
+ "install-path": "../dibi/dibi"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/annotations",
|
|
|
+ "version": "1.10.3",
|
|
|
+ "version_normalized": "1.10.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/annotations.git",
|
|
|
+ "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
|
+ "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/lexer": "1.*",
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/cache": "1.*",
|
|
|
+ "phpunit/phpunit": "^7.5"
|
|
|
+ },
|
|
|
+ "time": "2020-05-25T17:24:27+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.9.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Docblock Annotations Parser",
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "docblock",
|
|
|
+ "parser"
|
|
|
+ ],
|
|
|
+ "install-path": "../doctrine/annotations"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/lexer",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "version_normalized": "1.2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/lexer.git",
|
|
|
+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^6.0",
|
|
|
+ "phpstan/phpstan": "^0.11.8",
|
|
|
+ "phpunit/phpunit": "^8.2"
|
|
|
+ },
|
|
|
+ "time": "2020-05-25T17:44:05+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "docblock",
|
|
|
+ "lexer",
|
|
|
+ "parser",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "install-path": "../doctrine/lexer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fig/http-message-util",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "version_normalized": "1.1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message-util.git",
|
|
|
+ "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
|
|
|
+ "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/http-message": "The package containing the PSR-7 interfaces"
|
|
|
+ },
|
|
|
+ "time": "2020-02-05T20:36:27+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Fig\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "install-path": "../fig/http-message-util"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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": ""
|
|
|
+ },
|
|
|
+ "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": "mtdowling@gmail.com",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "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": ""
|
|
|
+ },
|
|
|
+ "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": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "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": ""
|
|
|
+ },
|
|
|
+ "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": "mtdowling@gmail.com",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../guzzlehttp/psr7"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/contracts",
|
|
|
+ "version": "v5.8.0",
|
|
|
+ "version_normalized": "5.8.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/contracts.git",
|
|
|
+ "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/3e3a9a654adbf798e05491a5dbf90112df1effde",
|
|
|
+ "reference": "3e3a9a654adbf798e05491a5dbf90112df1effde",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3",
|
|
|
+ "psr/container": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2019-02-18T18:37:54+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Contracts\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Contracts package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "install-path": "../illuminate/contracts"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kryptonit3/couchpotato",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "version_normalized": "1.0.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Kryptonit3/CouchPotato.git",
|
|
|
+ "reference": "7a1fc892f70f120f74ff005850e923a0f1566376"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Kryptonit3/CouchPotato/zipball/7a1fc892f70f120f74ff005850e923a0f1566376",
|
|
|
+ "reference": "7a1fc892f70f120f74ff005850e923a0f1566376",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "guzzlehttp/guzzle": "^6.1"
|
|
|
+ },
|
|
|
+ "time": "2016-02-06T22:02:39+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Kryptonit3\\CouchPotato\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jesse Szypulski",
|
|
|
+ "email": "jesse.szypulski@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Wrapper for CouchPotato API",
|
|
|
+ "install-path": "../kryptonit3/couchpotato"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kryptonit3/sickrage",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Kryptonit3/SickRage.git",
|
|
|
+ "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Kryptonit3/SickRage/zipball/441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
|
|
|
+ "reference": "441a293b5c219c3cdd1ebebd2bcf4518598f84aa",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "guzzlehttp/guzzle": "^6.1"
|
|
|
+ },
|
|
|
+ "time": "2016-08-08T00:57:46+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Kryptonit3\\SickRage\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jesse Szypulski",
|
|
|
+ "email": "jesse.szypulski@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Wrapper for SickRage / SickBeard API",
|
|
|
+ "install-path": "../kryptonit3/sickrage"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kryptonit3/sonarr",
|
|
|
+ "version": "1.0.6.1",
|
|
|
+ "version_normalized": "1.0.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Kryptonit3/Sonarr.git",
|
|
|
+ "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Kryptonit3/Sonarr/zipball/e30c5c783a837270bcef81571ca9b95909c52e5e",
|
|
|
+ "reference": "e30c5c783a837270bcef81571ca9b95909c52e5e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "guzzlehttp/guzzle": "^6.1"
|
|
|
+ },
|
|
|
+ "time": "2017-06-30T01:25:49+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Kryptonit3\\Sonarr\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jesse Szypulski",
|
|
|
+ "email": "jesse.szypulski@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Sonarr API Wrapper",
|
|
|
+ "install-path": "../kryptonit3/sonarr"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lcobucci/jwt",
|
|
|
+ "version": "3.3.1",
|
|
|
+ "version_normalized": "3.3.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/lcobucci/jwt.git",
|
|
|
+ "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
+ "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mikey179/vfsstream": "~1.5",
|
|
|
+ "phpmd/phpmd": "~2.2",
|
|
|
+ "phpunit/php-invoker": "~1.1",
|
|
|
+ "phpunit/phpunit": "^5.7 || ^7.3",
|
|
|
+ "squizlabs/php_codesniffer": "~2.3"
|
|
|
+ },
|
|
|
+ "time": "2019-05-24T18:30:49+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Lcobucci\\JWT\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Luís Otávio Cobucci Oblonczyk",
|
|
|
+ "email": "lcobucci@gmail.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
+ "keywords": [
|
|
|
+ "JWS",
|
|
|
+ "jwt"
|
|
|
+ ],
|
|
|
+ "install-path": "../lcobucci/jwt"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nikic/fast-route",
|
|
|
+ "version": "v1.3.0",
|
|
|
+ "version_normalized": "1.3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/nikic/FastRoute.git",
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
+ },
|
|
|
+ "time": "2018-02-13T20:26:39+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "FastRoute\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nikita Popov",
|
|
|
+ "email": "nikic@php.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Fast request router for PHP",
|
|
|
+ "keywords": [
|
|
|
+ "router",
|
|
|
+ "routing"
|
|
|
+ ],
|
|
|
+ "install-path": "../nikic/fast-route"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
+ "version": "v2.2.2",
|
|
|
+ "version_normalized": "2.2.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
+ "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/eccf915f45f911bfb189d1d1638d940ec6ee6e33",
|
|
|
+ "reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6|^7",
|
|
|
+ "vimeo/psalm": "^1"
|
|
|
+ },
|
|
|
+ "time": "2018-03-10T19:47:49+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ParagonIE\\ConstantTime\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
+ "email": "security@paragonie.com",
|
|
|
+ "homepage": "https://paragonie.com",
|
|
|
+ "role": "Maintainer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Steve 'Sc00bz' Thomas",
|
|
|
+ "email": "steve@tobtu.com",
|
|
|
+ "homepage": "https://www.tobtu.com",
|
|
|
+ "role": "Original Developer"
|
|
|
+ }
|
|
|
],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\VarDumper\\": ""
|
|
|
+ "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
|
+ "keywords": [
|
|
|
+ "base16",
|
|
|
+ "base32",
|
|
|
+ "base32_decode",
|
|
|
+ "base32_encode",
|
|
|
+ "base64",
|
|
|
+ "base64_decode",
|
|
|
+ "base64_encode",
|
|
|
+ "bin2hex",
|
|
|
+ "encoding",
|
|
|
+ "hex",
|
|
|
+ "hex2bin",
|
|
|
+ "rfc4648"
|
|
|
+ ],
|
|
|
+ "install-path": "../paragonie/constant_time_encoding"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "paragonie/random_compat",
|
|
|
+ "version": "v9.99.99",
|
|
|
+ "version_normalized": "9.99.99.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/random_compat.git",
|
|
|
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
|
|
|
},
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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 mechanism for exploring and dumping PHP variables",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "debug",
|
|
|
- "dump"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/yaml",
|
|
|
- "version": "v5.1.3",
|
|
|
- "version_normalized": "5.1.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/yaml.git",
|
|
|
- "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/ea342353a3ef4f453809acc4ebc55382231d4d23",
|
|
|
- "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.2.5",
|
|
|
- "symfony/deprecation-contracts": "^2.1",
|
|
|
- "symfony/polyfill-ctype": "~1.8"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/console": "<4.4"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/console": "^4.4|^5.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/console": "For validating YAML files using the lint command"
|
|
|
- },
|
|
|
- "time": "2020-05-20T17:43:50+00:00",
|
|
|
- "bin": [
|
|
|
- "Resources/bin/yaml-lint"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Yaml\\": ""
|
|
|
- },
|
|
|
- "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 Yaml Component",
|
|
|
- "homepage": "https://symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tightenco/collect",
|
|
|
- "version": "v5.7.27",
|
|
|
- "version_normalized": "5.7.27.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/tightenco/collect.git",
|
|
|
- "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/tightenco/collect/zipball/c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
|
|
|
- "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1.3",
|
|
|
- "symfony/var-dumper": ">=3.4 <5"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "^1.0",
|
|
|
- "nesbot/carbon": "^1.26.3",
|
|
|
- "phpunit/phpunit": "^7.0"
|
|
|
- },
|
|
|
- "time": "2019-02-13T19:40:13+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/Collect/Support/helpers.php",
|
|
|
- "src/Collect/Support/alias.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Tightenco\\Collect\\": "src/Collect"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Taylor Otwell",
|
|
|
- "email": "taylorotwell@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Collect - Illuminate Collections as a separate package.",
|
|
|
- "keywords": [
|
|
|
- "collection",
|
|
|
- "laravel"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "zircote/swagger-php",
|
|
|
- "version": "3.0.4",
|
|
|
- "version_normalized": "3.0.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/zircote/swagger-php.git",
|
|
|
- "reference": "fa47d62c22c95272625624fbf8109fa46ffac43b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/zircote/swagger-php/zipball/fa47d62c22c95272625624fbf8109fa46ffac43b",
|
|
|
- "reference": "fa47d62c22c95272625624fbf8109fa46ffac43b",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "doctrine/annotations": "*",
|
|
|
- "php": ">=7.2",
|
|
|
- "symfony/finder": ">=2.2",
|
|
|
- "symfony/yaml": ">=3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": ">=8",
|
|
|
- "squizlabs/php_codesniffer": ">=3.3",
|
|
|
- "zendframework/zend-form": "<2.8"
|
|
|
- },
|
|
|
- "time": "2020-05-07T09:10:49+00:00",
|
|
|
- "bin": [
|
|
|
- "bin/openapi"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "OpenApi\\": "src"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Robert Allen",
|
|
|
- "email": "zircote@gmail.com",
|
|
|
- "homepage": "http://www.zircote.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Bob Fanger",
|
|
|
- "email": "bfanger@gmail.com",
|
|
|
- "homepage": "http://bfanger.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
|
|
|
- "homepage": "https://github.com/zircote/swagger-php/",
|
|
|
- "keywords": [
|
|
|
- "api",
|
|
|
- "json",
|
|
|
- "rest",
|
|
|
- "service discovery"
|
|
|
- ]
|
|
|
- }
|
|
|
-]
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "4.*|5.*",
|
|
|
+ "vimeo/psalm": "^1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
+ },
|
|
|
+ "time": "2018-07-02T15:55:56+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../paragonie/random_compat"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "paragonie/sodium_compat",
|
|
|
+ "version": "v1.6.4",
|
|
|
+ "version_normalized": "1.6.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/sodium_compat.git",
|
|
|
+ "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
|
|
|
+ "reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "paragonie/random_compat": ">=1",
|
|
|
+ "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^3|^4|^5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
|
|
+ "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
|
+ },
|
|
|
+ "time": "2018-08-29T22:02:48+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "autoload.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "ISC"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
+ "email": "security@paragonie.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Frank Denis",
|
|
|
+ "email": "jedisct1@pureftpd.org"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "BLAKE2b",
|
|
|
+ "ChaCha20",
|
|
|
+ "ChaCha20-Poly1305",
|
|
|
+ "Chapoly",
|
|
|
+ "Curve25519",
|
|
|
+ "Ed25519",
|
|
|
+ "EdDSA",
|
|
|
+ "Edwards-curve Digital Signature Algorithm",
|
|
|
+ "Elliptic Curve Diffie-Hellman",
|
|
|
+ "Poly1305",
|
|
|
+ "Pure-PHP cryptography",
|
|
|
+ "RFC 7748",
|
|
|
+ "RFC 8032",
|
|
|
+ "Salpoly",
|
|
|
+ "Salsa20",
|
|
|
+ "X25519",
|
|
|
+ "XChaCha20-Poly1305",
|
|
|
+ "XSalsa20-Poly1305",
|
|
|
+ "Xchacha20",
|
|
|
+ "Xsalsa20",
|
|
|
+ "aead",
|
|
|
+ "cryptography",
|
|
|
+ "ecdh",
|
|
|
+ "elliptic curve",
|
|
|
+ "elliptic curve cryptography",
|
|
|
+ "encryption",
|
|
|
+ "libsodium",
|
|
|
+ "php",
|
|
|
+ "public-key cryptography",
|
|
|
+ "secret-key cryptography",
|
|
|
+ "side-channel resistant"
|
|
|
+ ],
|
|
|
+ "install-path": "../paragonie/sodium_compat"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpmailer/phpmailer",
|
|
|
+ "version": "v6.2.0",
|
|
|
+ "version_normalized": "6.2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
+ "reference": "e38888a75c070304ca5514197d4847a59a5c853f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
|
|
|
+ "reference": "e38888a75c070304ca5514197d4847a59a5c853f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-filter": "*",
|
|
|
+ "ext-hash": "*",
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "doctrine/annotations": "^1.2",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3.5",
|
|
|
+ "roave/security-advisories": "dev-latest",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5.6",
|
|
|
+ "yoast/phpunit-polyfills": "^0.2.0"
|
|
|
+ },
|
|
|
+ "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-11-25T15:24:57+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": "phpmailer@synchromedia.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jim Jagielski",
|
|
|
+ "email": "jimjag@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andy Prevost",
|
|
|
+ "email": "codeworxtech@users.sourceforge.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Brent R. Matzelle"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
|
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Synchro",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../phpmailer/phpmailer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pragmarx/google2fa",
|
|
|
+ "version": "v3.0.3",
|
|
|
+ "version_normalized": "3.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/antonioribeiro/google2fa.git",
|
|
|
+ "reference": "6949226739e4424f40031e6f1c96b1fd64047335"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6949226739e4424f40031e6f1c96b1fd64047335",
|
|
|
+ "reference": "6949226739e4424f40031e6f1c96b1fd64047335",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "paragonie/constant_time_encoding": "~1.0|~2.0",
|
|
|
+ "paragonie/random_compat": ">=1",
|
|
|
+ "php": ">=5.4",
|
|
|
+ "symfony/polyfill-php56": "~1.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bacon/bacon-qr-code": "~1.0",
|
|
|
+ "phpunit/phpunit": "~4|~5|~6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "bacon/bacon-qr-code": "Required to generate inline QR Codes."
|
|
|
+ },
|
|
|
+ "time": "2018-08-29T13:28:06+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "component": "package",
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PragmaRX\\Google2FA\\": "src/",
|
|
|
+ "PragmaRX\\Google2FA\\Tests\\": "tests/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Antonio Carlos Ribeiro",
|
|
|
+ "email": "acr@antoniocarlosribeiro.com",
|
|
|
+ "role": "Creator & Designer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
|
|
|
+ "keywords": [
|
|
|
+ "2fa",
|
|
|
+ "Authentication",
|
|
|
+ "Two Factor Authentication",
|
|
|
+ "google2fa",
|
|
|
+ "laravel"
|
|
|
+ ],
|
|
|
+ "install-path": "../pragmarx/google2fa"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "version_normalized": "1.0.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2017-02-14T16:28:37+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/container"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-factory",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-factory.git",
|
|
|
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2019-04-30T12:38:16+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 interfaces for PSR-7 HTTP message factories",
|
|
|
+ "keywords": [
|
|
|
+ "factory",
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr",
|
|
|
+ "psr-17",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-factory"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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": ""
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-message"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-server-handler",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-server-handler.git",
|
|
|
+ "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
+ "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2018-10-30T16:46:14+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Server\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP server-side request handler",
|
|
|
+ "keywords": [
|
|
|
+ "handler",
|
|
|
+ "http",
|
|
|
+ "http-interop",
|
|
|
+ "psr",
|
|
|
+ "psr-15",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "server"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-server-handler"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-server-middleware",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-server-middleware.git",
|
|
|
+ "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
|
+ "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "psr/http-server-handler": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2018-10-30T17:12:04+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Server\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP server-side middleware",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-interop",
|
|
|
+ "middleware",
|
|
|
+ "psr",
|
|
|
+ "psr-15",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-server-middleware"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/log"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/simple-cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2017-10-23T01:57:42+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "psr",
|
|
|
+ "psr-16",
|
|
|
+ "simple-cache"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/simple-cache"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pusher/pusher-php-server",
|
|
|
+ "version": "v4.1.5",
|
|
|
+ "version_normalized": "4.1.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/pusher/pusher-http-php.git",
|
|
|
+ "reference": "251f22602320c1b1aff84798fe74f3f7ee0504a9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/251f22602320c1b1aff84798fe74f3f7ee0504a9",
|
|
|
+ "reference": "251f22602320c1b1aff84798fe74f3f7ee0504a9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "paragonie/sodium_compat": "^1.6",
|
|
|
+ "php": "^7.1|^8.0",
|
|
|
+ "psr/log": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.2|^8.5|^9.3"
|
|
|
+ },
|
|
|
+ "time": "2020-12-09T09:38:19+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Pusher\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Library for interacting with the Pusher REST API",
|
|
|
+ "keywords": [
|
|
|
+ "events",
|
|
|
+ "messaging",
|
|
|
+ "php-pusher-server",
|
|
|
+ "publish",
|
|
|
+ "push",
|
|
|
+ "pusher",
|
|
|
+ "real time",
|
|
|
+ "real-time",
|
|
|
+ "realtime",
|
|
|
+ "rest",
|
|
|
+ "trigger"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/pusher/pusher-http-php/issues",
|
|
|
+ "source": "https://github.com/pusher/pusher-http-php/tree/v4.1.5"
|
|
|
+ },
|
|
|
+ "install-path": "../pusher/pusher-php-server"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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": ""
|
|
|
+ },
|
|
|
+ "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": "ralph.khattar@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "install-path": "../ralouphie/getallheaders"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "rmccue/requests",
|
|
|
+ "version": "v1.7.0",
|
|
|
+ "version_normalized": "1.7.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/rmccue/Requests.git",
|
|
|
+ "reference": "87932f52ffad70504d93f04f15690cf16a089546"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
|
|
|
+ "reference": "87932f52ffad70504d93f04f15690cf16a089546",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "requests/test-server": "dev-master"
|
|
|
+ },
|
|
|
+ "time": "2016-10-13T00:11:37+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Requests": "library/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "ISC"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ryan McCue",
|
|
|
+ "homepage": "http://ryanmccue.info"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A HTTP library written in PHP, for human beings.",
|
|
|
+ "homepage": "http://github.com/rmccue/Requests",
|
|
|
+ "keywords": [
|
|
|
+ "curl",
|
|
|
+ "fsockopen",
|
|
|
+ "http",
|
|
|
+ "idna",
|
|
|
+ "ipv6",
|
|
|
+ "iri",
|
|
|
+ "sockets"
|
|
|
+ ],
|
|
|
+ "install-path": "../rmccue/requests"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "slim/psr7",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "version_normalized": "1.1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
|
+ "reference": "3c76899e707910779f13d7af95fde12310b0a5ae"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
+ "reference": "3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "fig/http-message-util": "^1.1.2",
|
|
|
+ "php": "^7.2",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "ralouphie/getallheaders": "^3"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "adriansuter/php-autoload-override": "^1.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "http-interop/http-factory-tests": "^0.6.0",
|
|
|
+ "php-http/psr7-integration-tests": "dev-master",
|
|
|
+ "phpstan/phpstan": "^0.12",
|
|
|
+ "phpunit/phpunit": "^8.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "time": "2020-05-01T14:24:20+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Slim\\Psr7\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Josh Lockhart",
|
|
|
+ "email": "hello@joshlockhart.com",
|
|
|
+ "homepage": "http://joshlockhart.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andrew Smith",
|
|
|
+ "email": "a.smith@silentworks.co.uk",
|
|
|
+ "homepage": "http://silentworks.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Rob Allen",
|
|
|
+ "email": "rob@akrabat.com",
|
|
|
+ "homepage": "http://akrabat.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Pierre Berube",
|
|
|
+ "email": "pierre@lgse.com",
|
|
|
+ "homepage": "http://www.lgse.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Strict PSR-7 implementation",
|
|
|
+ "homepage": "https://www.slimframework.com",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "psr-7",
|
|
|
+ "psr7"
|
|
|
+ ],
|
|
|
+ "install-path": "../slim/psr7"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "slim/slim",
|
|
|
+ "version": "4.7.1",
|
|
|
+ "version_normalized": "4.7.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/slimphp/Slim.git",
|
|
|
+ "reference": "0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim/zipball/0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f",
|
|
|
+ "reference": "0905e0775f8c1cfb3bbcfabeb6588dcfd8b82d3f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "nikic/fast-route": "^1.3",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "psr/container": "^1.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "psr/http-server-handler": "^1.0",
|
|
|
+ "psr/http-server-middleware": "^1.0",
|
|
|
+ "psr/log": "^1.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "adriansuter/php-autoload-override": "^1.2",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "guzzlehttp/psr7": "^1.7",
|
|
|
+ "http-interop/http-factory-guzzle": "^1.0",
|
|
|
+ "laminas/laminas-diactoros": "^2.4",
|
|
|
+ "nyholm/psr7": "^1.3",
|
|
|
+ "nyholm/psr7-server": "^1.0.1",
|
|
|
+ "phpspec/prophecy": "^1.12",
|
|
|
+ "phpstan/phpstan": "^0.12.58",
|
|
|
+ "phpunit/phpunit": "^8.5.13",
|
|
|
+ "slim/http": "^1.2",
|
|
|
+ "slim/psr7": "^1.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "weirdan/prophecy-shim": "^1.0 || ^2.0.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
|
|
|
+ "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
|
|
|
+ "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
|
|
|
+ "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
|
|
|
+ },
|
|
|
+ "time": "2020-12-01T19:41:22+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Slim\\": "Slim"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Josh Lockhart",
|
|
|
+ "email": "hello@joshlockhart.com",
|
|
|
+ "homepage": "https://joshlockhart.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andrew Smith",
|
|
|
+ "email": "a.smith@silentworks.co.uk",
|
|
|
+ "homepage": "http://silentworks.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Rob Allen",
|
|
|
+ "email": "rob@akrabat.com",
|
|
|
+ "homepage": "http://akrabat.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Pierre Berube",
|
|
|
+ "email": "pierre@lgse.com",
|
|
|
+ "homepage": "http://www.lgse.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Gabriel Manricks",
|
|
|
+ "email": "gmanricks@me.com",
|
|
|
+ "homepage": "http://gabrielmanricks.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
|
|
+ "homepage": "https://www.slimframework.com",
|
|
|
+ "keywords": [
|
|
|
+ "api",
|
|
|
+ "framework",
|
|
|
+ "micro",
|
|
|
+ "router"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://www.slimframework.com/docs/v4/",
|
|
|
+ "forum": "https://discourse.slimframework.com/",
|
|
|
+ "irc": "irc://irc.freenode.net:6667/slimphp",
|
|
|
+ "issues": "https://github.com/slimphp/Slim/issues",
|
|
|
+ "rss": "https://www.slimframework.com/blog/feed.rss",
|
|
|
+ "slack": "https://slimphp.slack.com/",
|
|
|
+ "source": "https://github.com/slimphp/Slim",
|
|
|
+ "wiki": "https://github.com/slimphp/Slim/wiki"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/slimphp",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/slim/slim",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../slim/slim"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
+ "version": "v2.1.3",
|
|
|
+ "version_normalized": "2.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
+ "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5e20b83385a77593259c9f8beb2c43cd03b2ac14",
|
|
|
+ "reference": "5e20b83385a77593259c9f8beb2c43cd03b2ac14",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2020-06-06T08:49:21+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "function.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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": "A generic function and convention to trigger deprecation notices",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "install-path": "../symfony/deprecation-contracts"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/finder",
|
|
|
+ "version": "v5.1.3",
|
|
|
+ "version_normalized": "5.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/finder.git",
|
|
|
+ "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/finder/zipball/4298870062bfc667cb78d2b379be4bf5dec5f187",
|
|
|
+ "reference": "4298870062bfc667cb78d2b379be4bf5dec5f187",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5"
|
|
|
+ },
|
|
|
+ "time": "2020-05-20T17:43:50+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Finder\\": ""
|
|
|
+ },
|
|
|
+ "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 Finder Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "install-path": "../symfony/finder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "v1.18.0",
|
|
|
+ "version_normalized": "1.18.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
|
|
|
+ "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2020-07-14T12:35:20+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.18-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "BackEndTea@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "ctype",
|
|
|
+ "polyfill",
|
|
|
+ "portable"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-ctype"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.14.0",
|
|
|
+ "version_normalized": "1.14.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
|
|
|
+ "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2020-01-13T11:15:53+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.14-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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 for the Mbstring extension",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "mbstring",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-mbstring"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php56",
|
|
|
+ "version": "v1.9.0",
|
|
|
+ "version_normalized": "1.9.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php56.git",
|
|
|
+ "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
|
|
|
+ "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "symfony/polyfill-util": "~1.0"
|
|
|
+ },
|
|
|
+ "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\\Php56\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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 5.6+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php56"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
+ "version": "v1.10.0",
|
|
|
+ "version_normalized": "1.10.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
+ "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
|
|
|
+ "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "time": "2018-09-21T13:07:52+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.9-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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.2+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php72"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-util",
|
|
|
+ "version": "v1.9.0",
|
|
|
+ "version_normalized": "1.9.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-util.git",
|
|
|
+ "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
|
|
|
+ "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "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\\Util\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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 utilities for portability of PHP codes",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compat",
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-util"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/var-dumper",
|
|
|
+ "version": "v4.2.3",
|
|
|
+ "version_normalized": "4.2.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/var-dumper.git",
|
|
|
+ "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
|
|
|
+ "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php72": "~1.5"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
|
|
+ "symfony/console": "<3.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "symfony/console": "~3.4|~4.0",
|
|
|
+ "symfony/process": "~3.4|~4.0",
|
|
|
+ "twig/twig": "~1.34|~2.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
|
+ "ext-intl": "To show region name in time zone dump",
|
|
|
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
|
+ },
|
|
|
+ "time": "2019-01-30T11:44:30+00:00",
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/var-dump-server"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions/dump.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarDumper\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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 mechanism for exploring and dumping PHP variables",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "dump"
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/var-dumper"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/yaml",
|
|
|
+ "version": "v5.1.3",
|
|
|
+ "version_normalized": "5.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/yaml.git",
|
|
|
+ "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/ea342353a3ef4f453809acc4ebc55382231d4d23",
|
|
|
+ "reference": "ea342353a3ef4f453809acc4ebc55382231d4d23",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1",
|
|
|
+ "symfony/polyfill-ctype": "~1.8"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/console": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/console": "^4.4|^5.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/console": "For validating YAML files using the lint command"
|
|
|
+ },
|
|
|
+ "time": "2020-05-20T17:43:50+00:00",
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/yaml-lint"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Yaml\\": ""
|
|
|
+ },
|
|
|
+ "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 Yaml Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "install-path": "../symfony/yaml"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tightenco/collect",
|
|
|
+ "version": "v5.7.27",
|
|
|
+ "version_normalized": "5.7.27.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/tightenco/collect.git",
|
|
|
+ "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/tightenco/collect/zipball/c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
|
|
|
+ "reference": "c1a36a2a8a0aa731c1acdcd83f57724ffe630d00",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3",
|
|
|
+ "symfony/var-dumper": ">=3.4 <5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "nesbot/carbon": "^1.26.3",
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
|
+ },
|
|
|
+ "time": "2019-02-13T19:40:13+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Collect/Support/helpers.php",
|
|
|
+ "src/Collect/Support/alias.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Tightenco\\Collect\\": "src/Collect"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylorotwell@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Collect - Illuminate Collections as a separate package.",
|
|
|
+ "keywords": [
|
|
|
+ "collection",
|
|
|
+ "laravel"
|
|
|
+ ],
|
|
|
+ "install-path": "../tightenco/collect"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zircote/swagger-php",
|
|
|
+ "version": "3.0.4",
|
|
|
+ "version_normalized": "3.0.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zircote/swagger-php.git",
|
|
|
+ "reference": "fa47d62c22c95272625624fbf8109fa46ffac43b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zircote/swagger-php/zipball/fa47d62c22c95272625624fbf8109fa46ffac43b",
|
|
|
+ "reference": "fa47d62c22c95272625624fbf8109fa46ffac43b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/annotations": "*",
|
|
|
+ "php": ">=7.2",
|
|
|
+ "symfony/finder": ">=2.2",
|
|
|
+ "symfony/yaml": ">=3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": ">=8",
|
|
|
+ "squizlabs/php_codesniffer": ">=3.3",
|
|
|
+ "zendframework/zend-form": "<2.8"
|
|
|
+ },
|
|
|
+ "time": "2020-05-07T09:10:49+00:00",
|
|
|
+ "bin": [
|
|
|
+ "bin/openapi"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "OpenApi\\": "src"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Robert Allen",
|
|
|
+ "email": "zircote@gmail.com",
|
|
|
+ "homepage": "http://www.zircote.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Bob Fanger",
|
|
|
+ "email": "bfanger@gmail.com",
|
|
|
+ "homepage": "http://bfanger.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
|
|
|
+ "homepage": "https://github.com/zircote/swagger-php/",
|
|
|
+ "keywords": [
|
|
|
+ "api",
|
|
|
+ "json",
|
|
|
+ "rest",
|
|
|
+ "service discovery"
|
|
|
+ ],
|
|
|
+ "install-path": "../zircote/swagger-php"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "dev-package-names": []
|
|
|
+}
|