592 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			592 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | |
|     {
 | |
|         "name": "bshaffer/oauth2-server-php",
 | |
|         "version": "v1.11.1",
 | |
|         "version_normalized": "1.11.1.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/bshaffer/oauth2-server-php.git",
 | |
|             "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
 | |
|             "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "php": ">=5.3.9"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "aws/aws-sdk-php": "~2.8",
 | |
|             "firebase/php-jwt": "~2.2",
 | |
|             "mongodb/mongodb": "^1.1",
 | |
|             "phpunit/phpunit": "^4.0",
 | |
|             "predis/predis": "dev-master",
 | |
|             "thobbs/phpcassa": "dev-master"
 | |
|         },
 | |
|         "suggest": {
 | |
|             "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
 | |
|             "firebase/php-jwt": "~2.2 is required to use JWT features",
 | |
|             "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
 | |
|             "predis/predis": "Required to use Redis storage",
 | |
|             "thobbs/phpcassa": "Required to use Cassandra storage"
 | |
|         },
 | |
|         "time": "2018-12-04T00:29:32+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-0": {
 | |
|                 "OAuth2": "src/"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "MIT"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "Brent Shaffer",
 | |
|                 "email": "bshafs@gmail.com",
 | |
|                 "homepage": "http://brentertainment.com"
 | |
|             }
 | |
|         ],
 | |
|         "description": "OAuth2 Server for PHP",
 | |
|         "homepage": "http://github.com/bshaffer/oauth2-server-php",
 | |
|         "keywords": [
 | |
|             "auth",
 | |
|             "oauth",
 | |
|             "oauth2"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "name": "ddeboer/imap",
 | |
|         "version": "1.8.0",
 | |
|         "version_normalized": "1.8.0.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/ddeboer/imap.git",
 | |
|             "reference": "ff985d72916267cba2f944e7c9ee654c69893219"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/ddeboer/imap/zipball/ff985d72916267cba2f944e7c9ee654c69893219",
 | |
|             "reference": "ff985d72916267cba2f944e7c9ee654c69893219",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-iconv": "*",
 | |
|             "ext-imap": "*",
 | |
|             "ext-mbstring": "*",
 | |
|             "php": "^7.1"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "friendsofphp/php-cs-fixer": "^2.14",
 | |
|             "phpstan/phpstan": "^0.11",
 | |
|             "phpstan/phpstan-phpunit": "^0.11",
 | |
|             "phpstan/phpstan-strict-rules": "^0.11.0",
 | |
|             "phpunit/phpunit": "^7.5",
 | |
|             "zendframework/zend-mail": "^2.10"
 | |
|         },
 | |
|         "time": "2019-04-15T09:18:52+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-4": {
 | |
|                 "Ddeboer\\Imap\\": "src/"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "MIT"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "David de Boer",
 | |
|                 "email": "david@ddeboer.nl"
 | |
|             },
 | |
|             {
 | |
|                 "name": "Community contributors",
 | |
|                 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
 | |
|             },
 | |
|             {
 | |
|                 "name": "Filippo Tessarotto",
 | |
|                 "email": "zoeslam@gmail.com"
 | |
|             }
 | |
|         ],
 | |
|         "description": "Object-oriented IMAP for PHP",
 | |
|         "keywords": [
 | |
|             "email",
 | |
|             "imap",
 | |
|             "mail"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "name": "matthiasmullie/minify",
 | |
|         "version": "1.3.61",
 | |
|         "version_normalized": "1.3.61.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/matthiasmullie/minify.git",
 | |
|             "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
 | |
|             "reference": "d5acb8ce5b6acb7d11bafe97cecc533f6e4fd751",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-pcre": "*",
 | |
|             "matthiasmullie/path-converter": "~1.1",
 | |
|             "php": ">=5.3.0"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "friendsofphp/php-cs-fixer": "~2.0",
 | |
|             "matthiasmullie/scrapbook": "~1.0",
 | |
|             "phpunit/phpunit": "~4.8"
 | |
|         },
 | |
