|
@@ -0,0 +1,2087 @@
|
|
|
+{
|
|
|
+ "_readme": [
|
|
|
+ "This file locks the dependencies of your project to a known state",
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
+ "This file is @generated automatically"
|
|
|
+ ],
|
|
|
+ "content-hash": "58ca8889894331ae0decd22d795ede37",
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "doctrine/cache",
|
|
|
+ "version": "v1.4.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/cache.git",
|
|
|
+ "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/6433826dd02c9e5be8a127320dc13e7e6625d020",
|
|
|
+ "reference": "6433826dd02c9e5be8a127320dc13e7e6625d020",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/common": ">2.2,<2.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": ">=3.7",
|
|
|
+ "predis/predis": "~1.0",
|
|
|
+ "satooshi/php-coveralls": "~0.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.5.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Doctrine\\Common\\Cache\\": "lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Caching library offering an object-oriented API for many cache backends",
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching"
|
|
|
+ ],
|
|
|
+ "time": "2015-11-02T18:33:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "endroid/qr-code",
|
|
|
+ "version": "1.9.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/endroid/qr-code.git",
|
|
|
+ "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/endroid/qr-code/zipball/c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
|
|
|
+ "reference": "c9644bec2a9cc9318e98d1437de3c628dcd1ef93",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-gd": "*",
|
|
|
+ "php": ">=5.4",
|
|
|
+ "symfony/options-resolver": "^2.3|^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.0|^5.0",
|
|
|
+ "sensio/framework-extra-bundle": "^3.0",
|
|
|
+ "symfony/browser-kit": "^2.3|^3.0",
|
|
|
+ "symfony/framework-bundle": "^2.3|^3.0",
|
|
|
+ "symfony/http-kernel": "^2.3|^3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Endroid\\QrCode\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jeroen van den Enden",
|
|
|
+ "email": "info@endroid.nl",
|
|
|
+ "homepage": "http://endroid.nl/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Endroid QR Code",
|
|
|
+ "homepage": "https://github.com/endroid/QrCode",
|
|
|
+ "keywords": [
|
|
|
+ "bundle",
|
|
|
+ "code",
|
|
|
+ "endroid",
|
|
|
+ "qr",
|
|
|
+ "qrcode",
|
|
|
+ "symfony"
|
|
|
+ ],
|
|
|
+ "time": "2017-04-08T09:13:59+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
+ "version": "6.5.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
+ "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
|
+ "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "guzzlehttp/promises": "^1.0",
|
|
|
+ "guzzlehttp/psr7": "^1.6.1",
|
|
|
+ "php": ">=5.5",
|
|
|
+ "symfony/polyfill-intl-idn": "^1.17.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
|
+ "psr/log": "^1.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "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": "2020-06-16T21:01:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
+ "version": "1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/promises.git",
|
|
|
+ "reference": "60d379c243457e073cff02bc323a2a86cb355631"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
|
|
|
+ "reference": "60d379c243457e073cff02bc323a2a86cb355631",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^4.4 || ^5.1"
|
|
|
+ },
|
|
|
+ "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": "2020-09-30T07:37:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "1.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
|
|
+ "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "psr/http-message": "~1.0",
|
|
|
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Psr7\\": "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"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "stream",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "time": "2020-09-30T07:37:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "karsonzhang/fastadmin-addons",
|
|
|
+ "version": "1.1.11",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/karsonzhang/fastadmin-addons.git",
|
|
|
+ "reference": "0a23d8172a652e739f1b775d34188416e060e907"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/karsonzhang/fastadmin-addons/zipball/0a23d8172a652e739f1b775d34188416e060e907",
|
|
|
+ "reference": "0a23d8172a652e739f1b775d34188416e060e907",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "think-config": {
|
|
|
+ "addons": "src/config.php"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/common.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Karson",
|
|
|
+ "email": "karson@fastadmin.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "xiaobo.sun",
|
|
|
+ "email": "xiaobo.sun@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "addons package for fastadmin",
|
|
|
+ "homepage": "https://github.com/karsonzhang/fastadmin-addons",
|
|
|
+ "time": "2020-06-12T08:57:13+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "maennchen/zipstream-php",
|
|
|
+ "version": "2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
|
+ "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
|
|
|
+ "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "myclabs/php-enum": "^1.5",
|
|
|
+ "php": ">= 7.1",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zip": "*",
|
|
|
+ "guzzlehttp/guzzle": ">= 6.3",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "phpunit/phpunit": ">= 7.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ZipStream\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Paul Duncan",
|
|
|
+ "email": "pabs@pablotron.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonatan Männchen",
|
|
|
+ "email": "jonatan@maennchen.ch"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jesse Donat",
|
|
|
+ "email": "donatj@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "András Kolesár",
|
|
|
+ "email": "kolesar@kolesar.hu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
|
+ "keywords": [
|
|
|
+ "stream",
|
|
|
+ "zip"
|
|
|
+ ],
|
|
|
+ "time": "2020-05-30T13:11:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/complex",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
+ "reference": "9999f1432fae467bc93c53f357105b4c31bb994c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/9999f1432fae467bc93c53f357105b4c31bb994c",
|
|
|
+ "reference": "9999f1432fae467bc93c53f357105b4c31bb994c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.0",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phploc/phploc": "^4.0",
|
|
|
+ "phpmd/phpmd": "2.*",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
|
|
|
+ "sebastian/phpcpd": "^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Complex\\": "classes/src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "classes/src/functions/abs.php",
|
|
|
+ "classes/src/functions/acos.php",
|
|
|
+ "classes/src/functions/acosh.php",
|
|
|
+ "classes/src/functions/acot.php",
|
|
|
+ "classes/src/functions/acoth.php",
|
|
|
+ "classes/src/functions/acsc.php",
|
|
|
+ "classes/src/functions/acsch.php",
|
|
|
+ "classes/src/functions/argument.php",
|
|
|
+ "classes/src/functions/asec.php",
|
|
|
+ "classes/src/functions/asech.php",
|
|
|
+ "classes/src/functions/asin.php",
|
|
|
+ "classes/src/functions/asinh.php",
|
|
|
+ "classes/src/functions/atan.php",
|
|
|
+ "classes/src/functions/atanh.php",
|
|
|
+ "classes/src/functions/conjugate.php",
|
|
|
+ "classes/src/functions/cos.php",
|
|
|
+ "classes/src/functions/cosh.php",
|
|
|
+ "classes/src/functions/cot.php",
|
|
|
+ "classes/src/functions/coth.php",
|
|
|
+ "classes/src/functions/csc.php",
|
|
|
+ "classes/src/functions/csch.php",
|
|
|
+ "classes/src/functions/exp.php",
|
|
|
+ "classes/src/functions/inverse.php",
|
|
|
+ "classes/src/functions/ln.php",
|
|
|
+ "classes/src/functions/log2.php",
|
|
|
+ "classes/src/functions/log10.php",
|
|
|
+ "classes/src/functions/negative.php",
|
|
|
+ "classes/src/functions/pow.php",
|
|
|
+ "classes/src/functions/rho.php",
|
|
|
+ "classes/src/functions/sec.php",
|
|
|
+ "classes/src/functions/sech.php",
|
|
|
+ "classes/src/functions/sin.php",
|
|
|
+ "classes/src/functions/sinh.php",
|
|
|
+ "classes/src/functions/sqrt.php",
|
|
|
+ "classes/src/functions/tan.php",
|
|
|
+ "classes/src/functions/tanh.php",
|
|
|
+ "classes/src/functions/theta.php",
|
|
|
+ "classes/src/operations/add.php",
|
|
|
+ "classes/src/operations/subtract.php",
|
|
|
+ "classes/src/operations/multiply.php",
|
|
|
+ "classes/src/operations/divideby.php",
|
|
|
+ "classes/src/operations/divideinto.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@lange.demon.co.uk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with complex numbers",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
|
+ "keywords": [
|
|
|
+ "complex",
|
|
|
+ "mathematics"
|
|
|
+ ],
|
|
|
+ "time": "2020-08-26T10:42:07+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/matrix",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
|
+ "reference": "9567d9c4c519fbe40de01dbd1e4469dbbb66f46a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/9567d9c4c519fbe40de01dbd1e4469dbbb66f46a",
|
|
|
+ "reference": "9567d9c4c519fbe40de01dbd1e4469dbbb66f46a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.0",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phploc/phploc": "^4.0",
|
|
|
+ "phpmd/phpmd": "2.*",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
|
|
|
+ "sebastian/phpcpd": "^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Matrix\\": "classes/src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "classes/src/functions/adjoint.php",
|
|
|
+ "classes/src/functions/antidiagonal.php",
|
|
|
+ "classes/src/functions/cofactors.php",
|
|
|
+ "classes/src/functions/determinant.php",
|
|
|
+ "classes/src/functions/diagonal.php",
|
|
|
+ "classes/src/functions/identity.php",
|
|
|
+ "classes/src/functions/inverse.php",
|
|
|
+ "classes/src/functions/minors.php",
|
|
|
+ "classes/src/functions/trace.php",
|
|
|
+ "classes/src/functions/transpose.php",
|
|
|
+ "classes/src/operations/add.php",
|
|
|
+ "classes/src/operations/directsum.php",
|
|
|
+ "classes/src/operations/subtract.php",
|
|
|
+ "classes/src/operations/multiply.php",
|
|
|
+ "classes/src/operations/divideby.php",
|
|
|
+ "classes/src/operations/divideinto.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@demon-angel.eu"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with matrices",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
|
+ "keywords": [
|
|
|
+ "mathematics",
|
|
|
+ "matrix",
|
|
|
+ "vector"
|
|
|
+ ],
|
|
|
+ "time": "2020-08-28T17:11:00+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "monolog/monolog",
|
|
|
+ "version": "1.25.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Seldaek/monolog.git",
|
|
|
+ "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
|
|
|
+ "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0",
|
|
|
+ "psr/log": "~1.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
+ "doctrine/couchdb": "~1.0@dev",
|
|
|
+ "graylog2/gelf-php": "~1.0",
|
|
|
+ "php-amqplib/php-amqplib": "~2.4",
|
|
|
+ "php-console/php-console": "^3.1.3",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.0",
|
|
|
+ "phpunit/phpunit": "~4.5",
|
|
|
+ "ruflin/elastica": ">=0.90 <3.0",
|
|
|
+ "sentry/sentry": "^0.13",
|
|
|
+ "swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
+ "ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
|
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
|
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
+ "php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
|
+ "sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Monolog\\": "src/Monolog"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
+ "homepage": "http://github.com/Seldaek/monolog",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "logging",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "time": "2020-07-23T08:35:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mtdowling/cron-expression",
|
|
|
+ "version": "v1.2.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/mtdowling/cron-expression.git",
|
|
|
+ "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
|
|
|
+ "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0|~5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Cron\\": "src/Cron/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
|
|
+ "keywords": [
|
|
|
+ "cron",
|
|
|
+ "schedule"
|
|
|
+ ],
|
|
|
+ "abandoned": "dragonmantank/cron-expression",
|
|
|
+ "time": "2019-12-28T04:23:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "myclabs/php-enum",
|
|
|
+ "version": "1.7.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/myclabs/php-enum.git",
|
|
|
+ "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
|
|
|
+ "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7",
|
|
|
+ "squizlabs/php_codesniffer": "1.*",
|
|
|
+ "vimeo/psalm": "^3.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "MyCLabs\\Enum\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP Enum contributors",
|
|
|
+ "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Enum implementation",
|
|
|
+ "homepage": "http://github.com/myclabs/php-enum",
|
|
|
+ "keywords": [
|
|
|
+ "enum"
|
|
|
+ ],
|
|
|
+ "time": "2020-11-14T18:14:52+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/pinyin",
|
|
|
+ "version": "3.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/pinyin.git",
|
|
|
+ "reference": "3b781d267197b74752daa32814d3a2cf5d140779"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/pinyin/zipball/3b781d267197b74752daa32814d3a2cf5d140779",
|
|
|
+ "reference": "3b781d267197b74752daa32814d3a2cf5d140779",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Overtrue\\Pinyin\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Carlos",
|
|
|
+ "homepage": "http://github.com/overtrue"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Chinese to pinyin translator.",
|
|
|
+ "homepage": "https://github.com/overtrue/pinyin",
|
|
|
+ "keywords": [
|
|
|
+ "Chinese",
|
|
|
+ "Pinyin",
|
|
|
+ "cn2pinyin"
|
|
|
+ ],
|
|
|
+ "time": "2017-07-10T07:20:01+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/socialite",
|
|
|
+ "version": "1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/socialite.git",
|
|
|
+ "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
|
|
|
+ "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "guzzlehttp/guzzle": "~5.0|~6.0",
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~0.9",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Overtrue\\Socialite\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
|
|
|
+ "keywords": [
|
|
|
+ "login",
|
|
|
+ "oauth",
|
|
|
+ "qq",
|
|
|
+ "social",
|
|
|
+ "wechat",
|
|
|
+ "weibo"
|
|
|
+ ],
|
|
|
+ "time": "2017-08-04T06:28:22+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/wechat",
|
|
|
+ "version": "3.3.33",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/wechat.git",
|
|
|
+ "reference": "78e5476df330754040d1c400d0bca640d5b77cb7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/wechat/zipball/78e5476df330754040d1c400d0bca640d5b77cb7",
|
|
|
+ "reference": "78e5476df330754040d1c400d0bca640d5b77cb7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/cache": "1.4.*",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "guzzlehttp/guzzle": "~6.2",
|
|
|
+ "monolog/monolog": "^1.17",
|
|
|
+ "overtrue/socialite": "^1.0.25",
|
|
|
+ "php": ">=5.5.0",
|
|
|
+ "pimple/pimple": "~3.0",
|
|
|
+ "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
|
|
|
+ "symfony/psr-http-message-bridge": "~0.3|^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^0.9.9",
|
|
|
+ "overtrue/phplint": "dev-master",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "EasyWeChat\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/Payment/helpers.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "微信SDK",
|
|
|
+ "keywords": [
|
|
|
+ "sdk",
|
|
|
+ "wechat",
|
|
|
+ "weixin",
|
|
|
+ "weixin-sdk"
|
|
|
+ ],
|
|
|
+ "time": "2018-10-17T12:27:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpmailer/phpmailer",
|
|
|
+ "version": "v6.0.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
+ "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0c41a36d4508d470e376498c1c0c527aa36a2d59",
|
|
|
+ "reference": "0c41a36d4508d470e376498c1c0c527aa36a2d59",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "1.2.*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.2",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phpunit/phpunit": "^4.8 || ^5.7",
|
|
|
+ "zendframework/zend-eventmanager": "3.0.*",
|
|
|
+ "zendframework/zend-i18n": "2.7.3",
|
|
|
+ "zendframework/zend-serializer": "2.7.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
|
+ "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
+ "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
+ "psr/log": "For optional PSR-3 debug logging",
|
|
|
+ "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
|
+ "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPMailer\\PHPMailer\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jim Jagielski",
|
|
|
+ "email": "jimjag@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Marcus Bointon",
|
|
|
+ "email": "phpmailer@synchromedia.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andy Prevost",
|
|
|
+ "email": "codeworxtech@users.sourceforge.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Brent R. Matzelle"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
|
+ "time": "2019-02-01T15:04:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoffice/phpspreadsheet",
|
|
|
+ "version": "1.15.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
+ "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
|
|
|
+ "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-gd": "*",
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "ext-xmlreader": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "ext-zip": "*",
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "maennchen/zipstream-php": "^2.1",
|
|
|
+ "markbaker/complex": "^1.5|^2.0",
|
|
|
+ "markbaker/matrix": "^1.2|^2.0",
|
|
|
+ "php": "^7.2|^8.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dompdf/dompdf": "^0.8.5",
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.16",
|
|
|
+ "jpgraph/jpgraph": "^4.0",
|
|
|
+ "mpdf/mpdf": "^8.0",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpunit/phpunit": "^8.5|^9.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "tecnickcom/tcpdf": "^6.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
|
|
|
+ "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
|
+ "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
+ "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Maarten Balliauw",
|
|
|
+ "homepage": "https://blog.maartenballiauw.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "homepage": "https://markbakeruk.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Franck Lefevre",
|
|
|
+ "homepage": "https://rootslabs.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Erik Tilt"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adrien Crivelli"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
+ "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
|
+ "keywords": [
|
|
|
+ "OpenXML",
|
|
|
+ "excel",
|
|
|
+ "gnumeric",
|
|
|
+ "ods",
|
|
|
+ "php",
|
|
|
+ "spreadsheet",
|
|
|
+ "xls",
|
|
|
+ "xlsx"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-11T13:20:59+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "pimple/pimple",
|
|
|
+ "version": "v3.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/silexphp/Pimple.git",
|
|
|
+ "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
|
|
|
+ "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2.5",
|
|
|
+ "psr/container": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Pimple": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Pimple, a simple Dependency Injection Container",
|
|
|
+ "homepage": "https://pimple.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "container",
|
|
|
+ "dependency injection"
|
|
|
+ ],
|
|
|
+ "time": "2020-03-03T09:12:48+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "time": "2017-02-14T16:28:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-client",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-client.git",
|
|
|
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^8.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP clients",
|
|
|
+ "homepage": "https://github.com/php-fig/http-client",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-client",
|
|
|
+ "psr",
|
|
|
+ "psr-18"
|
|
|
+ ],
|
|
|
+ "time": "2020-06-29T06:28:15+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",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message.git",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.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 interface for HTTP messages",
|
|
|
+ "homepage": "https://github.com/php-fig/http-message",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "time": "2016-08-06T14:39:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
+ "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "time": "2020-03-23T09:12:05+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/simple-cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "psr",
|
|
|
+ "psr-16",
|
|
|
+ "simple-cache"
|
|
|
+ ],
|
|
|
+ "time": "2017-10-23T01:57:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/getallheaders.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ralph Khattar",
|
|
|
+ "email": "ralph.khattar@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "time": "2019-03-08T08:55:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/http-foundation",
|
|
|
+ "version": "v3.4.46",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/http-foundation.git",
|
|
|
+ "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
|
|
|
+ "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5.9|>=7.0.8",
|
|
|
+ "symfony/polyfill-mbstring": "~1.1",
|
|
|
+ "symfony/polyfill-php70": "~1.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/expression-language": "~2.8|~3.0|~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\HttpFoundation\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony HttpFoundation Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "time": "2020-10-24T10:57:07+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/options-resolver",
|
|
|
+ "version": "v3.4.46",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/options-resolver.git",
|
|
|
+ "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
|
|
|
+ "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5.9|>=7.0.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\OptionsResolver\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony OptionsResolver Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "config",
|
|
|
+ "configuration",
|
|
|
+ "options"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-24T10:57:07+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-idn",
|
|
|
+ "version": "v1.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
+ "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
|
|
|
+ "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1",
|
|
|
+ "symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
+ "symfony/polyfill-php72": "^1.10"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.20-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Laurent Bassin",
|
|
|
+ "email": "laurent@bassin.info"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Trevor Rowbotham",
|
|
|
+ "email": "trevor.rowbotham@pm.me"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "idn",
|
|
|
+ "intl",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-23T14:02:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-normalizer",
|
|
|
+ "version": "v1.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
+ "reference": "727d1096295d807c309fb01a851577302394c897"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
|
|
|
+ "reference": "727d1096295d807c309fb01a851577302394c897",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.20-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "intl",
|
|
|
+ "normalizer",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-23T14:02:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
|
|
|
+ "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.20-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for the Mbstring extension",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "mbstring",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-23T14:02:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php70",
|
|
|
+ "version": "v1.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php70.git",
|
|
|
+ "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
|
|
|
+ "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "metapackage",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.20-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-23T14:02:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
+ "version": "v1.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
+ "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
|
|
|
+ "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.20-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "time": "2020-10-23T14:02:19+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": "topthink/framework",
|
|
|
+ "version": "v5.0.24",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/framework.git",
|
|
|
+ "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
|
|
|
+ "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "topthink/think-installer": "~1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "johnkary/phpunit-speedtrap": "^1.0",
|
|
|
+ "mikey179/vfsstream": "~1.6",
|
|
|
+ "phpdocumentor/reflection-docblock": "^2.0",
|
|
|
+ "phploc/phploc": "2.*",
|
|
|
+ "phpunit/phpunit": "4.8.*",
|
|
|
+ "sebastian/phpcpd": "2.*"
|
|
|
+ },
|
|
|
+ "type": "think-framework",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "library/think"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "the new thinkphp framework",
|
|
|
+ "homepage": "http://thinkphp.cn/",
|
|
|
+ "keywords": [
|
|
|
+ "framework",
|
|
|
+ "orm",
|
|
|
+ "thinkphp"
|
|
|
+ ],
|
|
|
+ "time": "2019-01-11T08:04:58+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-captcha",
|
|
|
+ "version": "v1.0.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-captcha.git",
|
|
|
+ "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d",
|
|
|
+ "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "topthink/framework": "~5.0.0",
|
|
|
+ "topthink/think-installer": ">=1.0.10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\captcha\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helper.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "captcha package for thinkphp5",
|
|
|
+ "time": "2019-01-28T04:48:36+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-installer",
|
|
|
+ "version": "v1.0.13",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-installer.git",
|
|
|
+ "reference": "532dc02efb3d8332b36fd8f63fc4f56aeb1987e7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-installer/zipball/532dc02efb3d8332b36fd8f63fc4f56aeb1987e7",
|
|
|
+ "reference": "532dc02efb3d8332b36fd8f63fc4f56aeb1987e7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-plugin-api": "^1.0||^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.0||^2.0"
|
|
|
+ },
|
|
|
+ "type": "composer-plugin",
|
|
|
+ "extra": {
|
|
|
+ "class": "think\\composer\\Plugin"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\composer\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-10-27T05:39:37+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": [],
|
|
|
+ "prefer-stable": false,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": {
|
|
|
+ "php": ">=5.6.0"
|
|
|
+ },
|
|
|
+ "platform-dev": []
|
|
|
+}
|