|
|
@@ -3530,6 +3530,71 @@
|
|
|
"install-path": "../hyperf/tracer"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "hyperf/translation",
|
|
|
+ "version": "v2.0.18",
|
|
|
+ "version_normalized": "2.0.18.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/hyperf/translation.git",
|
|
|
+ "reference": "988811b9278a9ca82197916f47e4230cfd3facfa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/hyperf/translation/zipball/988811b9278a9ca82197916f47e4230cfd3facfa",
|
|
|
+ "reference": "988811b9278a9ca82197916f47e4230cfd3facfa",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "hyperf/contract": "~2.0.0",
|
|
|
+ "hyperf/utils": "~2.0.0",
|
|
|
+ "php": ">=7.2",
|
|
|
+ "psr/container": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.14",
|
|
|
+ "mockery/mockery": "^1.2"
|
|
|
+ },
|
|
|
+ "time": "2020-11-07T08:53:43+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ },
|
|
|
+ "hyperf": {
|
|
|
+ "config": "Hyperf\\Translation\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Hyperf\\Translation\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "An independent translation component, forked by illuminate/translation.",
|
|
|
+ "keywords": [
|
|
|
+ "hyperf",
|
|
|
+ "translation"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/hyperf/translation/issues",
|
|
|
+ "source": "https://github.com/hyperf/translation/tree/v2.0.18"
|
|
|
+ },
|
|
|
+ "install-path": "../hyperf/translation"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "hyperf/utils",
|
|
|
"version": "v2.0.18",
|
|
|
"version_normalized": "2.0.18.0",
|
|
|
@@ -3938,6 +4003,84 @@
|
|
|
"install-path": "../laminas/laminas-zendframework-bridge"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "lcobucci/jwt",
|
|
|
+ "version": "3.3.3",
|
|
|
+ "version_normalized": "3.3.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/lcobucci/jwt.git",
|
|
|
+ "reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773",
|
|
|
+ "reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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": "2020-08-20T13:22:28+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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/lcobucci/jwt/issues",
|
|
|
+ "source": "https://github.com/lcobucci/jwt/tree/3.3.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/lcobucci",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/lcobucci",
|
|
|
+ "type": "patreon"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../lcobucci/jwt"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "markrogoyski/math-php",
|
|
|
"version": "v0.49.0",
|
|
|
"version_normalized": "0.49.0.0",
|
|
|
@@ -5055,6 +5198,75 @@
|
|
|
"install-path": "../phper666/hyperf-server-command"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "phper666/jwt-auth",
|
|
|
+ "version": "v3.0.4",
|
|
|
+ "version_normalized": "3.0.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phper666/jwt-auth.git",
|
|
|
+ "reference": "48c50257cacb4168b1e1121f6b287708ad00a1e5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phper666/jwt-auth/zipball/48c50257cacb4168b1e1121f6b287708ad00a1e5",
|
|
|
+ "reference": "48c50257cacb4168b1e1121f6b287708ad00a1e5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-swoole": ">=4.4",
|
|
|
+ "lcobucci/jwt": "^3.2",
|
|
|
+ "nesbot/carbon": "^1.0 || ^2.0",
|
|
|
+ "php": ">=7.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "hyperf/cache": "required hyperf/cache ~2.0.0 OR required hyperf/cache ~1.1.0",
|
|
|
+ "hyperf/command": "required hyperf/command ~2.0.0 OR required hyperf/command ~1.1.0",
|
|
|
+ "hyperf/config": "required hyperf/config ~2.0.0 OR required hyperf/config ~1.1.0",
|
|
|
+ "hyperf/di": "required hyperf/di ~2.0.0 OR required hyperf/di ~1.1.0"
|
|
|
+ },
|
|
|
+ "time": "2020-06-22T13:48:02+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "hyperf": {
|
|
|
+ "config": "Phper666\\JWTAuth\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Phper666\\JWTAuth\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Li Yuzhao",
|
|
|
+ "email": "562405704@qq.com",
|
|
|
+ "homepage": "https://github.com/phper666/jwt-auth",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "jwt-auth Component",
|
|
|
+ "keywords": [
|
|
|
+ "hyperf",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phper666/jwt-auth/issues",
|
|
|
+ "source": "https://github.com/phper666/jwt-auth/tree/3.0.1"
|
|
|
+ },
|
|
|
+ "install-path": "../phper666/jwt-auth"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "phpoption/phpoption",
|
|
|
"version": "1.7.5",
|
|
|
"version_normalized": "1.7.5.0",
|