| xqd
@@ -0,0 +1,5673 @@
|
|
|
+{
|
|
|
+ "_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": "59db6224b52df69de8a6a3b40295d802",
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "brick/math",
|
|
|
+ "version": "0.9.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/brick/math.git",
|
|
|
+ "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
|
+ "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.2",
|
|
|
+ "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
|
|
|
+ "vimeo/psalm": "4.9.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Brick\\Math\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Arbitrary-precision arithmetic library",
|
|
|
+ "keywords": [
|
|
|
+ "Arbitrary-precision",
|
|
|
+ "BigInteger",
|
|
|
+ "BigRational",
|
|
|
+ "arithmetic",
|
|
|
+ "bigdecimal",
|
|
|
+ "bignum",
|
|
|
+ "brick",
|
|
|
+ "math"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/brick/math/issues",
|
|
|
+ "source": "https://github.com/brick/math/tree/0.9.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/BenMorel",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/brick/math",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-08-15T20:50:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "dingo/api",
|
|
|
+ "version": "v3.0.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dingo/api.git",
|
|
|
+ "reference": "42b6afa6e20a27f938a45e676665e57d26422cea"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dingo/api/zipball/42b6afa6e20a27f938a45e676665e57d26422cea",
|
|
|
+ "reference": "42b6afa6e20a27f938a45e676665e57d26422cea",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "dingo/blueprint": "^0.4",
|
|
|
+ "illuminate/routing": "^7.0|^8.0",
|
|
|
+ "illuminate/support": "^7.0|^8.0",
|
|
|
+ "league/fractal": "^0.19",
|
|
|
+ "php": "^7.2.5|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "~2",
|
|
|
+ "illuminate/auth": "^7.0|^8.0",
|
|
|
+ "illuminate/cache": "^7.0|^8.0",
|
|
|
+ "illuminate/console": "^7.0|^8.0",
|
|
|
+ "illuminate/database": "^7.0|^8.0",
|
|
|
+ "illuminate/events": "^7.0|^8.0",
|
|
|
+ "illuminate/filesystem": "^7.0|^8.0",
|
|
|
+ "illuminate/log": "^7.0|^8.0",
|
|
|
+ "illuminate/pagination": "^7.0|^8.0",
|
|
|
+ "laravel/lumen-framework": "^7.0|^8.0",
|
|
|
+ "mockery/mockery": "~1.0",
|
|
|
+ "phpunit/phpunit": "^8.5|^9.0",
|
|
|
+ "squizlabs/php_codesniffer": "~2.0",
|
|
|
+ "tymon/jwt-auth": "1.0.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "tymon/jwt-auth": "Protect your API with JSON Web Tokens."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Dingo\\Api\\Provider\\LaravelServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "API": "Dingo\\Api\\Facade\\API"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Dingo\\Api\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/helpers.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jason Lewis",
|
|
|
+ "email": "jason.lewis1991@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A RESTful API package for the Laravel and Lumen frameworks.",
|
|
|
+ "keywords": [
|
|
|
+ "api",
|
|
|
+ "dingo",
|
|
|
+ "laravel",
|
|
|
+ "restful"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/dingo/api/issues",
|
|
|
+ "source": "https://github.com/dingo/api/tree/v3.0.8"
|
|
|
+ },
|
|
|
+ "abandoned": "api-ecosystem-for-laravel/dingo-api",
|
|
|
+ "time": "2022-01-27T15:11:20+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "dingo/blueprint",
|
|
|
+ "version": "v0.4.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/dingo/blueprint.git",
|
|
|
+ "reference": "e3a8f19ae10716670079c3c162540756dbd20a88"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/dingo/blueprint/zipball/e3a8f19ae10716670079c3c162540756dbd20a88",
|
|
|
+ "reference": "e3a8f19ae10716670079c3c162540756dbd20a88",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/annotations": "~1.2",
|
|
|
+ "illuminate/filesystem": "^7.0|^8.0",
|
|
|
+ "illuminate/support": "^7.0|^8.0",
|
|
|
+ "php": "^7.2.5|^8.0",
|
|
|
+ "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.5|^8.3|^9.0",
|
|
|
+ "squizlabs/php_codesniffer": "~2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "0.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Dingo\\Blueprint\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jason Lewis",
|
|
|
+ "email": "jason.lewis1991@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "API Blueprint documentation generator.",
|
|
|
+ "keywords": [
|
|
|
+ "api",
|
|
|
+ "blueprint",
|
|
|
+ "dingo",
|
|
|
+ "docs",
|
|
|
+ "laravel"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/dingo/blueprint/issues",
|
|
|
+ "source": "https://github.com/dingo/blueprint/tree/v0.4.3"
|
|
|
+ },
|
|
|
+ "time": "2021-04-30T11:20:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/annotations",
|
|
|
+ "version": "1.13.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/annotations.git",
|
|
|
+ "reference": "648b0343343565c4a056bfc8392201385e8d89f0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
|
|
|
+ "reference": "648b0343343565c4a056bfc8392201385e8d89f0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/lexer": "1.*",
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "php": "^7.1 || ^8.0",
|
|
|
+ "psr/cache": "^1 || ^2 || ^3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/cache": "^1.11 || ^2.0",
|
|
|
+ "doctrine/coding-standard": "^6.0 || ^8.1",
|
|
|
+ "phpstan/phpstan": "^1.4.10 || ^1.8.0",
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
|
|
+ "symfony/cache": "^4.4 || ^5.2",
|
|
|
+ "vimeo/psalm": "^4.10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Docblock Annotations Parser",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/annotations.html",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "docblock",
|
|
|
+ "parser"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/annotations/issues",
|
|
|
+ "source": "https://github.com/doctrine/annotations/tree/1.13.3"
|
|
|
+ },
|
|
|
+ "time": "2022-07-02T10:48:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/inflector",
|
|
|
+ "version": "2.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/inflector.git",
|
|
|
+ "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
|
|
|
+ "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^8.2",
|
|
|
+ "phpstan/phpstan": "^0.12",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.12",
|
|
|
+ "phpstan/phpstan-strict-rules": "^0.12",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
+ "vimeo/psalm": "^4.10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
|
|
|
+ "keywords": [
|
|
|
+ "inflection",
|
|
|
+ "inflector",
|
|
|
+ "lowercase",
|
|
|
+ "manipulation",
|
|
|
+ "php",
|
|
|
+ "plural",
|
|
|
+ "singular",
|
|
|
+ "strings",
|
|
|
+ "uppercase",
|
|
|
+ "words"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/inflector/issues",
|
|
|
+ "source": "https://github.com/doctrine/inflector/tree/2.0.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-10-22T20:16:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/lexer",
|
|
|
+ "version": "1.2.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/lexer.git",
|
|
|
+ "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
|
+ "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^9.0",
|
|
|
+ "phpstan/phpstan": "^1.3",
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
+ "vimeo/psalm": "^4.11"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "docblock",
|
|
|
+ "lexer",
|
|
|
+ "parser",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/lexer/issues",
|
|
|
+ "source": "https://github.com/doctrine/lexer/tree/1.2.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-02-28T11:07:21+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/auth",
|
|
|
+ "version": "v8.83.21",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/auth.git",
|
|
|
+ "reference": "0dbc23985ce85d55b443b3cf09ea2704f7478c9e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/auth/zipball/0dbc23985ce85d55b443b3cf09ea2704f7478c9e",
|
|
|
+ "reference": "0dbc23985ce85d55b443b3cf09ea2704f7478c9e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/http": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/queue": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/console": "Required to use the auth:clear-resets command (^8.0).",
|
|
|
+ "illuminate/queue": "Required to fire login / logout events (^8.0).",
|
|
|
+ "illuminate/session": "Required to use the session based guard (^8.0)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Auth\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Auth package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-07-19T13:56:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/collections",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/collections.git",
|
|
|
+ "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
|
|
|
+ "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/var-dumper": "Required to use the dump method (^5.4)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Collections package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-06-23T15:29:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/console",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/console.git",
|
|
|
+ "reference": "4aaa93223eb3bd8119157c95f58c022967826035"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/console/zipball/4aaa93223eb3bd8119157c95f58c022967826035",
|
|
|
+ "reference": "4aaa93223eb3bd8119157c95f58c022967826035",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/console": "^5.4",
|
|
|
+ "symfony/process": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "dragonmantank/cron-expression": "Required to use scheduler (^3.0.2).",
|
|
|
+ "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.5.5|^7.0.1).",
|
|
|
+ "illuminate/bus": "Required to use the scheduled job dispatcher (^8.0).",
|
|
|
+ "illuminate/container": "Required to use the scheduler (^8.0).",
|
|
|
+ "illuminate/filesystem": "Required to use the generator command (^8.0).",
|
|
|
+ "illuminate/queue": "Required to use closures for scheduled jobs (^8.0)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Console\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Console package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-04-21T22:14:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/container",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/container.git",
|
|
|
+ "reference": "14062628d05f75047c5a1360b9350028427d568e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e",
|
|
|
+ "reference": "14062628d05f75047c5a1360b9350028427d568e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "psr/container": "^1.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/container-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Container\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Container package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-02-02T21:03:35+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/contracts",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/contracts.git",
|
|
|
+ "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
|
|
|
+ "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "psr/container": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Contracts\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Contracts package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-01-13T14:47:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/database",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/database.git",
|
|
|
+ "reference": "9c056fddf7c2a5cf30d3ffac3c7e50fcc5f8a322"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/database/zipball/9c056fddf7c2a5cf30d3ffac3c7e50fcc5f8a322",
|
|
|
+ "reference": "9c056fddf7c2a5cf30d3ffac3c7e50fcc5f8a322",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/container": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/console": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
|
|
|
+ "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
|
|
+ "illuminate/console": "Required to use the database commands (^8.0).",
|
|
|
+ "illuminate/events": "Required to use the observers with Eloquent (^8.0).",
|
|
|
+ "illuminate/filesystem": "Required to use the migrations (^8.0).",
|
|
|
+ "illuminate/pagination": "Required to paginate the result set (^8.0).",
|
|
|
+ "symfony/finder": "Required to use Eloquent model factories (^5.4)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Database\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Database package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "keywords": [
|
|
|
+ "database",
|
|
|
+ "laravel",
|
|
|
+ "orm",
|
|
|
+ "sql"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-07-14T14:03:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/filesystem",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/filesystem.git",
|
|
|
+ "reference": "73db3e9a233ed587ba54f52ab8580f3c7bc872b2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/filesystem/zipball/73db3e9a233ed587ba54f52ab8580f3c7bc872b2",
|
|
|
+ "reference": "73db3e9a233ed587ba54f52ab8580f3c7bc872b2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/finder": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ftp": "Required to use the Flysystem FTP driver.",
|
|
|
+ "illuminate/http": "Required for handling uploaded files (^7.0).",
|
|
|
+ "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.1).",
|
|
|
+ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
|
|
|
+ "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
|
|
|
+ "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
|
|
|
+ "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
|
|
+ "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
|
|
|
+ "symfony/mime": "Required to enable support for guessing extensions (^5.4)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Filesystem\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Filesystem package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-01-15T15:00:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/http",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/http.git",
|
|
|
+ "reference": "38b8b0c8ca5d5231df9c515f3a3e7aac5f0da9f4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/http/zipball/38b8b0c8ca5d5231df9c515f3a3e7aac5f0da9f4",
|
|
|
+ "reference": "38b8b0c8ca5d5231df9c515f3a3e7aac5f0da9f4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/session": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/http-foundation": "^5.4",
|
|
|
+ "symfony/http-kernel": "^5.4",
|
|
|
+ "symfony/mime": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
|
|
|
+ "guzzlehttp/guzzle": "Required to use the HTTP Client (^6.5.5|^7.0.1)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Http\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Http package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-06-10T18:50:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/macroable",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/macroable.git",
|
|
|
+ "reference": "aed81891a6e046fdee72edd497f822190f61c162"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
|
|
|
+ "reference": "aed81891a6e046fdee72edd497f822190f61c162",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Macroable package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2021-11-16T13:57:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/pipeline",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/pipeline.git",
|
|
|
+ "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
|
|
|
+ "reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Pipeline\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Pipeline package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2021-03-26T18:39:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/queue",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/queue.git",
|
|
|
+ "reference": "0023daabf67743f7a2bd8328ca2b5537d93e4ae7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/queue/zipball/0023daabf67743f7a2bd8328ca2b5537d93e4ae7",
|
|
|
+ "reference": "0023daabf67743f7a2bd8328ca2b5537d93e4ae7",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/console": "^8.0",
|
|
|
+ "illuminate/container": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/database": "^8.0",
|
|
|
+ "illuminate/filesystem": "^8.0",
|
|
|
+ "illuminate/pipeline": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "laravel/serializable-closure": "^1.0",
|
|
|
+ "opis/closure": "^3.6",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "ramsey/uuid": "^4.2.2",
|
|
|
+ "symfony/process": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.198.1).",
|
|
|
+ "ext-pcntl": "Required to use all features of the queue worker.",
|
|
|
+ "ext-posix": "Required to use all features of the queue worker.",
|
|
|
+ "illuminate/redis": "Required to use the Redis queue driver (^8.0).",
|
|
|
+ "pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Queue\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Queue package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-07-21T19:36:12+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/routing",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/routing.git",
|
|
|
+ "reference": "25e79c6d528023eaa1334df1757dcaa0769831f0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/routing/zipball/25e79c6d528023eaa1334df1757dcaa0769831f0",
|
|
|
+ "reference": "25e79c6d528023eaa1334df1757dcaa0769831f0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/container": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/http": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "illuminate/pipeline": "^8.0",
|
|
|
+ "illuminate/session": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/http-foundation": "^5.4",
|
|
|
+ "symfony/http-kernel": "^5.4",
|
|
|
+ "symfony/routing": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/console": "Required to use the make commands (^8.0).",
|
|
|
+ "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
|
|
|
+ "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Routing\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Routing package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-05-18T15:53:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/session",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/session.git",
|
|
|
+ "reference": "9c9988d7229d888c098eebbbb9fcb8c68580411c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/session/zipball/9c9988d7229d888c098eebbbb9fcb8c68580411c",
|
|
|
+ "reference": "9c9988d7229d888c098eebbbb9fcb8c68580411c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/filesystem": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "symfony/finder": "^5.4",
|
|
|
+ "symfony/http-foundation": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/console": "Required to use the session:table command (^8.0)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Session\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Session package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-01-13T18:28:06+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "illuminate/support",
|
|
|
+ "version": "v8.83.22",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/illuminate/support.git",
|
|
|
+ "reference": "c3d643e77082786ae8a51502c757e9b1a3ee254e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/illuminate/support/zipball/c3d643e77082786ae8a51502c757e9b1a3ee254e",
|
|
|
+ "reference": "c3d643e77082786ae8a51502c757e9b1a3ee254e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/inflector": "^1.4|^2.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "illuminate/collections": "^8.0",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/macroable": "^8.0",
|
|
|
+ "nesbot/carbon": "^2.53.1",
|
|
|
+ "php": "^7.3|^8.0",
|
|
|
+ "voku/portable-ascii": "^1.6.1"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "tightenco/collect": "<5.5.33"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/filesystem": "Required to use the composer class (^8.0).",
|
|
|
+ "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
|
|
|
+ "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
|
|
|
+ "symfony/process": "Required to use the composer class (^5.4).",
|
|
|
+ "symfony/var-dumper": "Required to use the dd function (^5.4).",
|
|
|
+ "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Illuminate Support package.",
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
+ },
|
|
|
+ "time": "2022-06-27T13:26:30+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laravel/serializable-closure",
|
|
|
+ "version": "v1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laravel/serializable-closure.git",
|
|
|
+ "reference": "09f0e9fb61829f628205b7c94906c28740ff9540"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/09f0e9fb61829f628205b7c94906c28740ff9540",
|
|
|
+ "reference": "09f0e9fb61829f628205b7c94906c28740ff9540",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "pestphp/pest": "^1.18",
|
|
|
+ "phpstan/phpstan": "^0.12.98",
|
|
|
+ "symfony/var-dumper": "^5.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laravel\\SerializableClosure\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Taylor Otwell",
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nuno Maduro",
|
|
|
+ "email": "nuno@laravel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
|
|
|
+ "keywords": [
|
|
|
+ "closure",
|
|
|
+ "laravel",
|
|
|
+ "serializable"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/laravel/serializable-closure/issues",
|
|
|
+ "source": "https://github.com/laravel/serializable-closure"
|
|
|
+ },
|
|
|
+ "time": "2022-05-16T17:09:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "lcobucci/jwt",
|
|
|
+ "version": "3.3.3",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Lcobucci\\JWT\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Luís Otávio Cobucci Oblonczyk",
|
|
|
+ "email": "lcobucci@gmail.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
+ "keywords": [
|
|
|
+ "JWS",
|
|
|
+ "jwt"
|
|
|
+ ],
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-08-20T13:22:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "league/fractal",
|
|
|
+ "version": "0.19.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/fractal.git",
|
|
|
+ "reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/fractal/zipball/06dc15f6ba38f2dde2f919d3095d13b571190a7c",
|
|
|
+ "reference": "06dc15f6ba38f2dde2f919d3095d13b571190a7c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/orm": "^2.5",
|
|
|
+ "illuminate/contracts": "~5.0",
|
|
|
+ "mockery/mockery": "~0.9",
|
|
|
+ "pagerfanta/pagerfanta": "~1.0.0",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^7.5",
|
|
|
+ "squizlabs/php_codesniffer": "~1.5|~2.0|~3.4",
|
|
|
+ "zendframework/zend-paginator": "~2.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/pagination": "The Illuminate Pagination component.",
|
|
|
+ "pagerfanta/pagerfanta": "Pagerfanta Paginator",
|
|
|
+ "zendframework/zend-paginator": "Zend Framework Paginator"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "0.13-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\Fractal\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Phil Sturgeon",
|
|
|
+ "email": "me@philsturgeon.uk",
|
|
|
+ "homepage": "http://philsturgeon.uk/",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Handle the output of complex data structures ready for API output.",
|
|
|
+ "homepage": "http://fractal.thephpleague.com/",
|
|
|
+ "keywords": [
|
|
|
+ "api",
|
|
|
+ "json",
|
|
|
+ "league",
|
|
|
+ "rest"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thephpleague/fractal/issues",
|
|
|
+ "source": "https://github.com/thephpleague/fractal/tree/0.19.2"
|
|
|
+ },
|
|
|
+ "time": "2020-01-24T23:17:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "namshi/jose",
|
|
|
+ "version": "7.2.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/namshi/jose.git",
|
|
|
+ "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
|
|
|
+ "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-date": "*",
|
|
|
+ "ext-hash": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "ext-spl": "*",
|
|
|
+ "php": ">=5.5",
|
|
|
+ "symfony/polyfill-php56": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpseclib/phpseclib": "^2.0",
|
|
|
+ "phpunit/phpunit": "^4.5|^5.0",
|
|
|
+ "satooshi/php-coveralls": "^1.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-openssl": "Allows to use OpenSSL as crypto engine.",
|
|
|
+ "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Namshi\\JOSE\\": "src/Namshi/JOSE/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alessandro Nadalin",
|
|
|
+ "email": "alessandro.nadalin@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Alessandro Cinelli (cirpo)",
|
|
|
+ "email": "alessandro.cinelli@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "JSON Object Signing and Encryption library for PHP.",
|
|
|
+ "keywords": [
|
|
|
+ "JSON Web Signature",
|
|
|
+ "JSON Web Token",
|
|
|
+ "JWS",
|
|
|
+ "json",
|
|
|
+ "jwt",
|
|
|
+ "token"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/namshi/jose/issues",
|
|
|
+ "source": "https://github.com/namshi/jose/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2016-12-05T07:27:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nesbot/carbon",
|
|
|
+ "version": "2.59.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
+ "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
|
|
|
+ "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.1.8 || ^8.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/dbal": "^2.0 || ^3.0",
|
|
|
+ "doctrine/orm": "^2.7",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.0",
|
|
|
+ "kylekatarnls/multi-tester": "^2.0",
|
|
|
+ "ondrejmirtes/better-reflection": "*",
|
|
|
+ "phpmd/phpmd": "^2.9",
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
|
|
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
|
|
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/carbon"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-3.x": "3.x-dev",
|
|
|
+ "dev-master": "2.x-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Carbon\\Laravel\\ServiceProvider"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "phpstan": {
|
|
|
+ "includes": [
|
|
|
+ "extension.neon"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Carbon\\": "src/Carbon/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Brian Nesbitt",
|
|
|
+ "email": "brian@nesbot.com",
|
|
|
+ "homepage": "https://markido.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "kylekatarnls",
|
|
|
+ "homepage": "https://github.com/kylekatarnls"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An API extension for DateTime that supports 281 different languages.",
|
|
|
+ "homepage": "https://carbon.nesbot.com",
|
|
|
+ "keywords": [
|
|
|
+ "date",
|
|
|
+ "datetime",
|
|
|
+ "time"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://carbon.nesbot.com/docs",
|
|
|
+ "issues": "https://github.com/briannesbitt/Carbon/issues",
|
|
|
+ "source": "https://github.com/briannesbitt/Carbon"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sponsors/kylekatarnls",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/Carbon#sponsor",
|
|
|
+ "type": "opencollective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-29T21:43:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "opis/closure",
|
|
|
+ "version": "3.6.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/opis/closure.git",
|
|
|
+ "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
|
|
|
+ "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.4 || ^7.0 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "jeremeamia/superclosure": "^2.0",
|
|
|
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.6.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Opis\\Closure\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Marius Sarca",
|
|
|
+ "email": "marius.sarca@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Sorin Sarca",
|
|
|
+ "email": "sarca_sorin@hotmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
|
|
|
+ "homepage": "https://opis.io/closure",
|
|
|
+ "keywords": [
|
|
|
+ "anonymous functions",
|
|
|
+ "closure",
|
|
|
+ "function",
|
|
|
+ "serializable",
|
|
|
+ "serialization",
|
|
|
+ "serialize"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/opis/closure/issues",
|
|
|
+ "source": "https://github.com/opis/closure/tree/3.6.3"
|
|
|
+ },
|
|
|
+ "time": "2022-01-27T09:35:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-common",
|
|
|
+ "version": "2.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-2.x": "2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "opensource@ijaap.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
+ "homepage": "http://www.phpdoc.org",
|
|
|
+ "keywords": [
|
|
|
+ "FQSEN",
|
|
|
+ "phpDocumentor",
|
|
|
+ "phpdoc",
|
|
|
+ "reflection",
|
|
|
+ "static analysis"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
|
|
+ },
|
|
|
+ "time": "2020-06-27T09:03:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-docblock",
|
|
|
+ "version": "5.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.2",
|
|
|
+ "phpdocumentor/type-resolver": "^1.3",
|
|
|
+ "webmozart/assert": "^1.9.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~1.3.2",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "me@mikevanriel.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "account@ijaap.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2021-10-19T17:43:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/type-resolver",
|
|
|
+ "version": "1.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
+ "reference": "77a32518733312af16a44300404e945338981de3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
|
|
|
+ "reference": "77a32518733312af16a44300404e945338981de3",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-1.x": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "me@mikevanriel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
|
|
|
+ },
|
|
|
+ "time": "2022-03-15T21:29:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/cache.git",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Cache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for caching libraries",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "psr",
|
|
|
+ "psr-6"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/cache/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2016-08-06T20:24:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.1.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
+ "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/php-fig/container/issues",
|
|
|
+ "source": "https://github.com/php-fig/container/tree/1.1.2"
|
|
|
+ },
|
|
|
+ "time": "2021-11-05T16:50:12+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/event-dispatcher",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/event-dispatcher.git",
|
|
|
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
+ "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\EventDispatcher\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Standard interfaces for event handling.",
|
|
|
+ "keywords": [
|
|
|
+ "events",
|
|
|
+ "psr",
|
|
|
+ "psr-14"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
|
+ "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
|
+ },
|
|
|
+ "time": "2019-01-08T18:20:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
+ },
|
|
|
+ "time": "2021-05-03T11:20:27+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": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/simple-cache/tree/master"
|
|
|
+ },
|
|
|
+ "time": "2017-10-23T01:57:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ramsey/collection",
|
|
|
+ "version": "1.2.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ramsey/collection.git",
|
|
|
+ "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
|
|
|
+ "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3 || ^8",
|
|
|
+ "symfony/polyfill-php81": "^1.23"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "captainhook/captainhook": "^5.3",
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "ergebnis/composer-normalize": "^2.6",
|
|
|
+ "fakerphp/faker": "^1.5",
|
|
|
+ "hamcrest/hamcrest-php": "^2",
|
|
|
+ "jangregor/phpstan-prophecy": "^0.8",
|
|
|
+ "mockery/mockery": "^1.3",
|
|
|
+ "phpspec/prophecy-phpunit": "^2.0",
|
|
|
+ "phpstan/extension-installer": "^1",
|
|
|
+ "phpstan/phpstan": "^0.12.32",
|
|
|
+ "phpstan/phpstan-mockery": "^0.12.5",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.12.11",
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9",
|
|
|
+ "psy/psysh": "^0.10.4",
|
|
|
+ "slevomat/coding-standard": "^6.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "vimeo/psalm": "^4.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Ramsey\\Collection\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ben Ramsey",
|
|
|
+ "email": "ben@benramsey.com",
|
|
|
+ "homepage": "https://benramsey.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PHP library for representing and manipulating collections.",
|
|
|
+ "keywords": [
|
|
|
+ "array",
|
|
|
+ "collection",
|
|
|
+ "hash",
|
|
|
+ "map",
|
|
|
+ "queue",
|
|
|
+ "set"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/ramsey/collection/issues",
|
|
|
+ "source": "https://github.com/ramsey/collection/tree/1.2.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/ramsey",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-10-10T03:01:02+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ramsey/uuid",
|
|
|
+ "version": "4.2.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ramsey/uuid.git",
|
|
|
+ "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
|
|
+ "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "brick/math": "^0.8 || ^0.9",
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "ramsey/collection": "^1.0",
|
|
|
+ "symfony/polyfill-ctype": "^1.8",
|
|
|
+ "symfony/polyfill-php80": "^1.14"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "rhumsaa/uuid": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "captainhook/captainhook": "^5.10",
|
|
|
+ "captainhook/plugin-composer": "^5.3",
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "doctrine/annotations": "^1.8",
|
|
|
+ "ergebnis/composer-normalize": "^2.15",
|
|
|
+ "mockery/mockery": "^1.3",
|
|
|
+ "moontoast/math": "^1.1",
|
|
|
+ "paragonie/random-lib": "^2",
|
|
|
+ "php-mock/php-mock": "^2.2",
|
|
|
+ "php-mock/php-mock-mockery": "^1.3",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.1",
|
|
|
+ "phpbench/phpbench": "^1.0",
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
+ "phpstan/phpstan": "^0.12",
|
|
|
+ "phpstan/phpstan-mockery": "^0.12",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.12",
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9",
|
|
|
+ "slevomat/coding-standard": "^7.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "vimeo/psalm": "^4.9"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
|
|
+ "ext-ctype": "Enables faster processing of character classification using ctype functions.",
|
|
|
+ "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
|
|
+ "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
|
|
+ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
|
|
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "4.x-dev"
|
|
|
+ },
|
|
|
+ "captainhook": {
|
|
|
+ "force-install": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Ramsey\\Uuid\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
|
|
+ "keywords": [
|
|
|
+ "guid",
|
|
|
+ "identifier",
|
|
|
+ "uuid"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/ramsey/uuid/issues",
|
|
|
+ "source": "https://github.com/ramsey/uuid/tree/4.2.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/ramsey",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-09-25T23:10:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/console",
|
|
|
+ "version": "v5.4.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/console.git",
|
|
|
+ "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/4d671ab4ddac94ee439ea73649c69d9d200b5000",
|
|
|
+ "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php73": "^1.9",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/service-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/string": "^5.1|^6.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "psr/log": ">=3",
|
|
|
+ "symfony/dependency-injection": "<4.4",
|
|
|
+ "symfony/dotenv": "<5.1",
|
|
|
+ "symfony/event-dispatcher": "<4.4",
|
|
|
+ "symfony/lock": "<4.4",
|
|
|
+ "symfony/process": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0|2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/lock": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/process": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log": "For using the console logger",
|
|
|
+ "symfony/event-dispatcher": "",
|
|
|
+ "symfony/lock": "",
|
|
|
+ "symfony/process": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Console\\": ""
|
|
|
+ },
|
|
|
+ "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": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "cli",
|
|
|
+ "command line",
|
|
|
+ "console",
|
|
|
+ "terminal"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/console/tree/v5.4.10"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-26T13:00:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
+ "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
+ "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "function.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": "A generic function and convention to trigger deprecation notices",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-02T09:53:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/error-handler",
|
|
|
+ "version": "v5.4.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/error-handler.git",
|
|
|
+ "reference": "c116cda1f51c678782768dce89a45f13c949455d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/c116cda1f51c678782768dce89a45f13c949455d",
|
|
|
+ "reference": "c116cda1f51c678782768dce89a45f13c949455d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/var-dumper": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/http-kernel": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/serializer": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/patch-type-declarations"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\ErrorHandler\\": ""
|
|
|
+ },
|
|
|
+ "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": "Provides tools to manage errors and ease debugging PHP code",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/error-handler/tree/v5.4.9"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-21T13:57:48+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/event-dispatcher",
|
|
|
+ "version": "v5.4.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
+ "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
|
|
|
+ "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/event-dispatcher-contracts": "^2|^3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/dependency-injection": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/event-dispatcher-implementation": "1.0",
|
|
|
+ "symfony/event-dispatcher-implementation": "2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/service-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/dependency-injection": "",
|
|
|
+ "symfony/http-kernel": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
+ },
|
|
|
+ "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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-05T16:45:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/event-dispatcher-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
+ "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
|
+ "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/event-dispatcher": "^1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/event-dispatcher-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "Generic abstractions related to dispatching event",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-02T09:53:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/finder",
|
|
|
+ "version": "v5.4.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/finder.git",
|
|
|
+ "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
|
|
|
+ "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Finder\\": ""
|
|
|
+ },
|
|
|
+ "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": "Finds files and directories via an intuitive fluent interface",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/finder/tree/v5.4.8"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-04-15T08:07:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/http-foundation",
|
|
|
+ "version": "v5.4.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/http-foundation.git",
|
|
|
+ "reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
|
|
|
+ "reference": "e7793b7906f72a8cc51054fbca9dcff7a8af1c1e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.1",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "predis/predis": "~1.0",
|
|
|
+ "symfony/cache": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/mime": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/mime": "To use the file extension guesser"
|
|
|
+ },
|
|
|
+ "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": "Defines an object-oriented layer for the HTTP specification",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/http-foundation/tree/v5.4.10"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-19T13:13:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/http-kernel",
|
|
|
+ "version": "v5.4.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/http-kernel.git",
|
|
|
+ "reference": "255ae3b0a488d78fbb34da23d3e0c059874b5948"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/255ae3b0a488d78fbb34da23d3e0c059874b5948",
|
|
|
+ "reference": "255ae3b0a488d78fbb34da23d3e0c059874b5948",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/log": "^1|^2",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/event-dispatcher": "^5.0|^6.0",
|
|
|
+ "symfony/http-foundation": "^5.3.7|^6.0",
|
|
|
+ "symfony/polyfill-ctype": "^1.8",
|
|
|
+ "symfony/polyfill-php73": "^1.9",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/browser-kit": "<5.4",
|
|
|
+ "symfony/cache": "<5.0",
|
|
|
+ "symfony/config": "<5.0",
|
|
|
+ "symfony/console": "<4.4",
|
|
|
+ "symfony/dependency-injection": "<5.3",
|
|
|
+ "symfony/doctrine-bridge": "<5.0",
|
|
|
+ "symfony/form": "<5.0",
|
|
|
+ "symfony/http-client": "<5.0",
|
|
|
+ "symfony/mailer": "<5.0",
|
|
|
+ "symfony/messenger": "<5.0",
|
|
|
+ "symfony/translation": "<5.0",
|
|
|
+ "symfony/twig-bridge": "<5.0",
|
|
|
+ "symfony/validator": "<5.0",
|
|
|
+ "twig/twig": "<2.13"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0|2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/cache": "^1.0|^2.0|^3.0",
|
|
|
+ "symfony/browser-kit": "^5.4|^6.0",
|
|
|
+ "symfony/config": "^5.0|^6.0",
|
|
|
+ "symfony/console": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/css-selector": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/dependency-injection": "^5.3|^6.0",
|
|
|
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/finder": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-client-contracts": "^1.1|^2|^3",
|
|
|
+ "symfony/process": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/routing": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/stopwatch": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/translation": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/translation-contracts": "^1.1|^2|^3",
|
|
|
+ "twig/twig": "^2.13|^3.0.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/browser-kit": "",
|
|
|
+ "symfony/config": "",
|
|
|
+ "symfony/console": "",
|
|
|
+ "symfony/dependency-injection": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\HttpKernel\\": ""
|
|
|
+ },
|
|
|
+ "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": "Provides a structured process for converting a Request into a Response",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/http-kernel/tree/v5.4.10"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-26T16:57:59+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/mime",
|
|
|
+ "version": "v5.4.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/mime.git",
|
|
|
+ "reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/mime/zipball/02265e1e5111c3cd7480387af25e82378b7ab9cc",
|
|
|
+ "reference": "02265e1e5111c3cd7480387af25e82378b7ab9cc",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-intl-idn": "^1.10",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "egulias/email-validator": "~3.0.0",
|
|
|
+ "phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
+ "phpdocumentor/type-resolver": "<1.4.0",
|
|
|
+ "symfony/mailer": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "egulias/email-validator": "^2.1.10|^3.1",
|
|
|
+ "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/property-access": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/property-info": "^4.4|^5.1|^6.0",
|
|
|
+ "symfony/serializer": "^5.2|^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Mime\\": ""
|
|
|
+ },
|
|
|
+ "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": "Allows manipulating MIME messages",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "mime",
|
|
|
+ "mime-type"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/mime/tree/v5.4.10"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-09T12:22:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
+ "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-ctype": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Gert de Pagter",
|
|
|
+ "email": "BackEndTea@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "ctype",
|
|
|
+ "polyfill",
|
|
|
+ "portable"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-grapheme",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
|
+ "reference": "433d05519ce6990bf3530fba6957499d327395c2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
|
|
|
+ "reference": "433d05519ce6990bf3530fba6957499d327395c2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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 grapheme_* functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "grapheme",
|
|
|
+ "intl",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-idn",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
+ "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
|
|
|
+ "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-normalizer",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
+ "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
|
|
|
+ "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
+ "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-mbstring": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php56",
|
|
|
+ "version": "v1.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php56.git",
|
|
|
+ "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
|
|
|
+ "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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 5.6+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-10-23T14:02:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
+ "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
|
|
+ "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php73",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
+ "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
|
|
+ "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php73\\": ""
|
|
|
+ },
|
|
|
+ "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 backporting some PHP 7.3+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
|
+ "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php80\\": ""
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ion Bazan",
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-10T07:21:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php81",
|
|
|
+ "version": "v1.26.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php81.git",
|
|
|
+ "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
|
+ "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php81\\": ""
|
|
|
+ },
|
|
|
+ "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 backporting some PHP 8.1+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/process",
|
|
|
+ "version": "v5.4.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/process.git",
|
|
|
+ "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
|
|
+ "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Process\\": ""
|
|
|
+ },
|
|
|
+ "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": "Executes commands in sub-processes",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/process/tree/v5.4.8"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-04-08T05:07:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/routing",
|
|
|
+ "version": "v5.4.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/routing.git",
|
|
|
+ "reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/routing/zipball/e07817bb6244ea33ef5ad31abc4a9288bef3f2f7",
|
|
|
+ "reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/annotations": "<1.12",
|
|
|
+ "symfony/config": "<5.3",
|
|
|
+ "symfony/dependency-injection": "<4.4",
|
|
|
+ "symfony/yaml": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "^1.12",
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/config": "^5.3|^6.0",
|
|
|
+ "symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/expression-language": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-foundation": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/yaml": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/config": "For using the all-in-one router or any loader",
|
|
|
+ "symfony/expression-language": "For using expression matching",
|
|
|
+ "symfony/http-foundation": "For using a Symfony Request object",
|
|
|
+ "symfony/yaml": "For using the YAML loader"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Routing\\": ""
|
|
|
+ },
|
|
|
+ "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": "Maps an HTTP request to a set of configuration variables",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "router",
|
|
|
+ "routing",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/routing/tree/v5.4.8"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-04-18T21:45:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
+ "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
|
+ "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/container": "^1.1",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "ext-psr": "<1.1|>=2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/service-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Service\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "Generic abstractions related to writing services",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-30T19:17:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/string",
|
|
|
+ "version": "v5.4.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/string.git",
|
|
|
+ "reference": "4432bc7df82a554b3e413a8570ce2fea90e94097"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/string/zipball/4432bc7df82a554b3e413a8570ce2fea90e94097",
|
|
|
+ "reference": "4432bc7df82a554b3e413a8570ce2fea90e94097",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-ctype": "~1.8",
|
|
|
+ "symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
+ "symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "~1.15"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/translation-contracts": ">=3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/error-handler": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-client": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/translation-contracts": "^1.1|^2",
|
|
|
+ "symfony/var-exporter": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\String\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "grapheme",
|
|
|
+ "i18n",
|
|
|
+ "string",
|
|
|
+ "unicode",
|
|
|
+ "utf-8",
|
|
|
+ "utf8"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/string/tree/v5.4.10"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-26T15:57:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/translation",
|
|
|
+ "version": "v5.4.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/translation.git",
|
|
|
+ "reference": "1639abc1177d26bcd4320e535e664cef067ab0ca"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation/zipball/1639abc1177d26bcd4320e535e664cef067ab0ca",
|
|
|
+ "reference": "1639abc1177d26bcd4320e535e664cef067ab0ca",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/deprecation-contracts": "^2.1|^3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/translation-contracts": "^2.3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/config": "<4.4",
|
|
|
+ "symfony/console": "<5.3",
|
|
|
+ "symfony/dependency-injection": "<5.0",
|
|
|
+ "symfony/http-kernel": "<5.0",
|
|
|
+ "symfony/twig-bundle": "<5.0",
|
|
|
+ "symfony/yaml": "<4.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "symfony/translation-implementation": "2.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/config": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/console": "^5.4|^6.0",
|
|
|
+ "symfony/dependency-injection": "^5.0|^6.0",
|
|
|
+ "symfony/finder": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
|
|
+ "symfony/http-kernel": "^5.0|^6.0",
|
|
|
+ "symfony/intl": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/polyfill-intl-icu": "^1.21",
|
|
|
+ "symfony/service-contracts": "^1.1.2|^2|^3",
|
|
|
+ "symfony/yaml": "^4.4|^5.0|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log-implementation": "To use logging capability in translator",
|
|
|
+ "symfony/config": "",
|
|
|
+ "symfony/yaml": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Translation\\": ""
|
|
|
+ },
|
|
|
+ "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": "Provides tools to internationalize your application",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/translation/tree/v5.4.9"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-06T12:33:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/translation-contracts",
|
|
|
+ "version": "v2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/translation-contracts.git",
|
|
|
+ "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
|
|
+ "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/translation-implementation": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\Translation\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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": "Generic abstractions related to translation",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-27T16:58:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/var-dumper",
|
|
|
+ "version": "v5.4.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/var-dumper.git",
|
|
|
+ "reference": "af52239a330fafd192c773795520dc2dd62b5657"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657",
|
|
|
+ "reference": "af52239a330fafd192c773795520dc2dd62b5657",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpunit/phpunit": "<5.4.3",
|
|
|
+ "symfony/console": "<4.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "symfony/console": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/process": "^4.4|^5.0|^6.0",
|
|
|
+ "symfony/uid": "^5.1|^6.0",
|
|
|
+ "twig/twig": "^2.13|^3.0.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
|
+ "ext-intl": "To show region name in time zone dump",
|
|
|
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/var-dump-server"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "Resources/functions/dump.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\VarDumper\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "dump"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/var-dumper/tree/v5.4.9"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-21T10:24:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "tymon/jwt-auth",
|
|
|
+ "version": "1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/tymondesigns/jwt-auth.git",
|
|
|
+ "reference": "e588cb719539366c0e2f6017f975379cb73e9680"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/e588cb719539366c0e2f6017f975379cb73e9680",
|
|
|
+ "reference": "e588cb719539366c0e2f6017f975379cb73e9680",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/auth": "^5.2|^6|^7|^8",
|
|
|
+ "illuminate/contracts": "^5.2|^6|^7|^8",
|
|
|
+ "illuminate/http": "^5.2|^6|^7|^8",
|
|
|
+ "illuminate/support": "^5.2|^6|^7|^8",
|
|
|
+ "lcobucci/jwt": "<3.4",
|
|
|
+ "namshi/jose": "^7.0",
|
|
|
+ "nesbot/carbon": "^1.0|^2.0",
|
|
|
+ "php": "^5.5.9|^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "illuminate/console": "^5.2|^6|^7|^8",
|
|
|
+ "illuminate/database": "^5.2|^6|^7|^8",
|
|
|
+ "illuminate/routing": "^5.2|^6|^7|^8",
|
|
|
+ "mockery/mockery": ">=0.9.9",
|
|
|
+ "phpunit/phpunit": "~4.8|~6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-develop": "1.0-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "aliases": {
|
|
|
+ "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
|
|
|
+ "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
|
|
|
+ },
|
|
|
+ "providers": [
|
|
|
+ "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Tymon\\JWTAuth\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sean Tymon",
|
|
|
+ "email": "tymon148@gmail.com",
|
|
|
+ "homepage": "https://tymon.xyz",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "JSON Web Token Authentication for Laravel and Lumen",
|
|
|
+ "homepage": "https://github.com/tymondesigns/jwt-auth",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "JSON Web Token",
|
|
|
+ "auth",
|
|
|
+ "jwt",
|
|
|
+ "laravel"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/tymondesigns/jwt-auth/issues",
|
|
|
+ "source": "https://github.com/tymondesigns/jwt-auth"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/seantymon",
|
|
|
+ "type": "patreon"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-11-27T12:32:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "voku/portable-ascii",
|
|
|
+ "version": "1.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/voku/portable-ascii.git",
|
|
|
+ "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
|
|
|
+ "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "Use Intl for transliterator_transliterate() support"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "voku\\": "src/voku/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Lars Moelleken",
|
|
|
+ "homepage": "http://www.moelleken.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
|
|
+ "homepage": "https://github.com/voku/portable-ascii",
|
|
|
+ "keywords": [
|
|
|
+ "ascii",
|
|
|
+ "clean",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/voku/portable-ascii/issues",
|
|
|
+ "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.paypal.me/moelleken",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/voku",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/portable-ascii",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/voku",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-01-24T18:55:24+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "webmozart/assert",
|
|
|
+ "version": "1.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/webmozarts/assert.git",
|
|
|
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpstan/phpstan": "<0.12.20",
|
|
|
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5.13"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.10-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Webmozart\\Assert\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "bschussek@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Assertions to validate method input/output with nice error messages.",
|
|
|
+ "keywords": [
|
|
|
+ "assert",
|
|
|
+ "check",
|
|
|
+ "validate"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/webmozarts/assert/issues",
|
|
|
+ "source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
|
|
+ },
|
|
|
+ "time": "2022-06-03T18:03:27+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [
|
|
|
+ {
|
|
|
+ "name": "barryvdh/laravel-ide-helper",
|
|
|
+ "version": "v2.12.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/laravel-ide-helper.git",
|
|
|
+ "reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/3ba1e2573b38f72107b8aacc4ee177fcab30a550",
|
|
|
+ "reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "barryvdh/reflection-docblock": "^2.0.6",
|
|
|
+ "composer/pcre": "^1 || ^2 || ^3",
|
|
|
+ "doctrine/dbal": "^2.6 || ^3",
|
|
|
+ "ext-json": "*",
|
|
|
+ "illuminate/console": "^8 || ^9",
|
|
|
+ "illuminate/filesystem": "^8 || ^9",
|
|
|
+ "illuminate/support": "^8 || ^9",
|
|
|
+ "nikic/php-parser": "^4.7",
|
|
|
+ "php": "^7.3 || ^8.0",
|
|
|
+ "phpdocumentor/type-resolver": "^1.1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-pdo_sqlite": "*",
|
|
|
+ "friendsofphp/php-cs-fixer": "^2",
|
|
|
+ "illuminate/config": "^8 || ^9",
|
|
|
+ "illuminate/view": "^8 || ^9",
|
|
|
+ "mockery/mockery": "^1.4",
|
|
|
+ "orchestra/testbench": "^6 || ^7",
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9",
|
|
|
+ "spatie/phpunit-snapshot-assertions": "^3 || ^4",
|
|
|
+ "vimeo/psalm": "^3.12"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9)."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.12-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Barryvdh\\LaravelIdeHelper\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Barry vd. Heuvel",
|
|
|
+ "email": "barryvdh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
|
|
|
+ "keywords": [
|
|
|
+ "autocomplete",
|
|
|
+ "codeintel",
|
|
|
+ "helper",
|
|
|
+ "ide",
|
|
|
+ "laravel",
|
|
|
+ "netbeans",
|
|
|
+ "phpdoc",
|
|
|
+ "phpstorm",
|
|
|
+ "sublime"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
|
|
|
+ "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.12.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://fruitcake.nl",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/barryvdh",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-03-06T14:33:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "barryvdh/reflection-docblock",
|
|
|
+ "version": "v2.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
|
|
|
+ "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
|
|
|
+ "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0,<4.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "dflydev/markdown": "~1.0",
|
|
|
+ "erusev/parsedown": "~1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Barryvdh": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "mike.vanriel@naenius.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.0.6"
|
|
|
+ },
|
|
|
+ "time": "2018-12-13T10:34:14+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "composer/pcre",
|
|
|
+ "version": "3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/composer/pcre.git",
|
|
|
+ "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/composer/pcre/zipball/e300eb6c535192decd27a85bc72a9290f0d6b3bd",
|
|
|
+ "reference": "e300eb6c535192decd27a85bc72a9290f0d6b3bd",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.4 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpstan/phpstan": "^1.3",
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.1",
|
|
|
+ "symfony/phpunit-bridge": "^5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Composer\\Pcre\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "http://seld.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
|
|
+ "keywords": [
|
|
|
+ "PCRE",
|
|
|
+ "preg",
|
|
|
+ "regex",
|
|
|
+ "regular expression"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/composer/pcre/issues",
|
|
|
+ "source": "https://github.com/composer/pcre/tree/3.0.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://packagist.com",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/composer",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-02-25T20:21:48+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/cache",
|
|
|
+ "version": "2.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/cache.git",
|
|
|
+ "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
|
+ "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "~7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/common": ">2.2,<2.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cache/integration-tests": "dev-master",
|
|
|
+ "doctrine/coding-standard": "^9",
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
+ "psr/cache": "^1.0 || ^2.0 || ^3.0",
|
|
|
+ "symfony/cache": "^4.4 || ^5.4 || ^6",
|
|
|
+ "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/cache.html",
|
|
|
+ "keywords": [
|
|
|
+ "abstraction",
|
|
|
+ "apcu",
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "couchdb",
|
|
|
+ "memcached",
|
|
|
+ "php",
|
|
|
+ "redis",
|
|
|
+ "xcache"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/cache/issues",
|
|
|
+ "source": "https://github.com/doctrine/cache/tree/2.2.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-05-20T20:07:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/dbal",
|
|
|
+ "version": "3.3.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/dbal.git",
|
|
|
+ "reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f79d4650430b582f4598fe0954ef4d52fbc0a8a",
|
|
|
+ "reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-runtime-api": "^2",
|
|
|
+ "doctrine/cache": "^1.11|^2.0",
|
|
|
+ "doctrine/deprecations": "^0.5.3|^1",
|
|
|
+ "doctrine/event-manager": "^1.0",
|
|
|
+ "php": "^7.3 || ^8.0",
|
|
|
+ "psr/cache": "^1|^2|^3",
|
|
|
+ "psr/log": "^1|^2|^3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "9.0.0",
|
|
|
+ "jetbrains/phpstorm-stubs": "2022.1",
|
|
|
+ "phpstan/phpstan": "1.7.13",
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.2",
|
|
|
+ "phpunit/phpunit": "9.5.20",
|
|
|
+ "psalm/plugin-phpunit": "0.16.1",
|
|
|
+ "squizlabs/php_codesniffer": "3.7.0",
|
|
|
+ "symfony/cache": "^5.2|^6.0",
|
|
|
+ "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
|
|
|
+ "vimeo/psalm": "4.23.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/console": "For helpful console commands such as SQL execution and import of files."
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/doctrine-dbal"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\DBAL\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/dbal.html",
|
|
|
+ "keywords": [
|
|
|
+ "abstraction",
|
|
|
+ "database",
|
|
|
+ "db2",
|
|
|
+ "dbal",
|
|
|
+ "mariadb",
|
|
|
+ "mssql",
|
|
|
+ "mysql",
|
|
|
+ "oci8",
|
|
|
+ "oracle",
|
|
|
+ "pdo",
|
|
|
+ "pgsql",
|
|
|
+ "postgresql",
|
|
|
+ "queryobject",
|
|
|
+ "sasql",
|
|
|
+ "sql",
|
|
|
+ "sqlite",
|
|
|
+ "sqlserver",
|
|
|
+ "sqlsrv"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/dbal/issues",
|
|
|
+ "source": "https://github.com/doctrine/dbal/tree/3.3.7"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-06-13T21:43:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/deprecations",
|
|
|
+ "version": "v1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/deprecations.git",
|
|
|
+ "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
|
+ "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^9",
|
|
|
+ "phpunit/phpunit": "^7.5|^8.5|^9.5",
|
|
|
+ "psr/log": "^1|^2|^3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/deprecations/issues",
|
|
|
+ "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
|
|
|
+ },
|
|
|
+ "time": "2022-05-02T15:47:09+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/event-manager",
|
|
|
+ "version": "1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/event-manager.git",
|
|
|
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
|
+ "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/common": "<2.9@dev"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^6.0",
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\": "lib/Doctrine/Common"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Marco Pivetta",
|
|
|
+ "email": "ocramius@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
|
|
|
+ "keywords": [
|
|
|
+ "event",
|
|
|
+ "event dispatcher",
|
|
|
+ "event manager",
|
|
|
+ "event system",
|
|
|
+ "events"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/event-manager/issues",
|
|
|
+ "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-05-29T18:28:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "nikic/php-parser",
|
|
|
+ "version": "v4.14.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
+ "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
|
|
|
+ "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ircmaxell/php-yacc": "^0.0.7",
|
|
|
+ "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/php-parse"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.9-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpParser\\": "lib/PhpParser"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Nikita Popov"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PHP parser written in PHP",
|
|
|
+ "keywords": [
|
|
|
+ "parser",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
|
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
|
|
|
+ },
|
|
|
+ "time": "2022-05-31T20:59:12+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": [],
|
|
|
+ "prefer-stable": false,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": [],
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.3.0"
|
|
|
+}
|