|         "suggest": {
 | |
|             "psr/cache-implementation": "Cache implementation to use with Minify::cache"
 | |
|         },
 | |
|         "time": "2018-11-26T23:10:39+00:00",
 | |
|         "bin": [
 | |
|             "bin/minifycss",
 | |
|             "bin/minifyjs"
 | |
|         ],
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-4": {
 | |
|                 "MatthiasMullie\\Minify\\": "src/"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "MIT"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "Matthias Mullie",
 | |
|                 "email": "minify@mullie.eu",
 | |
|                 "homepage": "http://www.mullie.eu",
 | |
|                 "role": "Developer"
 | |
|             }
 | |
|         ],
 | |
|         "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
 | |
|         "homepage": "http://www.minifier.org",
 | |
|         "keywords": [
 | |
|             "JS",
 | |
|             "css",
 | |
|             "javascript",
 | |
|             "minifier",
 | |
|             "minify"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "name": "matthiasmullie/path-converter",
 | |
|         "version": "1.1.2",
 | |
|         "version_normalized": "1.1.2.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/matthiasmullie/path-converter.git",
 | |
|             "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
 | |
|             "reference": "5e4b121c8b9f97c80835c1d878b0812ba1d607c9",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-pcre": "*",
 | |
|             "php": ">=5.3.0"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "phpunit/phpunit": "~4.8"
 | |
|         },
 | |
|         "time": "2018-10-25T15:19:41+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-4": {
 | |
|                 "MatthiasMullie\\PathConverter\\": "src/"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "MIT"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "Matthias Mullie",
 | |
|                 "email": "pathconverter@mullie.eu",
 | |
|                 "homepage": "http://www.mullie.eu",
 | |
|                 "role": "Developer"
 | |
|             }
 | |
|         ],
 | |
|         "description": "Relative path converter",
 | |
|         "homepage": "http://github.com/matthiasmullie/path-converter",
 | |
|         "keywords": [
 | |
|             "converter",
 | |
|             "path",
 | |
|             "paths",
 | |
|             "relative"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "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": "php-mime-mail-parser/php-mime-mail-parser",
 | |
|         "version": "5.0.5",
 | |
|         "version_normalized": "5.0.5.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
 | |
|             "reference": "27983433aabeccee832573c3c56e6a4855e57745"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/27983433aabeccee832573c3c56e6a4855e57745",
 | |
|             "reference": "27983433aabeccee832573c3c56e6a4855e57745",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-mailparse": "*",
 | |
|             "php": "^7.1"
 | |
|         },
 | |
|         "replace": {
 | |
|             "exorus/php-mime-mail-parser": "*",
 | |
|             "messaged/php-mime-mail-parser": "*"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "php-coveralls/php-coveralls": "^2.1",
 | |
|             "phpunit/php-token-stream": "^3.0",
 | |
|             "phpunit/phpunit": "^7.0",
 | |
|             "squizlabs/php_codesniffer": "^3.4"
 | |
|         },
 | |
|         "time": "2019-09-23T11:57:58+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-4": {
 | |
|                 "PhpMimeMailParser\\": "src/"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "MIT"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "eXorus",
 | |
|                 "email": "exorus.spam@gmail.com",
 | |
|                 "homepage": "https://github.com/eXorus/",
 | |
|                 "role": "Developer"
 | |
|             },
 | |
|             {
 | |
|                 "name": "M.Valinskis",
 | |
|                 "email": "M.Valins@gmail.com",
 | |
|                 "homepage": "https://code.google.com/p/php-mime-mail-parser",
 | |
|                 "role": "Developer"
 | |
|             },
 | |
