|
@@ -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": "ef4f2245bc05f6bbc615ec7a5c93d414",
|
|
|
|
|
|
+ "content-hash": "3563fbd1efe42497e853c4c14594bdb8",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "brick/math",
|
|
"name": "brick/math",
|
|
@@ -520,6 +520,146 @@
|
|
"time": "2023-01-02T17:26:14+00:00"
|
|
"time": "2023-01-02T17:26:14+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "elfsundae/laravel-hashid",
|
|
|
|
+ "version": "1.7.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/ElfSundae/laravel-hashid.git",
|
|
|
|
+ "reference": "86df3130db08bfd9954daed64e1db7ceba8270e3"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/ElfSundae/laravel-hashid/zipball/86df3130db08bfd9954daed64e1db7ceba8270e3",
|
|
|
|
+ "reference": "86df3130db08bfd9954daed64e1db7ceba8270e3",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "elfsundae/urlsafe-base64": "^1.1",
|
|
|
|
+ "hashids/hashids": "^2.0.4|^3.0|^4.0",
|
|
|
|
+ "illuminate/console": "^5.0|^6.0|^7.0|^8.0|^9.0",
|
|
|
|
+ "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
|
|
|
|
+ "jenssegers/optimus": "^1.0",
|
|
|
|
+ "php": "^7.1|^8.0",
|
|
|
|
+ "tuupola/base62": "^2.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
|
+ "orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0",
|
|
|
|
+ "phpunit/phpunit": "^5.7|^6.0|^7.0|^8.0|^9.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "elfsundae/laravel-hashid-uuid": "Shorten UUID encoding"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "1.7-dev"
|
|
|
|
+ },
|
|
|
|
+ "laravel": {
|
|
|
|
+ "providers": [
|
|
|
|
+ "ElfSundae\\Laravel\\Hashid\\HashidServiceProvider"
|
|
|
|
+ ],
|
|
|
|
+ "aliases": {
|
|
|
|
+ "Hashid": "ElfSundae\\Laravel\\Hashid\\Facades\\Hashid"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "src/helpers.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "ElfSundae\\Laravel\\Hashid\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Elf Sundae",
|
|
|
|
+ "email": "elf.sundae@gmail.com",
|
|
|
|
+ "homepage": "https://0x123.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.",
|
|
|
|
+ "homepage": "https://github.com/ElfSundae/laravel-hashid",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "URL safe",
|
|
|
|
+ "base62",
|
|
|
|
+ "base64",
|
|
|
|
+ "hashid",
|
|
|
|
+ "hashids",
|
|
|
|
+ "obfuscate",
|
|
|
|
+ "optimus"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/ElfSundae/laravel-hashid/issues",
|
|
|
|
+ "source": "https://github.com/ElfSundae/laravel-hashid/tree/1.7.1"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-05-01T19:52:44+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "elfsundae/urlsafe-base64",
|
|
|
|
+ "version": "1.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/ElfSundae/urlsafe-base64.git",
|
|
|
|
+ "reference": "fffdc235475308068e92c8bb1dec6b4bc7b95e73"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/ElfSundae/urlsafe-base64/zipball/fffdc235475308068e92c8bb1dec6b4bc7b95e73",
|
|
|
|
+ "reference": "fffdc235475308068e92c8bb1dec6b4bc7b95e73",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "paragonie/random_compat": "~2.0",
|
|
|
|
+ "phpunit/phpunit": "~5.4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "src/helpers.php"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Elf Sundae",
|
|
|
|
+ "email": "elf.sundae@gmail.com",
|
|
|
|
+ "homepage": "https://0x123.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "URL safe base64 encoding for PHP",
|
|
|
|
+ "homepage": "https://github.com/ElfSundae/urlsafe-base64",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "base64",
|
|
|
|
+ "urlsafe"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/ElfSundae/urlsafe-base64/issues",
|
|
|
|
+ "source": "https://github.com/ElfSundae/urlsafe-base64/tree/master"
|
|
|
|
+ },
|
|
|
|
+ "time": "2017-12-11T14:50:59+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "fruitcake/php-cors",
|
|
"name": "fruitcake/php-cors",
|
|
"version": "v1.2.0",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"source": {
|
|
@@ -1011,6 +1151,157 @@
|
|
"time": "2023-04-17T16:11:26+00:00"
|
|
"time": "2023-04-17T16:11:26+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "hashids/hashids",
|
|
|
|
+ "version": "4.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/vinkla/hashids.git",
|
|
|
|
+ "reference": "8cab111f78e0bd9c76953b082919fc9e251761be"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be",
|
|
|
|
+ "reference": "8cab111f78e0bd9c76953b082919fc9e251761be",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^8.0 || ^9.4",
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
|
|
|
|
+ "ext-gmp": "Required to use GNU multiple precision mathematics (*)."
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "4.1-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Hashids\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Ivan Akimov",
|
|
|
|
+ "email": "ivan@barreleye.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Vincent Klaiber",
|
|
|
|
+ "email": "hello@doubledip.se"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
|
|
|
|
+ "homepage": "https://hashids.org/php",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "bitly",
|
|
|
|
+ "decode",
|
|
|
|
+ "encode",
|
|
|
|
+ "hash",
|
|
|
|
+ "hashid",
|
|
|
|
+ "hashids",
|
|
|
|
+ "ids",
|
|
|
|
+ "obfuscate",
|
|
|
|
+ "youtube"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/vinkla/hashids/issues",
|
|
|
|
+ "source": "https://github.com/vinkla/hashids/tree/4.1.0"
|
|
|
|
+ },
|
|
|
|
+ "time": "2020-11-26T19:24:33+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "jenssegers/optimus",
|
|
|
|
+ "version": "v1.1.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/jenssegers/optimus.git",
|
|
|
|
+ "reference": "a062ac06598e72a25a17ea6cba87f9e02d07b1bc"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/jenssegers/optimus/zipball/a062ac06598e72a25a17ea6cba87f9e02d07b1bc",
|
|
|
|
+ "reference": "a062ac06598e72a25a17ea6cba87f9e02d07b1bc",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.4||^8.0",
|
|
|
|
+ "phpseclib/phpseclib": "^3.0",
|
|
|
|
+ "symfony/console": "^5.0||^6.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^9.5.10"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-gmp": "Required for 32bit systems"
|
|
|
|
+ },
|
|
|
|
+ "bin": [
|
|
|
|
+ "bin/optimus"
|
|
|
|
+ ],
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Jenssegers\\Optimus\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Jens Segers",
|
|
|
|
+ "homepage": "https://jenssegers.com"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Id obfuscation based on Knuth's integer hash method",
|
|
|
|
+ "homepage": "https://github.com/jenssegers/optimus",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "hashids",
|
|
|
|
+ "id obfuscation",
|
|
|
|
+ "ids",
|
|
|
|
+ "obfuscation",
|
|
|
|
+ "optimus"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/jenssegers/optimus/issues",
|
|
|
|
+ "source": "https://github.com/jenssegers/optimus/tree/v1.1.1"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/jenssegers",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/jenssegers/optimus",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2021-12-21T16:15:54+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "laravel/framework",
|
|
"name": "laravel/framework",
|
|
"version": "v9.33.0",
|
|
"version": "v9.33.0",
|
|
"source": {
|
|
"source": {
|
|
@@ -2300,6 +2591,135 @@
|
|
"time": "2023-02-08T01:06:31+00:00"
|
|
"time": "2023-02-08T01:06:31+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "paragonie/constant_time_encoding",
|
|
|
|
+ "version": "v2.6.3",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
|
|
+ "reference": "58c3f47f650c94ec05a151692652a868995d2938"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
|
|
|
|
+ "reference": "58c3f47f650c94ec05a151692652a868995d2938",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7|^8"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "^6|^7|^8|^9",
|
|
|
|
+ "vimeo/psalm": "^1|^2|^3|^4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "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"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "email": "info@paragonie.com",
|
|
|
|
+ "issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
|
|
|
+ "source": "https://github.com/paragonie/constant_time_encoding"
|
|
|
|
+ },
|
|
|
|
+ "time": "2022-06-14T06:56:20+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "paragonie/random_compat",
|
|
|
|
+ "version": "v9.99.100",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/paragonie/random_compat.git",
|
|
|
|
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
|
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "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."
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "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"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "email": "info@paragonie.com",
|
|
|
|
+ "issues": "https://github.com/paragonie/random_compat/issues",
|
|
|
|
+ "source": "https://github.com/paragonie/random_compat"
|
|
|
|
+ },
|
|
|
|
+ "time": "2020-10-15T08:29:30+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "phpoption/phpoption",
|
|
"name": "phpoption/phpoption",
|
|
"version": "1.9.1",
|
|
"version": "1.9.1",
|
|
"source": {
|
|
"source": {
|
|
@@ -2381,6 +2801,122 @@
|
|
"time": "2023-02-25T19:38:58+00:00"
|
|
"time": "2023-02-25T19:38:58+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
|
+ "version": "3.0.19",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
|
+ "reference": "cc181005cf548bfd8a4896383bb825d859259f95"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cc181005cf548bfd8a4896383bb825d859259f95",
|
|
|
|
+ "reference": "cc181005cf548bfd8a4896383bb825d859259f95",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "paragonie/constant_time_encoding": "^1|^2",
|
|
|
|
+ "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
|
|
|
+ "php": ">=5.6.1"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "phpunit/phpunit": "*"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-dom": "Install the DOM extension to load XML formatted public keys.",
|
|
|
|
+ "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": {
|
|
|
|
+ "phpseclib3\\": "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"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
|
|
+ "source": "https://github.com/phpseclib/phpseclib/tree/3.0.19"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/terrafrost",
|
|
|
|
+ "type": "github"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://www.patreon.com/phpseclib",
|
|
|
|
+ "type": "patreon"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
|
|
|
+ "type": "tidelift"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2023-03-05T17:13:09+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "psr/container",
|
|
"name": "psr/container",
|
|
"version": "2.0.2",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"source": {
|
|
@@ -5589,6 +6125,74 @@
|
|
"time": "2023-01-03T09:29:04+00:00"
|
|
"time": "2023-01-03T09:29:04+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "name": "tuupola/base62",
|
|
|
|
+ "version": "2.1.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/tuupola/base62.git",
|
|
|
|
+ "reference": "7406145a9cf8c567cd35ad7358d1b24828cbcfdb"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/tuupola/base62/zipball/7406145a9cf8c567cd35ad7358d1b24828cbcfdb",
|
|
|
|
+ "reference": "7406145a9cf8c567cd35ad7358d1b24828cbcfdb",
|
|
|
|
+ "shasum": "",
|
|
|
|
+ "mirrors": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
|
+ "preferred": true
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^7.1|^8.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "overtrue/phplint": "^1.0",
|
|
|
|
+ "phpbench/phpbench": "^0.15.0",
|
|
|
|
+ "phpstan/phpstan": "^0.12.38",
|
|
|
|
+ "phpunit/phpunit": "^7.0|^8.0|^9.0",
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-gmp": "GMP extension provides the fastest encoding and decoding."
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Tuupola\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Mika Tuupola",
|
|
|
|
+ "email": "tuupola@appelsiini.net",
|
|
|
|
+ "homepage": "https://appelsiini.net/",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Base62 encoder and decoder for arbitrary data",
|
|
|
|
+ "homepage": "https://github.com/tuupola/base62",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "base62"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/tuupola/base62/issues",
|
|
|
|
+ "source": "https://github.com/tuupola/base62/tree/2.1.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/tuupola",
|
|
|
|
+ "type": "github"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2020-09-09T15:05:36+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"name": "vlucas/phpdotenv",
|
|
"name": "vlucas/phpdotenv",
|
|
"version": "v5.4.1",
|
|
"version": "v5.4.1",
|
|
"source": {
|
|
"source": {
|