|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "132485a7a29ab64721297f7313af06ab",
|
|
|
|
|
|
+ "content-hash": "846b20a027e54de27b2ec80f3f84770d",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"name": "bacon/bacon-qr-code",
|
|
@@ -97,6 +97,69 @@
|
|
],
|
|
],
|
|
"time": "2017-10-25T22:45:27+00:00"
|
|
"time": "2017-10-25T22:45:27+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",
|
|
"name": "dnoegel/php-xdg-base-dir",
|
|
"version": "0.1",
|
|
"version": "0.1",
|
|
@@ -702,6 +765,168 @@
|
|
],
|
|
],
|
|
"time": "2019-09-03T16:45:42+00:00"
|
|
"time": "2019-09-03T16:45:42+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.3.3",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
+ "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
|
|
|
+ "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "guzzlehttp/promises": "^1.0",
|
|
|
|
+ "guzzlehttp/psr7": "^1.4",
|
|
|
|
+ "php": ">=5.5"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-curl": "*",
|
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
|
|
+ "psr/log": "^1.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "psr/log": "Required for using the Log middleware"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "6.3-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "src/functions_include.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "GuzzleHttp\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "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": "2018-04-22T15:46:56+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",
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "1.6.1",
|
|
"version": "1.6.1",
|
|
@@ -1077,6 +1302,77 @@
|
|
],
|
|
],
|
|
"time": "2019-10-08T12:50:06+00:00"
|
|
"time": "2019-10-08T12:50:06+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "laravel/passport",
|
|
|
|
+ "version": "v7.5.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/laravel/passport.git",
|
|
|
|
+ "reference": "d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/laravel/passport/zipball/d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08",
|
|
|
|
+ "reference": "d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "firebase/php-jwt": "~3.0|~4.0|~5.0",
|
|
|
|
+ "guzzlehttp/guzzle": "~6.0",
|
|
|
|
+ "illuminate/auth": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/console": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/container": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/contracts": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/cookie": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/encryption": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/http": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
|
|
|
+ "league/oauth2-server": "^7.0",
|
|
|
|
+ "php": ">=7.1",
|
|
|
|
+ "phpseclib/phpseclib": "^2.0",
|
|
|
|
+ "symfony/psr-http-message-bridge": "~1.0",
|
|
|
|
+ "zendframework/zend-diactoros": "~1.0|~2.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
|
+ "phpunit/phpunit": "^7.4|^8.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "7.0-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": "2019-10-08T16:45:24+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "laravel/tinker",
|
|
"name": "laravel/tinker",
|
|
"version": "v1.0.10",
|
|
"version": "v1.0.10",
|
|
@@ -1140,6 +1436,111 @@
|
|
],
|
|
],
|
|
"time": "2019-08-07T15:10:45+00:00"
|
|
"time": "2019-08-07T15:10:45+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/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",
|
|
"name": "league/flysystem",
|
|
"version": "1.0.55",
|
|
"version": "1.0.55",
|
|
@@ -1224,6 +1625,83 @@
|
|
],
|
|
],
|
|
"time": "2019-08-24T11:17:19+00:00"
|
|
"time": "2019-08-24T11:17:19+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "league/oauth2-server",
|
|
|
|
+ "version": "7.4.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/thephpleague/oauth2-server.git",
|
|
|
|
+ "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
|
|
|
|
+ "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "defuse/php-encryption": "^2.1",
|
|
|
|
+ "ext-openssl": "*",
|
|
|
|
+ "lcobucci/jwt": "^3.2.2",
|
|
|
|
+ "league/event": "^2.1",
|
|
|
|
+ "php": ">=7.0.0",
|
|
|
|
+ "psr/http-message": "^1.0.1"
|
|
|
|
+ },
|
|
|
|
+ "replace": {
|
|
|
|
+ "league/oauth2server": "*",
|
|
|
|
+ "lncd/oauth2": "*"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpstan/phpstan": "^0.9.2",
|
|
|
|
+ "phpstan/phpstan-phpunit": "^0.9.4",
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^0.9.0",
|
|
|
|
+ "phpunit/phpunit": "^6.3 || ^7.0",
|
|
|
|
+ "roave/security-advisories": "dev-master",
|
|
|
|
+ "zendframework/zend-diactoros": "^1.3.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-05-05T09:22:01+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "mews/captcha",
|
|
"name": "mews/captcha",
|
|
"version": "3.0.1",
|
|
"version": "3.0.1",
|
|
@@ -1792,6 +2270,98 @@
|
|
],
|
|
],
|
|
"time": "2015-07-25T16:39:46+00:00"
|
|
"time": "2015-07-25T16:39:46+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": "pragmarx/google2fa",
|
|
"name": "pragmarx/google2fa",
|
|
"version": "v6.1.0",
|
|
"version": "v6.1.0",
|
|
@@ -2076,6 +2646,58 @@
|
|
],
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
"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",
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|
|
@@ -3607,6 +4229,71 @@
|
|
"homepage": "https://symfony.com",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2019-09-26T21:17:10+00:00"
|
|
"time": "2019-09-26T21:17:10+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/psr-http-message-bridge",
|
|
|
|
+ "version": "v1.2.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/psr-http-message-bridge.git",
|
|
|
|
+ "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
|
|
|
|
+ "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.1",
|
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
|
+ "symfony/http-foundation": "^3.4 || ^4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "nyholm/psr7": "^1.1",
|
|
|
|
+ "symfony/phpunit-bridge": "^3.4.20 || ^4.0",
|
|
|
|
+ "zendframework/zend-diactoros": "^1.4.1 || ^2.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bridge",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.2-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Bridge\\PsrHttpMessage\\": ""
|
|
|
|
+ },
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
+ "/Tests/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "PSR HTTP message bridge",
|
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "http",
|
|
|
|
+ "http-message",
|
|
|
|
+ "psr-17",
|
|
|
|
+ "psr-7"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2019-03-11T18:22:33+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "symfony/routing",
|
|
"name": "symfony/routing",
|
|
"version": "v4.3.5",
|
|
"version": "v4.3.5",
|
|
@@ -4053,6 +4740,73 @@
|
|
"environment"
|
|
"environment"
|
|
],
|
|
],
|
|
"time": "2019-09-10T21:37:39+00:00"
|
|
"time": "2019-09-10T21:37:39+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "zendframework/zend-diactoros",
|
|
|
|
+ "version": "2.1.5",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
|
+ "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c",
|
|
|
|
+ "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.1",
|
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
|
+ },
|
|
|
|
+ "provide": {
|
|
|
|
+ "psr/http-factory-implementation": "1.0",
|
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-curl": "*",
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
+ "ext-libxml": "*",
|
|
|
|
+ "http-interop/http-factory-tests": "^0.5.0",
|
|
|
|
+ "php-http/psr7-integration-tests": "dev-master",
|
|
|
|
+ "phpunit/phpunit": "^7.0.2",
|
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0"
|
|
|
|
+ },
|
|
|
|
+ "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"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Zend\\Diactoros\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
+ ],
|
|
|
|
+ "description": "PSR HTTP Message implementations",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "http",
|
|
|
|
+ "psr",
|
|
|
|
+ "psr-7"
|
|
|
|
+ ],
|
|
|
|
+ "time": "2019-10-10T17:38:20+00:00"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"packages-dev": [
|
|
"packages-dev": [
|