|             {
 | |
|                 "name": "eugene.emmett.wood",
 | |
|                 "email": "gene_w@cementhorizon.com",
 | |
|                 "homepage": "https://code.google.com/p/php-mime-mail-parser",
 | |
|                 "role": "Developer"
 | |
|             },
 | |
|             {
 | |
|                 "name": "alknetso",
 | |
|                 "email": "alkne@gmail.com",
 | |
|                 "homepage": "https://code.google.com/p/php-mime-mail-parser",
 | |
|                 "role": "Developer"
 | |
|             },
 | |
|             {
 | |
|                 "name": "bucabay",
 | |
|                 "email": "gabe@fijiwebdesign.com",
 | |
|                 "homepage": "http://www.fijiwebdesign.com",
 | |
|                 "role": "Developer"
 | |
|             }
 | |
|         ],
 | |
|         "description": "A fully tested email parser for PHP 7.1+ (mailparse extension wrapper).",
 | |
|         "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
 | |
|         "keywords": [
 | |
|             "MimeMailParser",
 | |
|             "mail",
 | |
|             "mailparse",
 | |
|             "mime",
 | |
|             "parser",
 | |
|             "php"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "name": "phpmailer/phpmailer",
 | |
|         "version": "v5.2.27",
 | |
|         "version_normalized": "5.2.27.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/PHPMailer/PHPMailer.git",
 | |
|             "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dde1db116511aa4956389d75546c5be4c2beb2a6",
 | |
|             "reference": "dde1db116511aa4956389d75546c5be4c2beb2a6",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-ctype": "*",
 | |
|             "php": ">=5.0.0"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "doctrine/annotations": "1.2.*",
 | |
|             "jms/serializer": "0.16.*",
 | |
|             "phpdocumentor/phpdocumentor": "2.*",
 | |
|             "phpunit/phpunit": "4.8.*",
 | |
|             "symfony/debug": "2.8.*",
 | |
|             "symfony/filesystem": "2.8.*",
 | |
|             "symfony/translation": "2.8.*",
 | |
|             "symfony/yaml": "2.8.*",
 | |
|             "zendframework/zend-cache": "2.5.1",
 | |
|             "zendframework/zend-config": "2.5.1",
 | |
|             "zendframework/zend-eventmanager": "2.5.1",
 | |
|             "zendframework/zend-filter": "2.5.1",
 | |
|             "zendframework/zend-i18n": "2.5.1",
 | |
|             "zendframework/zend-json": "2.5.1",
 | |
|             "zendframework/zend-math": "2.5.1",
 | |
|             "zendframework/zend-serializer": "2.5.*",
 | |
|             "zendframework/zend-servicemanager": "2.5.*",
 | |
|             "zendframework/zend-stdlib": "2.5.1"
 | |
|         },
 | |
|         "suggest": {
 | |
|             "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
 | |
|         },
 | |
|         "time": "2018-11-15T22:32:31+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "classmap": [
 | |
|                 "class.phpmailer.php",
 | |
|                 "class.phpmaileroauth.php",
 | |
|                 "class.phpmaileroauthgoogle.php",
 | |
|                 "class.smtp.php",
 | |
|                 "class.pop3.php",
 | |
|                 "extras/EasyPeasyICS.php",
 | |
|                 "extras/ntlm_sasl_client.php"
 | |
|             ]
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "LGPL-2.1"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "Jim Jagielski",
 | |
|                 "email": "jimjag@gmail.com"
 | |
|             },
 | |
|             {
 | |
|                 "name": "Marcus Bointon",
 | |
|                 "email": "phpmailer@synchromedia.co.uk"
 | |
|             },
 | |
|             {
 | |
|                 "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": "robthree/twofactorauth",
 | |
|         "version": "1.6.7",
 | |
|         "version_normalized": "1.6.7.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/RobThree/TwoFactorAuth.git",
 | |
|             "reference": "3407c33775391fa8c36f7d766f26c5e59a736374"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/3407c33775391fa8c36f7d766f26c5e59a736374",
 | |
|             "reference": "3407c33775391fa8c36f7d766f26c5e59a736374",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "php": ">=5.3.0"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "phpunit/phpunit": "@stable"
 | |
|         },
 | |
