|
|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "ceb4d3b01c786fee803a82bb7acceb7b",
|
|
|
+ "content-hash": "94afb15e8f9bd1f70ee2bc72ea38ec6a",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "beyondcode/laravel-websockets",
|
|
|
@@ -198,6 +198,69 @@
|
|
|
],
|
|
|
"time": "2020-01-14T13:22:15+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "defuse/php-encryption",
|
|
|
+ "version": "v2.2.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/defuse/php-encryption.git",
|
|
|
+ "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
|
|
|
+ "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "paragonie/random_compat": ">= 2",
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "nikic/php-parser": "^2.0|^3.0|^4.0",
|
|
|
+ "phpunit/phpunit": "^4|^5"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/generate-defuse-key"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Defuse\\Crypto\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Hornby",
|
|
|
+ "email": "taylor@defuse.ca",
|
|
|
+ "homepage": "https://defuse.ca/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Scott Arciszewski",
|
|
|
+ "email": "info@paragonie.com",
|
|
|
+ "homepage": "https://paragonie.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Secure PHP Encryption Library",
|
|
|
+ "keywords": [
|
|
|
+ "aes",
|
|
|
+ "authenticated encryption",
|
|
|
+ "cipher",
|
|
|
+ "crypto",
|
|
|
+ "cryptography",
|
|
|
+ "encrypt",
|
|
|
+ "encryption",
|
|
|
+ "openssl",
|
|
|
+ "security",
|
|
|
+ "symmetric key cryptography"
|
|
|
+ ],
|
|
|
+ "time": "2018-07-24T23:27:56+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "dnoegel/php-xdg-base-dir",
|
|
|
"version": "v0.1.1",
|
|
|
@@ -613,6 +676,170 @@
|
|
|
],
|
|
|
"time": "2019-12-20T13:11:11+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "firebase/php-jwt",
|
|
|
+ "version": "v5.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/firebase/php-jwt.git",
|
|
|
+ "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
|
|
|
+ "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": " 4.8.35"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Firebase\\JWT\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Neuman Vong",
|
|
|
+ "email": "neuman+pear@twilio.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Anant Narayanan",
|
|
|
+ "email": "anant@php.net",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
|
|
+ "homepage": "https://github.com/firebase/php-jwt",
|
|
|
+ "time": "2017-06-27T22:17:23+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
+ "version": "6.5.2",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "6.5-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2019-12-23T11:57:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
+ "version": "v1.3.1",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2016-12-20T10:07:11+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
"version": "1.6.1",
|
|
|
@@ -772,6 +999,142 @@
|
|
|
"description": "Highlight PHP code in terminal",
|
|
|
"time": "2018-09-29T18:48:56+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-diactoros",
|
|
|
+ "version": "2.2.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-diactoros.git",
|
|
|
+ "reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/95178c4751d737cdf9ab0a9f70a42754ac860e7b",
|
|
|
+ "reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
+ "php": "^7.1",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpspec/prophecy": "<1.9.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-factory-implementation": "1.0",
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "zendframework/zend-diactoros": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "http-interop/http-factory-tests": "^0.5.0",
|
|
|
+ "laminas/laminas-coding-standard": "~1.0.0",
|
|
|
+ "php-http/psr7-integration-tests": "dev-master",
|
|
|
+ "phpunit/phpunit": "^7.5.18"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1.x-dev",
|
|
|
+ "dev-develop": "2.2.x-dev",
|
|
|
+ "dev-release-1.8": "1.8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/functions/create_uploaded_file.php",
|
|
|
+ "src/functions/marshal_headers_from_sapi.php",
|
|
|
+ "src/functions/marshal_method_from_sapi.php",
|
|
|
+ "src/functions/marshal_protocol_version_from_sapi.php",
|
|
|
+ "src/functions/marshal_uri_from_sapi.php",
|
|
|
+ "src/functions/normalize_server.php",
|
|
|
+ "src/functions/normalize_uploaded_files.php",
|
|
|
+ "src/functions/parse_cookie_header.php",
|
|
|
+ "src/functions/create_uploaded_file.legacy.php",
|
|
|
+ "src/functions/marshal_headers_from_sapi.legacy.php",
|
|
|
+ "src/functions/marshal_method_from_sapi.legacy.php",
|
|
|
+ "src/functions/marshal_protocol_version_from_sapi.legacy.php",
|
|
|
+ "src/functions/marshal_uri_from_sapi.legacy.php",
|
|
|
+ "src/functions/normalize_server.legacy.php",
|
|
|
+ "src/functions/normalize_uploaded_files.legacy.php",
|
|
|
+ "src/functions/parse_cookie_header.legacy.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\Diactoros\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "PSR HTTP Message implementations",
|
|
|
+ "homepage": "https://laminas.dev",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "laminas",
|
|
|
+ "psr",
|
|
|
+ "psr-7"
|
|
|
+ ],
|
|
|
+ "time": "2020-01-07T19:39:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-zendframework-bridge",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
|
|
+ "reference": "0fb9675b84a1666ab45182b6c5b29956921e818d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/0fb9675b84a1666ab45182b6c5b29956921e818d",
|
|
|
+ "reference": "0fb9675b84a1666ab45182b6c5b29956921e818d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev",
|
|
|
+ "dev-develop": "1.1.x-dev"
|
|
|
+ },
|
|
|
+ "laminas": {
|
|
|
+ "module": "Laminas\\ZendFrameworkBridge"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/autoload.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\ZendFrameworkBridge\\": "src//"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "autoloading",
|
|
|
+ "laminas",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2020-01-07T22:58:31+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laravel/framework",
|
|
|
"version": "v6.14.0",
|
|
|
@@ -919,6 +1282,78 @@
|
|
|
],
|
|
|
"time": "2020-02-04T14:38:06+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laravel/passport",
|
|
|
+ "version": "v8.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laravel/passport.git",
|
|
|
+ "reference": "c1be259ff85109416e9e81c80fa4d3d611d6398a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laravel/passport/zipball/c1be259ff85109416e9e81c80fa4d3d611d6398a",
|
|
|
+ "reference": "c1be259ff85109416e9e81c80fa4d3d611d6398a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "firebase/php-jwt": "^3.0|^4.0|^5.0",
|
|
|
+ "guzzlehttp/guzzle": "^6.0",
|
|
|
+ "illuminate/auth": "^6.0|^7.0",
|
|
|
+ "illuminate/console": "^6.0|^7.0",
|
|
|
+ "illuminate/container": "^6.0|^7.0",
|
|
|
+ "illuminate/contracts": "^6.0|^7.0",
|
|
|
+ "illuminate/cookie": "^6.0|^7.0",
|
|
|
+ "illuminate/database": "^6.0|^7.0",
|
|
|
+ "illuminate/encryption": "^6.0|^7.0",
|
|
|
+ "illuminate/http": "^6.0|^7.0",
|
|
|
+ "illuminate/support": "^6.0|^7.0",
|
|
|
+ "laminas/laminas-diactoros": "^2.2",
|
|
|
+ "league/oauth2-server": "^8.0",
|
|
|
+ "php": "^7.2",
|
|
|
+ "phpseclib/phpseclib": "^2.0",
|
|
|
+ "symfony/psr-http-message-bridge": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "orchestra/testbench": "^4.4|^5.0",
|
|
|
+ "phpunit/phpunit": "^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Laravel\\Passport\\PassportServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laravel\\Passport\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel Passport provides OAuth2 server support to Laravel.",
|
|
|
+ "keywords": [
|
|
|
+ "laravel",
|
|
|
+ "oauth",
|
|
|
+ "passport"
|
|
|
+ ],
|
|
|
+ "time": "2020-02-12T14:34:02+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laravel/tinker",
|
|
|
"version": "v2.2.0",
|
|
|
@@ -983,6 +1418,61 @@
|
|
|
],
|
|
|
"time": "2020-02-05T15:00:44+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "lcobucci/jwt",
|
|
|
+ "version": "3.3.1",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2019-05-24T18:30:49+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/commonmark",
|
|
|
"version": "1.2.2",
|
|
|
@@ -1119,6 +1609,56 @@
|
|
|
],
|
|
|
"time": "2019-09-26T13:28:33+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "league/event",
|
|
|
+ "version": "2.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/event.git",
|
|
|
+ "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
|
|
|
+ "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "henrikbjorn/phpspec-code-coverage": "~1.0.1",
|
|
|
+ "phpspec/phpspec": "^2.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\Event\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Frank de Jonge",
|
|
|
+ "email": "info@frenky.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Event package",
|
|
|
+ "keywords": [
|
|
|
+ "emitter",
|
|
|
+ "event",
|
|
|
+ "listener"
|
|
|
+ ],
|
|
|
+ "time": "2018-11-26T11:52:41+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/flysystem",
|
|
|
"version": "1.0.64",
|
|
|
@@ -1203,6 +1743,83 @@
|
|
|
],
|
|
|
"time": "2020-02-05T18:14:17+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "league/oauth2-server",
|
|
|
+ "version": "8.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/oauth2-server.git",
|
|
|
+ "reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
|
|
|
+ "reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "defuse/php-encryption": "^2.2.1",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "lcobucci/jwt": "^3.3.1",
|
|
|
+ "league/event": "^2.2",
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "psr/http-message": "^1.0.1"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "league/oauth2server": "*",
|
|
|
+ "lncd/oauth2": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpstan/phpstan": "^0.11.8",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.11.2",
|
|
|
+ "phpunit/phpunit": "^7.5.13 || ^8.2.3",
|
|
|
+ "roave/security-advisories": "dev-master",
|
|
|
+ "zendframework/zend-diactoros": "^2.1.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\OAuth2\\Server\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alex Bilbie",
|
|
|
+ "email": "hello@alexbilbie.com",
|
|
|
+ "homepage": "http://www.alexbilbie.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andy Millington",
|
|
|
+ "email": "andrew@noexceptions.io",
|
|
|
+ "homepage": "https://www.noexceptions.io",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
|
|
|
+ "homepage": "https://oauth2.thephpleague.com/",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "api",
|
|
|
+ "auth",
|
|
|
+ "authorisation",
|
|
|
+ "authorization",
|
|
|
+ "oauth",
|
|
|
+ "oauth 2",
|
|
|
+ "oauth 2.0",
|
|
|
+ "oauth2",
|
|
|
+ "protect",
|
|
|
+ "resource",
|
|
|
+ "secure",
|
|
|
+ "server"
|
|
|
+ ],
|
|
|
+ "time": "2019-07-13T18:58:26+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "2.0.2",
|
|
|
@@ -1649,6 +2266,98 @@
|
|
|
],
|
|
|
"time": "2019-12-15T19:35:24+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
+ "version": "2.0.23",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
+ "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
|
|
|
+ "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phing/phing": "~2.7",
|
|
|
+ "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
|
|
+ "sami/sami": "~2.0",
|
|
|
+ "squizlabs/php_codesniffer": "~2.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
|
+ "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
|
+ "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
|
+ "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "phpseclib/bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "phpseclib\\": "phpseclib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jim Wigginton",
|
|
|
+ "email": "terrafrost@php.net",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Patrick Monnerat",
|
|
|
+ "email": "pm@datasphere.ch",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andreas Fischer",
|
|
|
+ "email": "bantu@phpbb.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Hans-Jürgen Petrich",
|
|
|
+ "email": "petrich@tronic-media.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "graham@alt-three.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
|
+ "homepage": "http://phpseclib.sourceforge.net",
|
|
|
+ "keywords": [
|
|
|
+ "BigInteger",
|
|
|
+ "aes",
|
|
|
+ "asn.1",
|
|
|
+ "asn1",
|
|
|
+ "blowfish",
|
|
|
+ "crypto",
|
|
|
+ "cryptography",
|
|
|
+ "encryption",
|
|
|
+ "rsa",
|
|
|
+ "security",
|
|
|
+ "sftp",
|
|
|
+ "signature",
|
|
|
+ "signing",
|
|
|
+ "ssh",
|
|
|
+ "twofish",
|
|
|
+ "x.509",
|
|
|
+ "x509"
|
|
|
+ ],
|
|
|
+ "time": "2019-09-17T03:41:22+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/container",
|
|
|
"version": "1.0.0",
|
|
|
@@ -1698,6 +2407,58 @@
|
|
|
],
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "psr/http-factory",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "time": "2019-04-30T12:38:16+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/http-message",
|
|
|
"version": "1.0.1",
|