|
@@ -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": "9cc259d29a4a2882654c83d01a78b8eb",
|
|
|
+ "content-hash": "cfaebfda187f32ffbecabdd715f95d80",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -7620,6 +7620,69 @@
|
|
|
],
|
|
|
"time": "2020-05-27T16:41:55+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laravel/telescope",
|
|
|
+ "version": "v3.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laravel/telescope.git",
|
|
|
+ "reference": "a8d2e1106ba655006fde47a0b7ed53851c6398f5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laravel/telescope/zipball/a8d2e1106ba655006fde47a0b7ed53851c6398f5",
|
|
|
+ "reference": "a8d2e1106ba655006fde47a0b7ed53851c6398f5",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "laravel/framework": "^6.0|^7.0",
|
|
|
+ "moontoast/math": "^1.1",
|
|
|
+ "php": "^7.2",
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-gd": "*",
|
|
|
+ "orchestra/testbench": "^4.0|^5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.x-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Laravel\\Telescope\\TelescopeServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laravel\\Telescope\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Mohamed Said",
|
|
|
+ "email": "mohamed@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An elegant debug assistant for the Laravel framework.",
|
|
|
+ "keywords": [
|
|
|
+ "debugging",
|
|
|
+ "laravel",
|
|
|
+ "monitoring"
|
|
|
+ ],
|
|
|
+ "time": "2020-07-28T19:12:33+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "maximebf/debugbar",
|
|
|
"version": "v1.16.3",
|
|
@@ -7749,6 +7812,57 @@
|
|
|
],
|
|
|
"time": "2020-08-11T18:10:13+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "moontoast/math",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ramsey/moontoast-math.git",
|
|
|
+ "reference": "5f47d34c87767dbcc08b30377a9827df71de91fa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/5f47d34c87767dbcc08b30377a9827df71de91fa",
|
|
|
+ "reference": "5f47d34c87767dbcc08b30377a9827df71de91fa",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "phpseclib/bcmath_compat": ">=1.0.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "jakub-onderka/php-parallel-lint": "^0.9.0",
|
|
|
+ "phpunit/phpunit": "^4.8 || ^5.5 || ^6.5 || ^7.0",
|
|
|
+ "satooshi/php-coveralls": "^0.6.1",
|
|
|
+ "squizlabs/php_codesniffer": "^2.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Moontoast\\Math\\": "src/Moontoast/Math",
|
|
|
+ "Moontoast\\Math\\Exception\\": "src/Moontoast/Math/Exception"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ben Ramsey",
|
|
|
+ "email": "ben@benramsey.com",
|
|
|
+ "homepage": "https://benramsey.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A mathematics library, providing functionality for large numbers",
|
|
|
+ "homepage": "https://github.com/ramsey/moontoast-math",
|
|
|
+ "keywords": [
|
|
|
+ "bcmath",
|
|
|
+ "math"
|
|
|
+ ],
|
|
|
+ "abandoned": "brick/math",
|
|
|
+ "time": "2020-01-05T04:49:34+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "myclabs/deep-copy",
|
|
|
"version": "1.10.1",
|
|
@@ -8135,6 +8249,169 @@
|
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
"time": "2020-06-27T10:12:23+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpseclib/bcmath_compat",
|
|
|
+ "version": "1.0.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpseclib/bcmath_compat.git",
|
|
|
+ "reference": "89cbb63742a32730b7187773a60b6b12b9db4479"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/89cbb63742a32730b7187773a60b6b12b9db4479",
|
|
|
+ "reference": "89cbb63742a32730b7187773a60b6b12b9db4479",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "phpseclib/phpseclib": ">=2.0.19"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-bcmath": "7.3.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-gmp": "Will enable faster math operations"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "lib/bcmath.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "bcmath_compat\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jim Wigginton",
|
|
|
+ "email": "terrafrost@php.net",
|
|
|
+ "homepage": "http://phpseclib.sourceforge.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP 5.x/7.x polyfill for bcmath extension",
|
|
|
+ "keywords": [
|
|
|
+ "BigInteger",
|
|
|
+ "bcmath",
|
|
|
+ "bigdecimal",
|
|
|
+ "math",
|
|
|
+ "polyfill"
|
|
|
+ ],
|
|
|
+ "time": "2020-04-26T16:34:33+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpseclib/phpseclib",
|
|
|
+ "version": "2.0.28",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpseclib/phpseclib.git",
|
|
|
+ "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
|
|
|
+ "reference": "d1ca58cf33cb21046d702ae3a7b14fdacd9f3260",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "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": "2020-07-08T09:08:33+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpspec/prophecy",
|
|
|
"version": "1.11.1",
|