|         "time": "2019-06-21T08:51:04+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-4": {
 | |
|                 "RobThree\\Auth\\": "lib"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "MIT"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "Rob Janssen",
 | |
|                 "homepage": "http://robiii.me",
 | |
|                 "role": "Developer"
 | |
|             }
 | |
|         ],
 | |
|         "description": "Two Factor Authentication",
 | |
|         "homepage": "https://github.com/RobThree/TwoFactorAuth",
 | |
|         "keywords": [
 | |
|             "Authentication",
 | |
|             "MFA",
 | |
|             "Multi Factor Authentication",
 | |
|             "Two Factor Authentication",
 | |
|             "authenticator",
 | |
|             "authy",
 | |
|             "php",
 | |
|             "tfa"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "name": "soundasleep/html2text",
 | |
|         "version": "0.5.0",
 | |
|         "version_normalized": "0.5.0.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/soundasleep/html2text.git",
 | |
|             "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
 | |
|             "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-dom": "*",
 | |
|             "ext-libxml": "*",
 | |
|             "php": ">=5.3.2"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "phpunit/phpunit": ">=4.0",
 | |
|             "soundasleep/component-tests": "dev-master"
 | |
|         },
 | |
|         "time": "2017-04-19T22:01:50+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "psr-4": {
 | |
|                 "Html2Text\\": "src"
 | |
|             }
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "EPL-1.0"
 | |
|         ],
 | |
|         "authors": [
 | |
|             {
 | |
|                 "name": "Jevon Wright",
 | |
|                 "homepage": "https://jevon.org",
 | |
|                 "role": "Developer"
 | |
|             }
 | |
|         ],
 | |
|         "description": "A PHP script to convert HTML into a plain text format",
 | |
|         "homepage": "https://github.com/soundasleep/html2text",
 | |
|         "keywords": [
 | |
|             "email",
 | |
|             "html",
 | |
|             "php",
 | |
|             "text"
 | |
|         ]
 | |
|     },
 | |
|     {
 | |
|         "name": "yubico/u2flib-server",
 | |
|         "version": "1.0.2",
 | |
|         "version_normalized": "1.0.2.0",
 | |
|         "source": {
 | |
|             "type": "git",
 | |
|             "url": "https://github.com/Yubico/php-u2flib-server.git",
 | |
|             "reference": "55d813acf68212ad2cadecde07551600d6971939"
 | |
|         },
 | |
|         "dist": {
 | |
|             "type": "zip",
 | |
|             "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
 | |
|             "reference": "55d813acf68212ad2cadecde07551600d6971939",
 | |
|             "shasum": ""
 | |
|         },
 | |
|         "require": {
 | |
|             "ext-openssl": "*",
 | |
|             "paragonie/random_compat": ">= 1",
 | |
|             "php": ">=5.6"
 | |
|         },
 | |
|         "require-dev": {
 | |
|             "phpunit/phpunit": "~5.7",
 | |
|             "vimeo/psalm": "^0|^1|^2"
 | |
|         },
 | |
|         "time": "2018-09-07T08:16:44+00:00",
 | |
|         "type": "library",
 | |
|         "installation-source": "dist",
 | |
|         "autoload": {
 | |
|             "classmap": [
 | |
|                 "src/"
 | |
|             ]
 | |
|         },
 | |
|         "notification-url": "https://packagist.org/downloads/",
 | |
|         "license": [
 | |
|             "BSD-2-Clause"
 | |
|         ],
 | |
|         "description": "Library for U2F implementation",
 | |
|         "homepage": "https://developers.yubico.com/php-u2flib-server"
 | |
|     }
 | |
| ]
 | 
