walletservice/composer.lock

11256 lines
402 KiB
Plaintext
Raw Normal View History

2020-04-15 23:08:09 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-06-01 18:31:25 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2020-04-15 23:08:09 +00:00
"This file is @generated automatically"
],
"content-hash": "4afd5b793342969f50e6eb202ad26589",
2020-04-15 23:08:09 +00:00
"packages": [
2022-01-24 11:04:40 +00:00
{
"name": "bacon/bacon-qr-code",
2022-04-21 09:06:57 +00:00
"version": "2.0.7",
2022-01-24 11:04:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
2022-04-21 09:06:57 +00:00
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
2022-01-24 11:04:40 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
"reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
2022-01-24 11:04:40 +00:00
"shasum": ""
},
"require": {
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"phly/keep-a-changelog": "^2.1",
2022-01-24 11:04:40 +00:00
"phpunit/phpunit": "^7 | ^8 | ^9",
2022-04-21 09:06:57 +00:00
"spatie/phpunit-snapshot-assertions": "^4.2.9",
2022-01-24 11:04:40 +00:00
"squizlabs/php_codesniffer": "^3.4"
},
"suggest": {
"ext-imagick": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-4": {
"BaconQrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
"support": {
"issues": "https://github.com/Bacon/BaconQrCode/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
2022-01-24 11:04:40 +00:00
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-14T02:02:36+00:00"
2022-01-24 11:04:40 +00:00
},
{
"name": "barryvdh/laravel-dompdf",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-dompdf.git",
"reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/5b99e1f94157d74e450f4c97e8444fcaffa2144b",
"reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b",
"shasum": ""
},
"require": {
"dompdf/dompdf": "^1",
"illuminate/support": "^5.5|^6|^7|^8",
"php": "^7.1 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.9-dev"
},
"laravel": {
"providers": [
"Barryvdh\\DomPDF\\ServiceProvider"
],
"aliases": {
"PDF": "Barryvdh\\DomPDF\\Facade"
}
}
},
"autoload": {
"psr-4": {
"Barryvdh\\DomPDF\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "A DOMPDF Wrapper for Laravel",
"keywords": [
"dompdf",
"laravel",
"pdf"
],
"support": {
"issues": "https://github.com/barryvdh/laravel-dompdf/issues",
"source": "https://github.com/barryvdh/laravel-dompdf/tree/v0.9.0"
},
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
"time": "2020-12-27T12:05:53+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "brick/math",
2022-04-21 09:06:57 +00:00
"version": "0.9.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2022-04-21 09:06:57 +00:00
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2022-04-21 09:06:57 +00:00
"php": "^7.1 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"vimeo/psalm": "4.9.2"
2020-04-15 23:08:09 +00:00
},
"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",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/brick/math/tree/0.9.3"
},
"funding": [
2022-04-21 09:06:57 +00:00
{
"url": "https://github.com/BenMorel",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-08-15T20:50:18+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "brick/money",
2022-04-21 09:06:57 +00:00
"version": "0.5.3",
"source": {
"type": "git",
"url": "https://github.com/brick/money.git",
2022-04-21 09:06:57 +00:00
"reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/brick/money/zipball/49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
"reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
"shasum": ""
},
"require": {
"brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"brick/varexporter": "~0.2.1",
"ext-dom": "*",
"ext-pdo": "*",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
2022-04-21 09:06:57 +00:00
"vimeo/psalm": "4.9.2"
},
"suggest": {
"ext-intl": "Required to format Money objects"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Money\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Money and currency library",
"keywords": [
"brick",
"currency",
"money"
],
"support": {
"issues": "https://github.com/brick/money/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/brick/money/tree/0.5.3"
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/brick/money",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-10-10T11:59:43+00:00"
},
{
"name": "classpreloader/classpreloader",
"version": "4.2.0",
"source": {
"type": "git",
"url": "https://github.com/ClassPreloader/ClassPreloader.git",
"reference": "af9284543aedb45ed58359374918141c0ac7ae34"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/af9284543aedb45ed58359374918141c0ac7ae34",
"reference": "af9284543aedb45ed58359374918141c0ac7ae34",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nikic/php-parser": "^4.10.3",
"php": "^7.0.8 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"graham-campbell/analyzer": "^2.4.3 || ^3.0.4",
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19"
},
"type": "library",
"autoload": {
"psr-4": {
"ClassPreloader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk"
}
],
"description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
"keywords": [
"autoload",
"class",
"preload",
"preloader"
],
"support": {
"issues": "https://github.com/ClassPreloader/ClassPreloader/issues",
"source": "https://github.com/ClassPreloader/ClassPreloader/tree/4.2.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/classpreloader/classpreloader",
"type": "tidelift"
}
],
"time": "2021-08-28T21:56:17+00:00"
},
{
"name": "clue/stream-filter",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/clue/stream-filter.git",
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
"reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"Clue\\StreamFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"description": "A simple and modern approach to stream filtering in PHP",
"homepage": "https://github.com/clue/php-stream-filter",
"keywords": [
"bucket brigade",
"callback",
"filter",
"php_user_filter",
"stream",
"stream_filter_append",
"stream_filter_register"
],
"support": {
"issues": "https://github.com/clue/stream-filter/issues",
"source": "https://github.com/clue/stream-filter/tree/v1.6.0"
},
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2022-02-21T13:15:14+00:00"
},
{
"name": "darkaonline/swagger-lume",
"version": "8.0",
"source": {
"type": "git",
"url": "https://github.com/DarkaOnLine/SwaggerLume.git",
"reference": "5ee548ccaf487b4561880eb9741975dad3c3dd1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DarkaOnLine/SwaggerLume/zipball/5ee548ccaf487b4561880eb9741975dad3c3dd1a",
"reference": "5ee548ccaf487b4561880eb9741975dad3c3dd1a",
"shasum": ""
},
"require": {
"laravel/lumen-framework": "~6.0|~7.0|^8.0",
"php": ">=7.2",
"swagger-api/swagger-ui": "^3.0",
"zircote/swagger-php": "~2.0|3.*"
},
"require-dev": {
"fzaninotto/faker": "~1.8",
"mockery/mockery": "1.*",
"phpunit/phpunit": "8.*",
"satooshi/php-coveralls": "^2.0",
"vlucas/phpdotenv": "~3.3|~4.0"
},
"type": "library",
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"SwaggerLume\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Darius Matulionis",
"email": "darius@matulionis.lt"
}
],
"description": "Swagger integration to Lumen 5",
"keywords": [
"laravel",
"lumen",
"swagger"
],
"support": {
"issues": "https://github.com/DarkaOnLine/SwaggerLume/issues",
"source": "https://github.com/DarkaOnLine/SwaggerLume/tree/8.0"
},
"funding": [
{
"url": "https://github.com/DarkaOnLine",
"type": "github"
}
],
"time": "2020-09-25T10:41:43+00:00"
},
2022-01-24 11:04:40 +00:00
{
"name": "dasprid/enum",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"DASPRiD\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "PHP 7.1 enum implementation",
"keywords": [
"enum",
"map"
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
"source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
},
"time": "2020-10-02T16:03:48+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "0992cc19268b259a39e86f296da5f0677841f42c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
"reference": "0992cc19268b259a39e86f296da5f0677841f42c",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
"scrutinizer/ocular": "1.6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.14"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dflydev\\DotAccessData\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
},
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
},
"time": "2021-08-13T13:06:58+00:00"
},
{
"name": "doctrine/annotations",
"version": "1.13.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
"shasum": ""
},
"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": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
},
"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.2"
},
"time": "2021-08-05T19:00:23+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "doctrine/inflector",
2022-04-21 09:06:57 +00:00
"version": "2.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2022-04-21 09:06:57 +00:00
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2020-04-15 23:08:09 +00:00
}
},
"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",
2020-04-15 23:08:09 +00:00
"keywords": [
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2022-04-21 09:06:57 +00:00
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-10-22T20:16:43+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "doctrine/lexer",
2022-04-21 09:06:57 +00:00
"version": "1.2.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2022-04-21 09:06:57 +00:00
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": "^7.1 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
2020-04-15 23:08:09 +00:00
},
"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",
2022-04-21 09:06:57 +00:00
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-02-28T11:07:21+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "dompdf/dompdf",
2022-04-21 09:06:57 +00:00
"version": "v1.2.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
2022-04-21 09:06:57 +00:00
"reference": "c6dfd9bb8b0040609f04754f729d4cb3016e0575"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/c6dfd9bb8b0040609f04754f729d4cb3016e0575",
"reference": "c6dfd9bb8b0040609f04754f729d4cb3016e0575",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
2022-04-21 09:06:57 +00:00
"phenx/php-font-lib": "^0.5.4",
"phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
"php": "^7.1 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance",
"ext-imagick": "Improves image processing performance",
"ext-zlib": "Needed for pdf stream compression"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
},
{
"name": "Brian Sweeney",
"email": "eclecticgeek@gmail.com"
},
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com"
2020-04-15 23:08:09 +00:00
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
"support": {
"issues": "https://github.com/dompdf/dompdf/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/dompdf/dompdf/tree/v1.2.1"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-24T12:57:42+00:00"
},
{
"name": "dragonmantank/cron-expression",
2022-04-21 09:06:57 +00:00
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
2022-04-21 09:06:57 +00:00
"reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa",
"reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2022-04-21 09:06:57 +00:00
"webmozart/assert": "^1.0"
2020-04-15 23:08:09 +00:00
},
"replace": {
"mtdowling/cron-expression": "^1.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
2022-04-21 09:06:57 +00:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"type": "library",
2020-04-15 23:08:09 +00:00
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-18T15:43:28+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "egulias/email-validator",
"version": "2.1.25",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
},
"require-dev": {
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
2020-04-15 23:08:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2020-12-29T14:50:06+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "ezyang/htmlpurifier",
2022-04-21 09:06:57 +00:00
"version": "v4.14.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
2022-04-21 09:06:57 +00:00
"reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"type": "library",
"autoload": {
"files": [
"library/HTMLPurifier.composer.php"
],
2022-04-21 09:06:57 +00:00
"psr-0": {
"HTMLPurifier": "library/"
},
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-25T01:21:49+00:00"
},
{
"name": "flipbox/lumen-generator",
2022-04-21 09:06:57 +00:00
"version": "8.2.2",
"source": {
"type": "git",
"url": "https://github.com/flipboxstudio/lumen-generator.git",
2022-04-21 09:06:57 +00:00
"reference": "d9946a97e1ac5534ff1506184db674c1850c2ece"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/flipboxstudio/lumen-generator/zipball/d9946a97e1ac5534ff1506184db674c1850c2ece",
"reference": "d9946a97e1ac5534ff1506184db674c1850c2ece",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"classpreloader/classpreloader": "^3.0|^4.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0|^8.17",
"illuminate/filesystem": "^5.5|^6.0|^7.0|^8.0|^8.17",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^8.17",
"psy/psysh": "0.9.*|0.10.*",
"symfony/var-dumper": "^4.2|^4.3|^5.0|^5.1|^5.2"
},
"suggest": {
"anik/form-request": "Required to use form request in Lumen."
},
"type": "library",
"autoload": {
"psr-4": {
"Flipbox\\LumenGenerator\\": "src/LumenGenerator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Krisan Alfa Timur",
"email": "krisan47@gmail.com"
}
],
"description": "A Lumen Generator You Are Missing",
"support": {
"issues": "https://github.com/flipboxstudio/lumen-generator/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/flipboxstudio/lumen-generator/tree/8.2.2"
},
2022-04-21 09:06:57 +00:00
"time": "2021-10-18T12:30:09+00:00"
},
{
"name": "graham-campbell/result-type",
2022-04-21 09:06:57 +00:00
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2022-04-21 09:06:57 +00:00
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2022-04-21 09:06:57 +00:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-11-21T21:41:47+00:00"
},
{
"name": "guzzlehttp/guzzle",
2022-04-21 09:06:57 +00:00
"version": "7.4.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2022-04-21 09:06:57 +00:00
"reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4",
"reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4",
"shasum": ""
},
"require": {
"ext-json": "*",
2022-04-21 09:06:57 +00:00
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
"php": "^7.2.5 || ^8.0",
2022-04-21 09:06:57 +00:00
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
2022-04-21 09:06:57 +00:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-master": "7.4-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-04-21 09:06:57 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2022-04-21 09:06:57 +00:00
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2022-04-21 09:06:57 +00:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/guzzle/guzzle/tree/7.4.2"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
2022-04-21 09:06:57 +00:00
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-20T14:16:28+00:00"
},
{
"name": "guzzlehttp/promises",
2022-04-21 09:06:57 +00:00
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2022-04-21 09:06:57 +00:00
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-master": "1.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-04-21 09:06:57 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2022-04-21 09:06:57 +00:00
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/guzzle/promises/tree/1.5.1"
},
2022-04-21 09:06:57 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2021-10-22T20:56:57+00:00"
},
{
"name": "guzzlehttp/psr7",
2022-04-21 09:06:57 +00:00
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2022-04-21 09:06:57 +00:00
"reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
"reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-master": "2.2-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-04-21 09:06:57 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2022-04-21 09:06:57 +00:00
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
2022-04-21 09:06:57 +00:00
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/guzzle/psr7/tree/2.2.1"
},
2022-04-21 09:06:57 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2022-03-20T21:55:58+00:00"
},
{
"name": "http-interop/http-factory-guzzle",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/http-interop/http-factory-guzzle.git",
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
"reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.7||^2.0",
"php": ">=7.3",
"psr/http-factory": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "^1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Http\\Factory\\Guzzle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "An HTTP Factory using Guzzle PSR7",
"keywords": [
"factory",
"http",
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
"source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
},
"time": "2021-07-21T13:50:14+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "illuminate/auth",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/auth.git",
2022-04-21 09:06:57 +00:00
"reference": "02b166738b6e7449e18fe595822abeac59b7e317"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/auth/zipball/02b166738b6e7449e18fe595822abeac59b7e317",
"reference": "02b166738b6e7449e18fe595822abeac59b7e317",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"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"
2020-04-15 23:08:09 +00:00
},
"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)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-02T21:22:29+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/broadcasting",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/broadcasting.git",
2022-04-21 09:06:57 +00:00
"reference": "d7c0c81bcc679c294746b161f4b834997e904cf4"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/broadcasting/zipball/d7c0c81bcc679c294746b161f4b834997e904cf4",
"reference": "d7c0c81bcc679c294746b161f4b834997e904cf4",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/bus": "^8.0",
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/queue": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"psr/log": "^1.0|^2.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
2022-04-21 09:06:57 +00:00
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Broadcasting\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Broadcasting package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-06T14:28:26+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/bus",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
2022-04-21 09:06:57 +00:00
"reference": "d2a8ae4bfd881086e55455e470776358eab27eae"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/bus/zipball/d2a8ae4bfd881086e55455e470776358eab27eae",
"reference": "d2a8ae4bfd881086e55455e470776358eab27eae",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/pipeline": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Bus\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Bus package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-07T15:02:42+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/cache",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/cache.git",
2022-04-21 09:06:57 +00:00
"reference": "8d6d0a6c91abd036a45c12944182d1b9fa2663e2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/cache/zipball/8d6d0a6c91abd036a45c12944182d1b9fa2663e2",
"reference": "8d6d0a6c91abd036a45c12944182d1b9fa2663e2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
},
"provide": {
"psr/simple-cache-implementation": "1.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-memcached": "Required to use the memcache cache driver.",
"illuminate/database": "Required to use the database cache driver (^8.0).",
"illuminate/filesystem": "Required to use the file cache driver (^8.0).",
"illuminate/redis": "Required to use the redis cache driver (^8.0).",
2022-04-21 09:06:57 +00:00
"symfony/cache": "Required to PSR-6 cache bridge (^5.4)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Cache package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-23T15:38:39+00:00"
},
{
"name": "illuminate/collections",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2022-04-21 09:06:57 +00:00
"reference": "fc232e89c0214dba5d2b431220a24b02d480a472"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/fc232e89c0214dba5d2b431220a24b02d480a472",
"reference": "fc232e89c0214dba5d2b431220a24b02d480a472",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"php": "^7.3|^8.0"
},
"suggest": {
2022-04-21 09:06:57 +00:00
"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"
2022-04-21 09:06:57 +00:00
],
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-25T14:53:23+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/config",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/config.git",
2022-04-21 09:06:57 +00:00
"reference": "feac56ab7a5c70cf2dc60dffe4323eb9851f51a8"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/config/zipball/feac56ab7a5c70cf2dc60dffe4323eb9851f51a8",
"reference": "feac56ab7a5c70cf2dc60dffe4323eb9851f51a8",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Config\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Config package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-31T15:57:46+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/console",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/console.git",
2022-04-21 09:06:57 +00:00
"reference": "d93e3aeff1b7a0f647a8b20eefa8547fdcd61dcf"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/console/zipball/d93e3aeff1b7a0f647a8b20eefa8547fdcd61dcf",
"reference": "d93e3aeff1b7a0f647a8b20eefa8547fdcd61dcf",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/console": "^5.4",
"symfony/process": "^5.4"
2020-04-15 23:08:09 +00:00
},
"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)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-07T19:50:44+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/container",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
2022-04-21 09:06:57 +00:00
"reference": "14062628d05f75047c5a1360b9350028427d568e"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e",
"reference": "14062628d05f75047c5a1360b9350028427d568e",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0",
"php": "^7.3|^8.0",
2020-04-15 23:08:09 +00:00
"psr/container": "^1.0"
},
"provide": {
"psr/container-implementation": "1.0"
},
2020-04-15 23:08:09 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-02-02T21:03:35+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/contracts",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2022-04-21 09:06:57 +00:00
"reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
"reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0",
2020-04-15 23:08:09 +00:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-13T14:47:47+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/database",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
2022-04-21 09:06:57 +00:00
"reference": "5a09b780d86613127cddbeb05e4dde22aeccbedf"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/database/zipball/5a09b780d86613127cddbeb05e4dde22aeccbedf",
"reference": "5a09b780d86613127cddbeb05e4dde22aeccbedf",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"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",
2022-04-21 09:06:57 +00:00
"symfony/console": "^5.4"
2020-04-15 23:08:09 +00:00
},
"suggest": {
2022-04-21 09:06:57 +00:00
"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).",
2022-04-21 09:06:57 +00:00
"symfony/finder": "Required to use Eloquent model factories (^5.4)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-04-07T15:04:12+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/encryption",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/encryption.git",
2022-04-21 09:06:57 +00:00
"reference": "00280dc6aa204b1b6c6d4bf75936d122bd856c15"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/encryption/zipball/00280dc6aa204b1b6c6d4bf75936d122bd856c15",
"reference": "00280dc6aa204b1b6c6d4bf75936d122bd856c15",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Encryption\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Encryption package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-14T18:47:47+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/events",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
"reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/events/zipball/b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
"reference": "b7f06cafb6c09581617f2ca05d69e9b159e5a35d",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/bus": "^8.0",
"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"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"functions.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Illuminate\\Events\\": ""
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Events package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-09-15T14:32:50+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/filesystem",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
2022-04-21 09:06:57 +00:00
"reference": "73db3e9a233ed587ba54f52ab8580f3c7bc872b2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/73db3e9a233ed587ba54f52ab8580f3c7bc872b2",
"reference": "73db3e9a233ed587ba54f52ab8580f3c7bc872b2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/finder": "^5.4"
2020-04-15 23:08:09 +00:00
},
"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).",
2020-04-15 23:08:09 +00:00
"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).",
2022-04-21 09:06:57 +00:00
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
"symfony/mime": "Required to enable support for guessing extensions (^5.4)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-15T15:00:40+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/hashing",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/hashing.git",
2022-04-21 09:06:57 +00:00
"reference": "2617f4de8d0150a3f8641b086fafac8c1e0cdbf2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/hashing/zipball/2617f4de8d0150a3f8641b086fafac8c1e0cdbf2",
"reference": "2617f4de8d0150a3f8641b086fafac8c1e0cdbf2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Hashing\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Hashing package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2021-10-22T13:20:42+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/http",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/http.git",
2022-04-21 09:06:57 +00:00
"reference": "8a5068e77bec3b40f1261b450a6f8761be3a0ebf"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/http/zipball/8a5068e77bec3b40f1261b450a6f8761be3a0ebf",
"reference": "8a5068e77bec3b40f1261b450a6f8761be3a0ebf",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/session": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/mime": "^5.4"
2020-04-15 23:08:09 +00:00
},
"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)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-15T13:34:26+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/log",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/log.git",
2022-04-21 09:06:57 +00:00
"reference": "1dbdc6aca24d1d2b5903f865bb206039d4b800b2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/log/zipball/1dbdc6aca24d1d2b5903f865bb206039d4b800b2",
"reference": "1dbdc6aca24d1d2b5903f865bb206039d4b800b2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
2020-04-15 23:08:09 +00:00
"monolog/monolog": "^2.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Log package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-10T15:22:22+00:00"
},
{
"name": "illuminate/macroable",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2022-04-21 09:06:57 +00:00
"reference": "aed81891a6e046fdee72edd497f822190f61c162"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
"reference": "aed81891a6e046fdee72edd497f822190f61c162",
"shasum": ""
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2021-11-16T13:57:03+00:00"
2020-04-15 23:08:09 +00:00
},
2020-06-01 18:31:25 +00:00
{
"name": "illuminate/mail",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-06-01 18:31:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/mail.git",
2022-04-21 09:06:57 +00:00
"reference": "557c01a4c6d3862829b004f198c1777a7f8fc35f"
2020-06-01 18:31:25 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/mail/zipball/557c01a4c6d3862829b004f198c1777a7f8fc35f",
"reference": "557c01a4c6d3862829b004f198c1777a7f8fc35f",
2020-06-01 18:31:25 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"league/commonmark": "^1.3|^2.0.2",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"psr/log": "^1.0|^2.0",
"swiftmailer/swiftmailer": "^6.3",
2020-06-01 18:31:25 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.2"
},
"suggest": {
2022-04-21 09:06:57 +00:00
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.198.1).",
"guzzlehttp/guzzle": "Required to use the Mailgun mail driver (^6.5.5|^7.0.1).",
2020-06-01 18:31:25 +00:00
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-06-01 18:31:25 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Mail\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Mail package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-05T15:17:19+00:00"
2020-06-01 18:31:25 +00:00
},
2020-04-15 23:08:09 +00:00
{
"name": "illuminate/pagination",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/pagination.git",
2022-04-21 09:06:57 +00:00
"reference": "a0a5784a052663fb044baed95f56801b57c2d002"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/pagination/zipball/a0a5784a052663fb044baed95f56801b57c2d002",
"reference": "a0a5784a052663fb044baed95f56801b57c2d002",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Pagination\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Pagination package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-05T15:05:14+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/pipeline",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
"reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
"reference": "23aeff5b26ae4aee3f370835c76bd0f4e93f71d2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/queue",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/queue.git",
2022-04-21 09:06:57 +00:00
"reference": "c5eac0a0b9d66cd8f694b4126c090fdc787d8923"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/queue/zipball/c5eac0a0b9d66cd8f694b4126c090fdc787d8923",
"reference": "c5eac0a0b9d66cd8f694b4126c090fdc787d8923",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"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",
2022-04-21 09:06:57 +00:00
"symfony/process": "^5.4"
2020-04-15 23:08:09 +00:00
},
"suggest": {
2022-04-21 09:06:57 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.198.1).",
2020-04-15 23:08:09 +00:00
"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).",
2020-04-15 23:08:09 +00:00
"pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-28T23:01:24+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/session",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/session.git",
2022-04-21 09:06:57 +00:00
"reference": "9c9988d7229d888c098eebbbb9fcb8c68580411c"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/session/zipball/9c9988d7229d888c098eebbbb9fcb8c68580411c",
"reference": "9c9988d7229d888c098eebbbb9fcb8c68580411c",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/finder": "^5.4",
"symfony/http-foundation": "^5.4"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"illuminate/console": "Required to use the session:table command (^8.0)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-13T18:28:06+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/support",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2022-04-21 09:06:57 +00:00
"reference": "3f1de19528fc235d666f73d540d13a684da6bf3a"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/support/zipball/3f1de19528fc235d666f73d540d13a684da6bf3a",
"reference": "3f1de19528fc235d666f73d540d13a684da6bf3a",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.4|^2.0",
2020-04-15 23:08:09 +00:00
"ext-json": "*",
"ext-mbstring": "*",
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
2022-04-21 09:06:57 +00:00
"nesbot/carbon": "^2.53.1",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"voku/portable-ascii": "^1.6.1"
2020-04-15 23:08:09 +00:00
},
"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).",
2022-04-21 09:06:57 +00:00
"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)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"helpers.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2020-04-15 23:08:09 +00:00
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-04-11T14:26:37+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/testing",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/testing.git",
2022-04-21 09:06:57 +00:00
"reference": "feca7bc8f4de97434e3923ae7b09c5c047d46038"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/testing/zipball/feca7bc8f4de97434e3923ae7b09c5c047d46038",
"reference": "feca7bc8f4de97434e3923ae7b09c5c047d46038",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"brianium/paratest": "Required to run tests in parallel (^6.0).",
"illuminate/console": "Required to assert console commands (^8.0).",
"illuminate/database": "Required to assert databases (^8.0).",
"illuminate/http": "Required to assert responses (^8.0).",
"mockery/mockery": "Required to use mocking (^1.4.4).",
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Testing\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Testing package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-01T12:58:42+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/translation",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/translation.git",
2022-04-21 09:06:57 +00:00
"reference": "c10a68f37f590dc8c1c1fe5b6ad3f09381282137"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/translation/zipball/c10a68f37f590dc8c1c1fe5b6ad3f09381282137",
"reference": "c10a68f37f590dc8c1c1fe5b6ad3f09381282137",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Translation package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2021-10-30T16:01:33+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/validation",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/validation.git",
2022-04-21 09:06:57 +00:00
"reference": "49b1cfd3a32f04255eed68fc1c304659de50e374"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/validation/zipball/49b1cfd3a32f04255eed68fc1c304659de50e374",
"reference": "49b1cfd3a32f04255eed68fc1c304659de50e374",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10",
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"illuminate/translation": "^8.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/http-foundation": "^5.4",
"symfony/mime": "^5.4"
2020-04-15 23:08:09 +00:00
},
"suggest": {
2022-04-21 09:06:57 +00:00
"ext-bcmath": "Required to use the multiple_of validation rule.",
"illuminate/database": "Required to use the database presence verifier (^8.0)."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Validation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Validation package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-02-01T16:13:18+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "illuminate/view",
2022-04-21 09:06:57 +00:00
"version": "v8.83.9",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/view.git",
2022-04-21 09:06:57 +00:00
"reference": "5e73eef48d9242532f81fadc14c816a01bfb1388"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/illuminate/view/zipball/5e73eef48d9242532f81fadc14c816a01bfb1388",
"reference": "5e73eef48d9242532f81fadc14c816a01bfb1388",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/collections": "^8.0",
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/events": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\View\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate View package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-04-14T13:47:10+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "jean85/pretty-package-versions",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0.0",
"php": "^7.1|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
"jean85/composer-provided-replaced-stub-package": "^1.0",
"phpstan/phpstan": "^0.12.66",
"phpunit/phpunit": "^7.5|^8.5|^9.4",
"vimeo/psalm": "^4.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A library to get pretty versions strings of installed dependencies",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
},
"time": "2021-10-08T21:21:46+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "laravel/legacy-factories",
2022-04-21 09:06:57 +00:00
"version": "v1.3.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/legacy-factories.git",
2022-04-21 09:06:57 +00:00
"reference": "5edc7e7eb76e7b4b29221f32139bcbf806c8870f"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/laravel/legacy-factories/zipball/5edc7e7eb76e7b4b29221f32139bcbf806c8870f",
"reference": "5edc7e7eb76e7b4b29221f32139bcbf806c8870f",
"shasum": ""
2020-04-15 23:08:09 +00:00
},
"require": {
2022-04-21 09:06:57 +00:00
"illuminate/macroable": "^8.0|^9.0",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/finder": "^3.4|^4.0|^5.0|^6.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Illuminate\\Database\\Eloquent\\LegacyFactoryServiceProvider"
]
}
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Illuminate\\Database\\Eloquent\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The legacy version of the Laravel Eloquent factories.",
"homepage": "http://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-13T08:45:08+00:00"
},
{
"name": "laravel/lumen-framework",
2022-04-21 09:06:57 +00:00
"version": "v8.3.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/lumen-framework.git",
2022-04-21 09:06:57 +00:00
"reference": "733d1199d3344be337743f11df31b4048ec7fd1c"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/laravel/lumen-framework/zipball/733d1199d3344be337743f11df31b4048ec7fd1c",
"reference": "733d1199d3344be337743f11df31b4048ec7fd1c",
"shasum": ""
},
"require": {
"dragonmantank/cron-expression": "^3.0.2",
2022-04-21 09:06:57 +00:00
"illuminate/auth": "^8.65",
"illuminate/broadcasting": "^8.65",
"illuminate/bus": "^8.65",
"illuminate/cache": "^8.65",
"illuminate/collections": "^8.65",
"illuminate/config": "^8.65",
"illuminate/console": "^8.65",
"illuminate/container": "^8.65",
"illuminate/contracts": "^8.65",
"illuminate/database": "^8.65",
"illuminate/encryption": "^8.65",
"illuminate/events": "^8.65",
"illuminate/filesystem": "^8.65",
"illuminate/hashing": "^8.65",
"illuminate/http": "^8.65",
"illuminate/log": "^8.65",
"illuminate/macroable": "^8.65",
"illuminate/pagination": "^8.65",
"illuminate/pipeline": "^8.65",
"illuminate/queue": "^8.65",
"illuminate/support": "^8.65",
"illuminate/testing": "^8.65",
"illuminate/translation": "^8.65",
"illuminate/validation": "^8.65",
"illuminate/view": "^8.65",
"nikic/fast-route": "^1.3",
"php": "^7.3|^8.0",
2022-04-21 09:06:57 +00:00
"symfony/console": "^5.4",
"symfony/error-handler": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/http-kernel": "^5.4",
"symfony/mime": "^5.4",
"symfony/var-dumper": "^5.4",
"vlucas/phpdotenv": "^5.2"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^8.5.19|^9.5.8"
},
"suggest": {
"laravel/tinker": "Required to use the tinker console command (^2.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": {
2020-04-15 23:08:09 +00:00
"files": [
"src/helpers.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Laravel\\Lumen\\": "src/"
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2020-04-15 23:08:09 +00:00
}
],
"description": "The Laravel Lumen Framework.",
"homepage": "https://lumen.laravel.com",
"keywords": [
"framework",
"laravel",
"lumen"
],
"support": {
"issues": "https://github.com/laravel/lumen-framework/issues",
"source": "https://github.com/laravel/lumen-framework"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-22T10:11:35+00:00"
},
{
"name": "laravel/serializable-closure",
2022-04-21 09:06:57 +00:00
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
2022-04-21 09:06:57 +00:00
"reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/9e4b005daa20b0c161f3845040046dc9ddc1d74e",
"reference": "9e4b005daa20b0c161f3845040046dc9ddc1d74e",
"shasum": ""
},
"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"
},
2022-04-21 09:06:57 +00:00
"time": "2022-02-11T19:23:53+00:00"
2020-04-15 23:08:09 +00:00
},
2020-06-01 18:31:25 +00:00
{
"name": "league/commonmark",
2022-04-21 09:06:57 +00:00
"version": "2.3.0",
2020-06-01 18:31:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2022-04-21 09:06:57 +00:00
"reference": "32a49eb2b38fe5e5c417ab748a45d0beaab97955"
2020-06-01 18:31:25 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/32a49eb2b38fe5e5c417ab748a45d0beaab97955",
"reference": "32a49eb2b38fe5e5c417ab748a45d0beaab97955",
2020-06-01 18:31:25 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"league/config": "^1.1.1",
"php": "^7.4 || ^8.0",
"psr/event-dispatcher": "^1.0",
2022-04-21 09:06:57 +00:00
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/polyfill-php80": "^1.16"
2020-06-01 18:31:25 +00:00
},
"require-dev": {
"cebe/markdown": "^1.0",
"commonmark/cmark": "0.30.0",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
2022-04-21 09:06:57 +00:00
"embed/embed": "^4.4",
"erusev/parsedown": "^1.0",
2020-06-01 18:31:25 +00:00
"ext-json": "*",
"github/gfm": "0.29.0",
"michelf/php-markdown": "^1.4",
2022-04-21 09:06:57 +00:00
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^0.12.88 || ^1.0.0",
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^5.3",
2022-04-21 09:06:57 +00:00
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
2020-06-01 18:31:25 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-main": "2.4-dev"
2020-06-01 18:31:25 +00:00
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2020-06-01 18:31:25 +00:00
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"commonmark",
"flavored",
"gfm",
"github",
"github-flavored",
"markdown",
"md",
"parser"
],
"support": {
"docs": "https://commonmark.thephpleague.com/",
"forum": "https://github.com/thephpleague/commonmark/discussions",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
},
2020-06-01 18:31:25 +00:00
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-04-07T22:37:05+00:00"
2020-06-01 18:31:25 +00:00
},
2020-04-15 23:08:09 +00:00
{
"name": "league/config",
"version": "v1.1.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/config.git",
"reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
"reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3.0.1",
"nette/schema": "^1.2",
"php": "^7.4 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpstan/phpstan": "^0.12.90",
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"League\\Config\\": "src"
2020-04-15 23:08:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2020-04-15 23:08:09 +00:00
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
2020-04-15 23:08:09 +00:00
}
],
"description": "Define configuration arrays with strict schemas and access values with dot notation",
"homepage": "https://config.thephpleague.com",
2020-04-15 23:08:09 +00:00
"keywords": [
"array",
"config",
"configuration",
"dot",
"dot-access",
"nested",
"schema"
],
"support": {
"docs": "https://config.thephpleague.com/",
"issues": "https://github.com/thephpleague/config/issues",
"rss": "https://github.com/thephpleague/config/releases.atom",
"source": "https://github.com/thephpleague/config"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
}
2020-04-15 23:08:09 +00:00
],
"time": "2021-08-14T12:15:32+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "maatwebsite/excel",
2022-04-21 09:06:57 +00:00
"version": "3.1.38",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
2022-04-21 09:06:57 +00:00
"url": "https://github.com/SpartnerNL/Laravel-Excel.git",
"reference": "dff132ce4d30b19863f4e84de1613fca99604992"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/dff132ce4d30b19863f4e84de1613fca99604992",
"reference": "dff132ce4d30b19863f4e84de1613fca99604992",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2022-04-21 09:06:57 +00:00
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0",
"php": "^7.0|^8.0",
"phpoffice/phpspreadsheet": "^1.18"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"orchestra/testbench": "^6.0|^7.0",
"predis/predis": "^1.1"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Maatwebsite\\Excel\\ExcelServiceProvider"
],
"aliases": {
"Excel": "Maatwebsite\\Excel\\Facades\\Excel"
}
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Maatwebsite\\Excel\\": "src/"
2020-04-15 23:08:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Brouwers",
2022-04-21 09:06:57 +00:00
"email": "patrick@spartner.nl"
2020-04-15 23:08:09 +00:00
}
],
"description": "Supercharged Excel exports and imports in Laravel",
2020-04-15 23:08:09 +00:00
"keywords": [
"PHPExcel",
"batch",
"csv",
"excel",
"export",
"import",
"laravel",
"php",
"phpspreadsheet"
2020-04-15 23:08:09 +00:00
],
"support": {
2022-04-21 09:06:57 +00:00
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
"source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.38"
},
"funding": [
{
"url": "https://laravel-excel.com/commercial-support",
"type": "custom"
},
{
"url": "https://github.com/patrickbrouwers",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-24T16:00:29+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "maennchen/zipstream-php",
"version": "2.1.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
"reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
"reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"myclabs/php-enum": "^1.5",
"php": ">= 7.1",
"psr/http-message": "^1.0",
"symfony/polyfill-mbstring": "^1.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"ext-zip": "*",
"guzzlehttp/guzzle": ">= 6.3",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": ">= 7.5"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"ZipStream\\": "src/"
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2020-04-15 23:08:09 +00:00
],
"authors": [
{
"name": "Paul Duncan",
"email": "pabs@pablotron.org"
},
{
"name": "Jonatan Männchen",
"email": "jonatan@maennchen.ch"
},
{
"name": "Jesse Donat",
"email": "donatj@gmail.com"
},
{
"name": "András Kolesár",
"email": "kolesar@kolesar.hu"
2020-04-15 23:08:09 +00:00
}
],
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
2020-04-15 23:08:09 +00:00
"keywords": [
"stream",
"zip"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
"source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
},
"funding": [
{
"url": "https://opencollective.com/zipstream",
"type": "open_collective"
}
],
"time": "2020-05-30T13:11:16+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "markbaker/complex",
2022-04-21 09:06:57 +00:00
"version": "3.0.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPComplex.git",
2022-04-21 09:06:57 +00:00
"reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
"reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/php-compatibility": "^9.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
"squizlabs/php_codesniffer": "^3.4"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Complex\\": "classes/src/"
2022-04-21 09:06:57 +00:00
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
2020-04-15 23:08:09 +00:00
}
],
"description": "PHP Class for working with complex numbers",
"homepage": "https://github.com/MarkBaker/PHPComplex",
2020-04-15 23:08:09 +00:00
"keywords": [
"complex",
"mathematics"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1"
},
2022-04-21 09:06:57 +00:00
"time": "2021-06-29T15:32:53+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "markbaker/matrix",
2022-04-21 09:06:57 +00:00
"version": "3.0.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git",
2022-04-21 09:06:57 +00:00
"reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
"reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/php-compatibility": "^9.0",
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
"sebastian/phpcpd": "^4.0",
"squizlabs/php_codesniffer": "^3.4"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Matrix\\": "classes/src/"
2022-04-21 09:06:57 +00:00
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2020-04-15 23:08:09 +00:00
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@demon-angel.eu"
2020-04-15 23:08:09 +00:00
}
],
"description": "PHP Class for working with matrices",
"homepage": "https://github.com/MarkBaker/PHPMatrix",
2020-04-15 23:08:09 +00:00
"keywords": [
"mathematics",
"matrix",
"vector"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0"
},
2022-04-21 09:06:57 +00:00
"time": "2021-07-01T19:01:15+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "monolog/monolog",
2022-04-21 09:06:57 +00:00
"version": "2.5.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2022-04-21 09:06:57 +00:00
"reference": "4192345e260f1d51b365536199744b987e160edc"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc",
"reference": "4192345e260f1d51b365536199744b987e160edc",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"provide": {
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
},
"require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7",
"graylog2/gelf-php": "^1.4.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4 || ^3",
"php-console/php-console": "^3.1.3",
"phpspec/prophecy": "^1.6.1",
"phpstan/phpstan": "^0.12.91",
"phpunit/phpunit": "^8.5",
"predis/predis": "^1.1",
2022-04-21 09:06:57 +00:00
"rollbar/rollbar": "^1.3 || ^2 || ^3",
"ruflin/elastica": ">=0.90@dev",
"swiftmailer/swiftmailer": "^5.3|^6.0"
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
2020-04-15 23:08:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
2020-04-15 23:08:09 +00:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
2020-04-15 23:08:09 +00:00
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/Seldaek/monolog/tree/2.5.0"
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
2020-04-15 23:08:09 +00:00
],
2022-04-21 09:06:57 +00:00
"time": "2022-04-08T15:43:54+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "myclabs/php-enum",
"version": "1.8.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
"reference": "b942d263c641ddb5190929ff840c68f78713e937"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
"reference": "b942d263c641ddb5190929ff840c68f78713e937",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.3 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^4.6.2"
2020-04-15 23:08:09 +00:00
},
"type": "library",
2020-04-15 23:08:09 +00:00
"autoload": {
"psr-4": {
"MyCLabs\\Enum\\": "src/"
2020-04-15 23:08:09 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP Enum contributors",
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
2020-04-15 23:08:09 +00:00
}
],
"description": "PHP Enum implementation",
"homepage": "http://github.com/myclabs/php-enum",
2020-04-15 23:08:09 +00:00
"keywords": [
"enum"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/myclabs/php-enum/issues",
"source": "https://github.com/myclabs/php-enum/tree/1.8.3"
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
"type": "tidelift"
}
],
"time": "2021-07-05T08:18:36+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "nesbot/carbon",
2022-04-21 09:06:57 +00:00
"version": "2.57.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2022-04-21 09:06:57 +00:00
"reference": "4a54375c21eea4811dbd1149fe6b246517554e78"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78",
"reference": "4a54375c21eea4811dbd1149fe6b246517554e78",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
2022-04-21 09:06:57 +00:00
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"doctrine/dbal": "^2.0 || ^3.0",
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
2022-04-21 09:06:57 +00:00
"phpstan/phpstan": "^0.12.54 || ^1.0",
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
"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": {
2022-04-21 09:06:57 +00:00
"docs": "https://carbon.nesbot.com/docs",
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-02-13T18:13:33+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "nette/schema",
2022-04-21 09:06:57 +00:00
"version": "v1.2.2",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
2022-04-21 09:06:57 +00:00
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
"php": ">=7.1 <8.2"
},
"require-dev": {
"nette/tester": "^2.3 || ^2.4",
"phpstan/phpstan-nette": "^0.12",
"tracy/tracy": "^2.7"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2020-04-15 23:08:09 +00:00
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2020-04-15 23:08:09 +00:00
}
],
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
2020-04-15 23:08:09 +00:00
"keywords": [
"config",
"nette"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/nette/schema/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/nette/schema/tree/v1.2.2"
},
2022-04-21 09:06:57 +00:00
"time": "2021-10-15T11:40:02+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "nette/utils",
2022-04-21 09:06:57 +00:00
"version": "v3.2.7",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2022-04-21 09:06:57 +00:00
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/nette/utils/zipball/0af4e3de4df9f1543534beab255ccf459e7a2c99",
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2 <8.2"
},
"conflict": {
"nette/di": "<3.0.6"
},
"require-dev": {
"nette/tester": "~2.0",
2022-04-21 09:06:57 +00:00
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2020-04-15 23:08:09 +00:00
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2020-04-15 23:08:09 +00:00
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
2020-04-15 23:08:09 +00:00
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/nette/utils/tree/v3.2.7"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-24T11:29:14+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"FastRoute\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"support": {
"issues": "https://github.com/nikic/FastRoute/issues",
"source": "https://github.com/nikic/FastRoute/tree/master"
},
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nikic/php-parser",
2022-04-21 09:06:57 +00:00
"version": "v4.13.2",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2022-04-21 09:06:57 +00:00
"reference": "210577fe3cf7badcc5814d99455df46564f3c077"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
"reference": "210577fe3cf7badcc5814d99455df46564f3c077",
"shasum": ""
},
"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",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
},
2022-04-21 09:06:57 +00:00
"time": "2021-11-30T19:35:32+00:00"
},
{
"name": "nyholm/psr7",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
"reference": "f734364e38a876a23be4d906a2a089e1315be18a",
"shasum": ""
},
"require": {
"php": ">=7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.9",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.5.1"
},
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
"time": "2022-06-22T07:13:36+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "opis/closure",
2022-04-21 09:06:57 +00:00
"version": "3.6.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
2022-04-21 09:06:57 +00:00
"reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
"reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.6.x-dev"
}
},
2020-04-15 23:08:09 +00:00
"autoload": {
"files": [
"functions.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Opis\\Closure\\": "src/"
}
2020-04-15 23:08:09 +00:00
},
"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"
2020-04-15 23:08:09 +00:00
}
],
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
"homepage": "https://opis.io/closure",
2020-04-15 23:08:09 +00:00
"keywords": [
"anonymous functions",
"closure",
"function",
"serializable",
"serialization",
"serialize"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/opis/closure/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/opis/closure/tree/3.6.3"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-27T09:35:39+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phenx/php-font-lib",
2022-04-21 09:06:57 +00:00
"version": "0.5.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
2022-04-21 09:06:57 +00:00
"url": "https://github.com/dompdf/php-font-lib.git",
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
"shasum": ""
},
2022-04-21 09:06:57 +00:00
"require": {
"ext-mbstring": "*"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"symfony/phpunit-bridge": "^3 || ^4 || ^5"
},
"type": "library",
"autoload": {
"psr-4": {
"FontLib\\": "src/FontLib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
"support": {
2022-04-21 09:06:57 +00:00
"issues": "https://github.com/dompdf/php-font-lib/issues",
"source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-17T19:44:54+00:00"
},
{
"name": "phenx/php-svg-lib",
2022-04-21 09:06:57 +00:00
"version": "0.4.1",
"source": {
"type": "git",
2022-04-21 09:06:57 +00:00
"url": "https://github.com/dompdf/php-svg-lib.git",
"reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
"reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"ext-mbstring": "*",
"php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
"sabberworm/php-css-parser": "^8.4"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Svg\\": "src/Svg"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
}
],
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/PhenX/php-svg-lib",
"support": {
2022-04-21 09:06:57 +00:00
"issues": "https://github.com/dompdf/php-svg-lib/issues",
"source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-07T12:52:04+00:00"
},
{
"name": "php-http/client-common",
"version": "2.6.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
"reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/client-common/zipball/45db684cd4e186dcdc2b9c06b22970fe123796c0",
"reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/httplug": "^2.0",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.17"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"doctrine/instantiator": "^1.1",
"guzzlehttp/psr7": "^1.4",
"nyholm/psr7": "^1.2",
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"phpspec/prophecy": "^1.10.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-json": "To detect JSON responses with the ContentTypePlugin",
"ext-libxml": "To detect XML responses with the ContentTypePlugin",
"php-http/cache-plugin": "PSR-6 Cache plugin",
"php-http/logger-plugin": "PSR-3 Logger plugin",
"php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Common HTTP Client implementations and tools for HTTPlug",
"homepage": "http://httplug.io",
"keywords": [
"client",
"common",
"http",
"httplug"
],
"support": {
"issues": "https://github.com/php-http/client-common/issues",
"source": "https://github.com/php-http/client-common/tree/2.6.0"
},
"time": "2022-09-29T09:59:43+00:00"
},
{
"name": "php-http/discovery",
"version": "1.14.3",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1"
},
"suggest": {
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Discovery\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
"client",
"discovery",
"factory",
"http",
"message",
"psr7"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.14.3"
},
"time": "2022-07-11T14:04:40+00:00"
},
{
"name": "php-http/httplug",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
"reference": "f640739f80dfa1152533976e3c112477f69274eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
"reference": "f640739f80dfa1152533976e3c112477f69274eb",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
"phpspec/phpspec": "^5.1 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eric GELOEN",
"email": "geloen.eric@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
"homepage": "http://httplug.io",
"keywords": [
"client",
"http"
],
"support": {
"issues": "https://github.com/php-http/httplug/issues",
"source": "https://github.com/php-http/httplug/tree/2.3.0"
},
"time": "2022-02-21T09:52:22+00:00"
},
{
"name": "php-http/message",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
"reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
"reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
"shasum": ""
},
"require": {
"clue/stream-filter": "^1.5",
"php": "^7.1 || ^8.0",
"php-http/message-factory": "^1.0.2",
"psr/http-message": "^1.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.6",
"ext-zlib": "*",
"guzzlehttp/psr7": "^1.0",
"laminas/laminas-diactoros": "^2.0",
"phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
"slim/slim": "^3.0"
},
"suggest": {
"ext-zlib": "Used with compressor/decompressor streams",
"guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
"laminas/laminas-diactoros": "Used with Diactoros Factories",
"slim/slim": "Used with Slim Framework PSR-7 implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"files": [
"src/filters.php"
],
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "HTTP Message related tools",
"homepage": "http://php-http.org",
"keywords": [
"http",
"message",
"psr-7"
],
"support": {
"issues": "https://github.com/php-http/message/issues",
"source": "https://github.com/php-http/message/tree/1.13.0"
},
"time": "2022-02-11T13:41:14+00:00"
},
{
"name": "php-http/message-factory",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
"keywords": [
"factory",
"http",
"message",
"stream",
"uri"
],
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
"source": "https://github.com/php-http/message-factory/tree/master"
},
"time": "2015-12-19T14:08:53+00:00"
},
{
"name": "php-http/promise",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"phpspec/phpspec": "^5.1.2 || ^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Promise used for asynchronous HTTP requests",
"homepage": "http://httplug.io",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/php-http/promise/issues",
"source": "https://github.com/php-http/promise/tree/1.1.0"
},
"time": "2020-07-07T09:29:14+00:00"
},
{
"name": "phpoffice/phpspreadsheet",
"version": "1.22.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
"reference": "3a9e29b4f386a08a151a33578e80ef1747037a48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/3a9e29b4f386a08a151a33578e80ef1747037a48",
"reference": "3a9e29b4f386a08a151a33578e80ef1747037a48",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"ext-zip": "*",
"ext-zlib": "*",
"ezyang/htmlpurifier": "^4.13",
"maennchen/zipstream-php": "^2.1",
"markbaker/complex": "^3.0",
"markbaker/matrix": "^3.0",
"php": "^7.3 || ^8.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"dompdf/dompdf": "^1.0",
"friendsofphp/php-cs-fixer": "^3.2",
"jpgraph/jpgraph": "^4.0",
"mpdf/mpdf": "8.0.17",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.6",
"tecnickcom/tcpdf": "^6.4"
},
"suggest": {
"dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maarten Balliauw",
"homepage": "https://blog.maartenballiauw.be"
},
{
"name": "Mark Baker",
"homepage": "https://markbakeruk.net"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net"
},
{
"name": "Erik Tilt"
},
{
"name": "Adrien Crivelli"
}
],
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
"keywords": [
"OpenXML",
"excel",
"gnumeric",
"ods",
"php",
"spreadsheet",
"xls",
"xlsx"
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.22.0"
},
"time": "2022-02-18T12:57:07+00:00"
},
{
"name": "phpoption/phpoption",
"version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2022-04-21 09:06:57 +00:00
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
2020-04-15 23:08:09 +00:00
],
"authors": [
{
"name": "Johannes M. Schmitt",
2022-04-21 09:06:57 +00:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
2022-04-21 09:06:57 +00:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
2020-04-15 23:08:09 +00:00
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
2020-04-15 23:08:09 +00:00
],
2022-04-21 09:06:57 +00:00
"time": "2021-12-04T23:24:31+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "psr/cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=8.0.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": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/3.0.0"
},
"time": "2021-02-03T23:26:27+00:00"
},
{
"name": "psr/container",
2022-04-21 09:06:57 +00:00
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2022-04-21 09:06:57 +00:00
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"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",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/php-fig/container/tree/1.1.2"
},
2022-04-21 09:06:57 +00:00
"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": ""
},
"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/http-client",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
2022-04-21 09:06:57 +00:00
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-04-21 09:06:57 +00:00
"reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
"reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
2022-04-21 09:06:57 +00:00
"Psr\\Log\\": "src"
}
},
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/php-fig/log/tree/2.0.0"
},
2022-04-21 09:06:57 +00:00
"time": "2021-07-14T16:41:46+00:00"
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "psy/psysh",
2022-04-21 09:06:57 +00:00
"version": "v0.10.12",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2022-04-21 09:06:57 +00:00
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d",
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
2022-04-21 09:06:57 +00:00
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
"php": "^8.0 || ^7.0 || ^5.5.9",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
2022-04-21 09:06:57 +00:00
"hoa/console": "3.17.*"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-main": "0.10.x-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Psy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/bobthecow/psysh/tree/v0.10.12"
},
2022-04-21 09:06:57 +00:00
"time": "2021-11-30T14:05:36+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ramsey/collection",
2022-04-21 09:06:57 +00:00
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
2022-04-21 09:06:57 +00:00
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
"shasum": ""
},
"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",
2022-04-21 09:06:57 +00:00
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-10-10T03:01:02+00:00"
},
{
"name": "ramsey/uuid",
2022-04-21 09:06:57 +00:00
"version": "4.3.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2022-04-21 09:06:57 +00:00
"reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/8505afd4fea63b81a85d3b7b53ac3cb8dc347c28",
"reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28",
"shasum": ""
},
"require": {
"brick/math": "^0.8 || ^0.9",
2022-04-21 09:06:57 +00:00
"ext-ctype": "*",
"ext-json": "*",
2022-04-21 09:06:57 +00:00
"php": "^8.0",
"ramsey/collection": "^1.0"
},
"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": {
"captainhook": {
"force-install": true
}
},
"autoload": {
"files": [
"src/functions.php"
2022-04-21 09:06:57 +00:00
],
"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",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/ramsey/uuid/tree/4.3.1"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-27T21:42:02+00:00"
},
{
"name": "sabberworm/php-css-parser",
2022-04-21 09:06:57 +00:00
"version": "8.4.0",
"source": {
"type": "git",
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2022-04-21 09:06:57 +00:00
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"ext-iconv": "*",
"php": ">=5.6.20"
},
"require-dev": {
"codacy/coverage": "^1.4",
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": "^4.8.36"
},
"suggest": {
"ext-mbstring": "for parsing UTF-8 CSS"
},
"type": "library",
"autoload": {
2022-04-21 09:06:57 +00:00
"psr-4": {
"Sabberworm\\CSS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
}
],
"description": "Parser for CSS Files written in PHP",
2022-04-21 09:06:57 +00:00
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
"support": {
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
},
"time": "2021-12-11T13:40:54+00:00"
},
{
"name": "sentry/sdk",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php-sdk.git",
"reference": "d0678fc7274dbb03046ed05cb24eb92945bedf8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/d0678fc7274dbb03046ed05cb24eb92945bedf8e",
"reference": "d0678fc7274dbb03046ed05cb24eb92945bedf8e",
"shasum": ""
},
"require": {
"http-interop/http-factory-guzzle": "^1.0",
"sentry/sentry": "^3.9",
"symfony/http-client": "^4.3|^5.0|^6.0"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sentry",
"email": "accounts@sentry.io"
}
],
"description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.",
"homepage": "http://sentry.io",
"keywords": [
"crash-reporting",
"crash-reports",
"error-handler",
"error-monitoring",
"log",
"logging",
"sentry"
],
"support": {
"issues": "https://github.com/getsentry/sentry-php-sdk/issues",
"source": "https://github.com/getsentry/sentry-php-sdk/tree/3.3.0"
},
"funding": [
{
"url": "https://sentry.io/",
"type": "custom"
},
{
"url": "https://sentry.io/pricing/",
"type": "custom"
}
],
"time": "2022-10-11T09:05:00+00:00"
},
{
"name": "sentry/sentry",
"version": "3.16.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
"reference": "5326a8786b8c7c3a51ea0c6d06e6cb6a9dfa6779"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5326a8786b8c7c3a51ea0c6d06e6cb6a9dfa6779",
"reference": "5326a8786b8c7c3a51ea0c6d06e6cb6a9dfa6779",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
"jean85/pretty-package-versions": "^1.5|^2.0.4",
"php": "^7.2|^8.0",
"php-http/async-client-implementation": "^1.0",
"php-http/client-common": "^1.5|^2.0",
"php-http/discovery": "^1.11, <1.15",
"php-http/httplug": "^1.1|^2.0",
"php-http/message": "^1.5",
"psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0",
"symfony/polyfill-php80": "^1.17"
},
"conflict": {
"php-http/client-common": "1.8.0",
"raven/raven": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19|3.4.*",
"http-interop/http-factory-guzzle": "^1.0",
"monolog/monolog": "^1.6|^2.0|^3.0",
"nikic/php-parser": "^4.10.3",
"php-http/mock-client": "^1.3",
"phpbench/phpbench": "^1.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^8.5.14|^9.4",
"symfony/phpunit-bridge": "^5.2|^6.0",
"vimeo/psalm": "^4.17"
},
"suggest": {
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.13.x-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Sentry\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sentry",
"email": "accounts@sentry.io"
}
],
"description": "A PHP SDK for Sentry (http://sentry.io)",
"homepage": "http://sentry.io",
"keywords": [
"crash-reporting",
"crash-reports",
"error-handler",
"error-monitoring",
"log",
"logging",
"sentry"
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/3.16.0"
},
"funding": [
{
"url": "https://sentry.io/",
"type": "custom"
},
{
"url": "https://sentry.io/pricing/",
"type": "custom"
}
],
"time": "2023-03-16T10:37:16+00:00"
},
{
"name": "sentry/sentry-laravel",
"version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git",
"reference": "3acb930f1abeb67046097c3912c7b4b9b4303f08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/3acb930f1abeb67046097c3912c7b4b9b4303f08",
"reference": "3acb930f1abeb67046097c3912c7b4b9b4303f08",
"shasum": ""
},
"require": {
"illuminate/support": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"nyholm/psr7": "^1.0",
"php": "^7.2 | ^8.0",
"sentry/sdk": "^3.1",
"sentry/sentry": "^3.3",
"symfony/psr-http-message-bridge": "^1.0 | ^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.*",
"laravel/framework": "5.0 - 5.8 | ^6.0 | ^7.0 | ^8.0",
"mockery/mockery": "1.3.*",
"orchestra/testbench": "3.1 - 3.8 | ^4.7 | ^5.1 | ^6.0",
"phpunit/phpunit": "^5.7 | ^6.5 | ^7.5 | ^8.4 | ^9.3"
},
"suggest": {
"zendframework/zend-diactoros": "When using Laravel >=5.1 - <=6.9 this package can help get more accurate request info, not used on Laravel >=6.10 anymore (https://laravel.com/docs/5.8/requests#psr7-requests)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev",
"dev-0.x": "0.x-dev"
},
"laravel": {
"providers": [
"Sentry\\Laravel\\ServiceProvider",
"Sentry\\Laravel\\Tracing\\ServiceProvider"
],
"aliases": {
"Sentry": "Sentry\\Laravel\\Facade"
}
}
},
"autoload": {
"psr-0": {
"Sentry\\Laravel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sentry",
"email": "accounts@sentry.io"
}
],
"description": "Laravel SDK for Sentry (https://sentry.io)",
"homepage": "https://sentry.io",
"keywords": [
"crash-reporting",
"crash-reports",
"error-handler",
"error-monitoring",
"laravel",
"log",
"logging",
"sentry"
],
"support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues",
"source": "https://github.com/getsentry/sentry-laravel/tree/2.9.0"
},
"funding": [
{
"url": "https://sentry.io/",
"type": "custom"
},
{
"url": "https://sentry.io/pricing/",
"type": "custom"
}
],
"time": "2021-10-06T13:08:08+00:00"
},
2022-01-24 11:04:40 +00:00
{
"name": "simplesoftwareio/simple-qrcode",
"version": "4.2.0",
"source": {
"type": "git",
"url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git",
"reference": "916db7948ca6772d54bb617259c768c9cdc8d537"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/916db7948ca6772d54bb617259c768c9cdc8d537",
"reference": "916db7948ca6772d54bb617259c768c9cdc8d537",
"shasum": ""
},
"require": {
"bacon/bacon-qr-code": "^2.0",
"ext-gd": "*",
"php": ">=7.2|^8.0"
},
"require-dev": {
"mockery/mockery": "~1",
"phpunit/phpunit": "~9"
},
"suggest": {
"ext-imagick": "Allows the generation of PNG QrCodes.",
"illuminate/support": "Allows for use within Laravel."
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
],
"aliases": {
"QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
}
}
},
"autoload": {
"psr-4": {
"SimpleSoftwareIO\\QrCode\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Simple Software LLC",
"email": "support@simplesoftware.io"
}
],
"description": "Simple QrCode is a QR code generator made for Laravel.",
"homepage": "https://www.simplesoftware.io/#/docs/simple-qrcode",
"keywords": [
"Simple",
"generator",
"laravel",
"qrcode",
"wrapper"
],
"support": {
"issues": "https://github.com/SimpleSoftwareIO/simple-qrcode/issues",
"source": "https://github.com/SimpleSoftwareIO/simple-qrcode/tree/4.2.0"
},
"time": "2021-02-08T20:43:55+00:00"
},
{
"name": "swagger-api/swagger-ui",
2022-04-21 09:06:57 +00:00
"version": "v3.52.5",
"source": {
"type": "git",
"url": "https://github.com/swagger-api/swagger-ui.git",
2022-04-21 09:06:57 +00:00
"reference": "f1ad60dc92e7edb0898583e16c3e66fe3e9eada2"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/f1ad60dc92e7edb0898583e16c3e66fe3e9eada2",
"reference": "f1ad60dc92e7edb0898583e16c3e66fe3e9eada2",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Anna Bodnia",
"email": "anna.bodnia@gmail.com"
},
{
"name": "Buu Nguyen",
"email": "buunguyen@gmail.com"
},
{
"name": "Josh Ponelat",
"email": "jponelat@gmail.com"
},
{
"name": "Kyle Shockey",
"email": "kyleshockey1@gmail.com"
},
{
"name": "Robert Barnwell",
"email": "robert@robertismy.name"
},
{
"name": "Sahar Jafari",
"email": "shr.jafari@gmail.com"
}
],
"description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.",
"homepage": "http://swagger.io",
"keywords": [
"api",
"documentation",
"openapi",
"specification",
"swagger",
"ui"
],
"support": {
"issues": "https://github.com/swagger-api/swagger-ui/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/swagger-api/swagger-ui/tree/v3.52.5"
},
2022-04-21 09:06:57 +00:00
"time": "2021-10-14T14:25:14+00:00"
},
{
"name": "swiftmailer/swiftmailer",
2022-04-21 09:06:57 +00:00
"version": "v6.3.0",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2022-04-21 09:06:57 +00:00
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.0|^3.1",
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
2022-04-21 09:06:57 +00:00
"symfony/phpunit-bridge": "^4.4|^5.4"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
"support": {
"issues": "https://github.com/swiftmailer/swiftmailer/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"abandoned": "symfony/mailer",
"time": "2021-10-18T15:26:12+00:00"
},
{
"name": "symfony/console",
2022-04-21 09:06:57 +00:00
"version": "v5.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-04-21 09:06:57 +00:00
"reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-04-21 09:06:57 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
2022-04-21 09:06:57 +00:00
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
2022-04-21 09:06:57 +00:00
"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",
2022-04-21 09:06:57 +00:00
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/console/tree/v5.4.7"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-31T17:09:19+00:00"
},
{
"name": "symfony/css-selector",
2022-04-21 09:06:57 +00:00
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2022-04-21 09:06:57 +00:00
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/1955d595c12c111629cc814d3f2a2ff13580508a",
"reference": "1955d595c12c111629cc814d3f2a2ff13580508a",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/css-selector/tree/v6.0.3"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/deprecation-contracts",
2022-04-21 09:06:57 +00:00
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-04-21 09:06:57 +00:00
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-main": "3.0-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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.1"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-02T09:55:41+00:00"
},
2020-06-01 18:31:25 +00:00
{
"name": "symfony/error-handler",
2022-04-21 09:06:57 +00:00
"version": "v5.4.7",
2020-06-01 18:31:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2022-04-21 09:06:57 +00:00
"reference": "060bc01856a1846e3e4385261bc9ed11a1dd7b6a"
2020-06-01 18:31:25 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/060bc01856a1846e3e4385261bc9ed11a1dd7b6a",
"reference": "060bc01856a1846e3e4385261bc9ed11a1dd7b6a",
2020-06-01 18:31:25 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
2022-04-21 09:06:57 +00:00
"symfony/var-dumper": "^4.4|^5.0|^6.0"
2020-06-01 18:31:25 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
2020-06-01 18:31:25 +00:00
},
2022-04-21 09:06:57 +00:00
"bin": [
"Resources/bin/patch-type-declarations"
],
2020-06-01 18:31:25 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2020-06-01 18:31:25 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2020-06-01 18:31:25 +00:00
}
],
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/error-handler/tree/v5.4.7"
},
"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"
}
2020-06-01 18:31:25 +00:00
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-18T16:21:29+00:00"
2020-06-01 18:31:25 +00:00
},
2020-04-15 23:08:09 +00:00
{
"name": "symfony/event-dispatcher",
2022-04-21 09:06:57 +00:00
"version": "v6.0.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2022-04-21 09:06:57 +00:00
"reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6472ea2dd415e925b90ca82be64b8bc6157f3934",
"reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2",
"symfony/event-dispatcher-contracts": "^2|^3"
2020-04-15 23:08:09 +00:00
},
"conflict": {
2022-04-21 09:06:57 +00:00
"symfony/dependency-injection": "<5.4"
2020-04-15 23:08:09 +00:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2022-04-21 09:06:57 +00:00
"symfony/event-dispatcher-implementation": "2.0|3.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
2022-04-21 09:06:57 +00:00
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^5.4|^6.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.3"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-02T09:55:41+00:00"
2020-04-15 23:08:09 +00:00
},
2020-06-01 18:31:25 +00:00
{
"name": "symfony/event-dispatcher-contracts",
2022-04-21 09:06:57 +00:00
"version": "v3.0.1",
2020-06-01 18:31:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2022-04-21 09:06:57 +00:00
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
2020-06-01 18:31:25 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
2020-06-01 18:31:25 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2",
"psr/event-dispatcher": "^1"
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
2020-06-01 18:31:25 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2020-06-01 18:31:25 +00:00
}
},
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.1"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-02T09:55:41+00:00"
},
{
"name": "symfony/finder",
2022-04-21 09:06:57 +00:00
"version": "v5.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2022-04-21 09:06:57 +00:00
"reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-04-21 09:06:57 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
2020-06-01 18:31:25 +00:00
},
"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",
2020-06-01 18:31:25 +00:00
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/finder/tree/v5.4.3"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-26T16:34:36+00:00"
},
{
"name": "symfony/http-client",
"version": "v6.0.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "541c04560da1875f62c963c3aab6ea12a7314e11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/541c04560da1875f62c963c3aab6ea12a7314e11",
"reference": "541c04560da1875f62c963c3aab6ea12a7314e11",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"psr/log": "^1|^2|^3",
"symfony/http-client-contracts": "^3",
"symfony/service-contracts": "^1.0|^2|^3"
},
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "3.0"
},
"require-dev": {
"amphp/amp": "^2.5",
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
"guzzlehttp/promises": "^1.4",
"nyholm/psr7": "^1.0",
"php-http/httplug": "^1.0|^2.0",
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/stopwatch": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"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 powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-client/tree/v6.0.20"
},
"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": "2023-01-30T15:41:07+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4184b9b63af1edaf35b6a7974c6f1f9f33294129",
"reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"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 HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v3.0.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-04-12T16:11:42+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "symfony/http-foundation",
2022-04-21 09:06:57 +00:00
"version": "v5.4.6",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2022-04-21 09:06:57 +00:00
"reference": "34e89bc147633c0f9dd6caaaf56da3b806a21465"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/34e89bc147633c0f9dd6caaaf56da3b806a21465",
"reference": "34e89bc147633c0f9dd6caaaf56da3b806a21465",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-04-21 09:06:57 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.16"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"predis/predis": "~1.0",
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
2020-04-15 23:08:09 +00:00
},
"type": "library",
2020-04-15 23:08:09 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/http-foundation/tree/v5.4.6"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-05T21:03:43+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/http-kernel",
2022-04-21 09:06:57 +00:00
"version": "v5.4.7",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2022-04-21 09:06:57 +00:00
"reference": "509243b9b3656db966284c45dffce9316c1ecc5c"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/509243b9b3656db966284c45dffce9316c1ecc5c",
"reference": "509243b9b3656db966284c45dffce9316c1ecc5c",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "^1|^2",
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"conflict": {
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"provide": {
"psr/log-implementation": "1.0|2.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": ""
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/http-kernel/tree/v5.4.7"
2020-04-15 23:08:09 +00:00
},
"funding": [
2020-04-15 23:08:09 +00:00
{
"url": "https://symfony.com/sponsor",
"type": "custom"
2020-04-15 23:08:09 +00:00
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2020-04-15 23:08:09 +00:00
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-04-02T06:04:20+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/mime",
2022-04-21 09:06:57 +00:00
"version": "v5.4.7",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2022-04-21 09:06:57 +00:00
"reference": "92d27a34dea2e199fa9b687e3fff3a7d169b7b1c"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/mime/zipball/92d27a34dea2e199fa9b687e3fff3a7d169b7b1c",
"reference": "92d27a34dea2e199fa9b687e3fff3a7d169b7b1c",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-04-21 09:06:57 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16"
2020-04-15 23:08:09 +00:00
},
"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",
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"type": "library",
2020-04-15 23:08:09 +00:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/mime/tree/v5.4.7"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-11T16:08:05+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/options-resolver",
"version": "v6.0.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "6a180d1c45e0d9797470ca9eb46215692de00fa3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/6a180d1c45e0d9797470ca9eb46215692de00fa3",
"reference": "6a180d1c45e0d9797470ca9eb46215692de00fa3",
"shasum": ""
},
"require": {
"php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.1|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v6.0.19"
},
"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": "2023-01-01T08:36:10+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "symfony/polyfill-ctype",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-04-21 09:06:57 +00:00
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
2022-04-21 09:06:57 +00:00
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2020-04-15 23:08:09 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-10-20T20:35:02+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-iconv",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2022-04-21 09:06:57 +00:00
"reference": "f1aed619e28cb077fc83fac8c4c0383578356e40"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40",
"reference": "f1aed619e28cb077fc83fac8c4c0383578356e40",
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
2022-04-21 09:06:57 +00:00
"provide": {
"ext-iconv": "*"
},
2020-04-15 23:08:09 +00:00
"suggest": {
"ext-iconv": "For best performance"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2020-04-15 23:08:09 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-04T09:04:05+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-04-21 09:06:57 +00:00
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
"reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-intl": "For best performance"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2020-04-15 23:08:09 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
2020-04-15 23:08:09 +00:00
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-11-23T21:10:46+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-intl-idn",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2022-04-21 09:06:57 +00:00
"reference": "749045c69efb97c70d25d7463abba812e91f3a44"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
"reference": "749045c69efb97c70d25d7463abba812e91f3a44",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-intl": "For best performance"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2020-04-15 23:08:09 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
2020-04-15 23:08:09 +00:00
"polyfill",
"portable",
"shim"
2020-04-15 23:08:09 +00:00
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-09-14T14:02:44+00:00"
2020-04-15 23:08:09 +00:00
},
2020-06-01 18:31:25 +00:00
{
"name": "symfony/polyfill-intl-normalizer",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-06-01 18:31:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2020-06-01 18:31:25 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2020-06-01 18:31:25 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-06-01 18:31:25 +00:00
},
"suggest": {
"ext-intl": "For best performance"
2020-06-01 18:31:25 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-06-01 18:31:25 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-21 09:06:57 +00:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
2020-06-01 18:31:25 +00:00
]
},
"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",
2020-06-01 18:31:25 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
2020-06-01 18:31:25 +00:00
"polyfill",
"portable",
"shim"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
},
2020-06-01 18:31:25 +00:00
"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": "2021-02-19T12:13:01+00:00"
2020-06-01 18:31:25 +00:00
},
2020-04-15 23:08:09 +00:00
{
"name": "symfony/polyfill-mbstring",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-04-21 09:06:57 +00:00
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
2022-04-21 09:06:57 +00:00
"provide": {
"ext-mbstring": "*"
},
2020-04-15 23:08:09 +00:00
"suggest": {
"ext-mbstring": "For best performance"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2020-04-15 23:08:09 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
2020-04-15 23:08:09 +00:00
"polyfill",
"portable",
"shim"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-11-30T18:21:41+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-php72",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.25.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": "2021-05-27T09:17:38+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-php73",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2022-04-21 09:06:57 +00:00
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-21 09:06:57 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
2020-04-15 23:08:09 +00:00
]
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-06-05T21:20:04+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-php80",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2022-04-21 09:06:57 +00:00
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-21 09:06:57 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2020-04-15 23:08:09 +00:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
2020-04-15 23:08:09 +00:00
{
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-04T08:16:47+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/polyfill-php81",
2022-04-21 09:06:57 +00:00
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
2022-04-21 09:06:57 +00:00
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-21 09:06:57 +00:00
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.25.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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-09-13T13:58:11+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "symfony/process",
2022-04-21 09:06:57 +00:00
"version": "v5.4.7",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2022-04-21 09:06:57 +00:00
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/38a44b2517b470a436e1c944bf9b9ba3961137fb",
"reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/process/tree/v5.4.7"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-18T16:18:52+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/psr-http-message-bridge",
"version": "v2.1.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "a125b93ef378c492e274f217874906fb9babdebb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb",
"reference": "a125b93ef378c492e274f217874906fb9babdebb",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"psr/log": "^1.1 || ^2 || ^3",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4@dev || ^6.0"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-main": "2.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4"
},
"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-11-28T22:46:34+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "symfony/service-contracts",
2022-04-21 09:06:57 +00:00
"version": "v2.5.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-04-21 09:06:57 +00:00
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-04-21 09:06:57 +00:00
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2020-04-15 23:08:09 +00:00
}
},
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-13T20:07:29+00:00"
},
{
"name": "symfony/string",
2022-04-21 09:06:57 +00:00
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2022-04-21 09:06:57 +00:00
"reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/522144f0c4c004c80d56fa47e40e17028e2eefc2",
"reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2022-04-21 09:06:57 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-04-21 09:06:57 +00:00
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/string/tree/v6.0.3"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-02T09:55:41+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/translation",
2022-04-21 09:06:57 +00:00
"version": "v6.0.7",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2022-04-21 09:06:57 +00:00
"reference": "b2792b39d74cf41ea3065f27fd2ddf0b556ac7a1"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/b2792b39d74cf41ea3065f27fd2ddf0b556ac7a1",
"reference": "b2792b39d74cf41ea3065f27fd2ddf0b556ac7a1",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2",
2020-04-15 23:08:09 +00:00
"symfony/polyfill-mbstring": "~1.0",
2022-04-21 09:06:57 +00:00
"symfony/translation-contracts": "^2.3|^3.0"
2020-04-15 23:08:09 +00:00
},
"conflict": {
2022-04-21 09:06:57 +00:00
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
2020-04-15 23:08:09 +00:00
},
"provide": {
2022-04-21 09:06:57 +00:00
"symfony/translation-implementation": "2.3|3.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
2022-04-21 09:06:57 +00:00
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/polyfill-intl-icu": "^1.21",
2022-04-21 09:06:57 +00:00
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^5.4|^6.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2020-04-15 23:08:09 +00:00
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/translation/tree/v6.0.7"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-31T17:18:25+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/translation-contracts",
2022-04-21 09:06:57 +00:00
"version": "v3.0.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2022-04-21 09:06:57 +00:00
"reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
"reference": "c4183fc3ef0f0510893cbeedc7718fb5cafc9ac9",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-main": "3.0-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2020-04-15 23:08:09 +00:00
}
},
"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": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.0.1"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-02T09:55:41+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/var-dumper",
2022-04-21 09:06:57 +00:00
"version": "v5.4.6",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2022-04-21 09:06:57 +00:00
"reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/294e9da6e2e0dd404e983daa5aa74253d92c05d0",
"reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
2020-04-15 23:08:09 +00:00
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
2022-04-21 09:06:57 +00:00
"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"
2020-04-15 23:08:09 +00:00
},
"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",
2020-04-15 23:08:09 +00:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/var-dumper/tree/v5.4.6"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-02T12:42:23+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "symfony/yaml",
2022-04-21 09:06:57 +00:00
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2022-04-21 09:06:57 +00:00
"reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/e77f3ea0b21141d771d4a5655faa54f692b34af5",
"reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5",
"shasum": ""
},
"require": {
2022-04-21 09:06:57 +00:00
"php": ">=8.0.2",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
2022-04-21 09:06:57 +00:00
"symfony/console": "<5.4"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"symfony/console": "^5.4|^6.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
2022-04-21 09:06:57 +00:00
"source": "https://github.com/symfony/yaml/tree/v6.0.3"
},
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-26T17:23:29+00:00"
},
2020-06-01 18:31:25 +00:00
{
"name": "tijsverkoyen/css-to-inline-styles",
2022-04-21 09:06:57 +00:00
"version": "2.2.4",
2020-06-01 18:31:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2022-04-21 09:06:57 +00:00
"reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c"
2020-06-01 18:31:25 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c",
"reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c",
2020-06-01 18:31:25 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^5.5 || ^7.0 || ^8.0",
2022-04-21 09:06:57 +00:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2020-06-01 18:31:25 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
2020-06-01 18:31:25 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-08T09:12:39+00:00"
2020-06-01 18:31:25 +00:00
},
{
"name": "twilio/sdk",
2022-04-21 09:06:57 +00:00
"version": "6.36.1",
"source": {
"type": "git",
"url": "https://github.com/twilio/twilio-php.git",
2022-04-21 09:06:57 +00:00
"reference": "68aa5dd58450d3b449c83138567ecfca93955ed9"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/68aa5dd58450d3b449c83138567ecfca93955ed9",
"reference": "68aa5dd58450d3b449c83138567ecfca93955ed9",
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3 || ^7.0",
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": ">=7.0"
},
"suggest": {
"guzzlehttp/guzzle": "An HTTP client to execute the API requests"
},
"type": "library",
"autoload": {
"psr-4": {
"Twilio\\": "src/Twilio/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Twilio API Team",
"email": "api@twilio.com"
}
],
"description": "A PHP wrapper for Twilio's API",
2022-04-21 09:06:57 +00:00
"homepage": "https://github.com/twilio/twilio-php",
"keywords": [
"api",
"sms",
"twilio"
],
"support": {
"issues": "https://github.com/twilio/twilio-php/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/twilio/twilio-php/tree/6.36.1"
},
2022-04-21 09:06:57 +00:00
"time": "2022-04-06T23:33:30+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "vlucas/phpdotenv",
2022-04-21 09:06:57 +00:00
"version": "v5.4.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2022-04-21 09:06:57 +00:00
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-pcre": "*",
"graham-campbell/result-type": "^1.0.2",
"php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
2020-04-15 23:08:09 +00:00
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-master": "5.4-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
2022-04-21 09:06:57 +00:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2020-04-15 23:08:09 +00:00
},
{
"name": "Vance Lucas",
2022-04-21 09:06:57 +00:00
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
2020-04-15 23:08:09 +00:00
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-12-12T23:22:04+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "voku/portable-ascii",
2022-04-21 09:06:57 +00:00
"version": "1.6.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
2022-04-21 09:06:57 +00:00
"reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
"reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
2020-04-15 23:08:09 +00:00
}
},
"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",
2022-04-21 09:06:57 +00:00
"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"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-01-24T18:55:24+00:00"
},
{
"name": "webmozart/assert",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"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.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
},
{
"name": "zircote/swagger-php",
2022-04-21 09:06:57 +00:00
"version": "3.3.4",
"source": {
"type": "git",
"url": "https://github.com/zircote/swagger-php.git",
2022-04-21 09:06:57 +00:00
"reference": "7313ff7d1991d00e52d0e852087693d4482df631"
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/7313ff7d1991d00e52d0e852087693d4482df631",
"reference": "7313ff7d1991d00e52d0e852087693d4482df631",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.7",
"ext-json": "*",
"php": ">=7.2",
2022-04-21 09:06:57 +00:00
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/finder": ">=2.2",
"symfony/yaml": ">=3.3"
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"composer/package-versions-deprecated": "1.11.99.2",
"friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": ">=8.5.14"
},
"bin": [
"bin/openapi"
],
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"OpenApi\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Robert Allen",
"email": "zircote@gmail.com"
},
{
"name": "Bob Fanger",
"email": "bfanger@gmail.com",
"homepage": "https://bfanger.nl"
},
{
"name": "Martin Rademacher",
"email": "mano@radebatz.net",
"homepage": "https://radebatz.net"
}
],
"description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
"homepage": "https://github.com/zircote/swagger-php/",
"keywords": [
"api",
"json",
"rest",
"service discovery"
],
"support": {
"issues": "https://github.com/zircote/swagger-php/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/zircote/swagger-php/tree/3.3.4"
},
2022-04-21 09:06:57 +00:00
"time": "2022-02-22T21:09:06+00:00"
2020-04-15 23:08:09 +00:00
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2022-04-21 09:06:57 +00:00
"version": "1.4.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2022-04-21 09:06:57 +00:00
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"doctrine/coding-standard": "^9",
2020-04-15 23:08:09 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2022-04-21 09:06:57 +00:00
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
},
"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%2Finstantiator",
"type": "tidelift"
2020-04-15 23:08:09 +00:00
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-03T08:28:38+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "fzaninotto/faker",
"version": "dev-master",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
"reference": "5ffe7db6c80f441f150fc88008d64e64af66634b"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/5ffe7db6c80f441f150fc88008d64e64af66634b",
"reference": "5ffe7db6c80f441f150fc88008d64e64af66634b",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"squizlabs/php_codesniffer": "^2.9.2"
},
"default-branch": true,
2020-04-15 23:08:09 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"support": {
"issues": "https://github.com/fzaninotto/Faker/issues",
"source": "https://github.com/fzaninotto/Faker/tree/master"
},
"abandoned": true,
"time": "2020-12-11T09:59:14+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "hamcrest/hamcrest-php",
"version": "v2.0.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^5.3|^7.0|^8.0"
2020-04-15 23:08:09 +00:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2020-04-15 23:08:09 +00:00
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
"support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
},
"time": "2020-07-09T08:09:16+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "mockery/mockery",
2022-04-21 09:06:57 +00:00
"version": "1.5.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
2022-04-21 09:06:57 +00:00
"reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
"reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "^2.0.1",
2020-04-15 23:08:09 +00:00
"lib-pcre": ">=7.0",
"php": "^7.3 || ^8.0"
},
"conflict": {
"phpunit/phpunit": "<8.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
"support": {
"issues": "https://github.com/mockery/mockery/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/mockery/mockery/tree/1.5.0"
},
2022-04-21 09:06:57 +00:00
"time": "2022-01-20T13:18:17+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "myclabs/deep-copy",
2022-04-21 09:06:57 +00:00
"version": "1.11.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2022-04-21 09:06:57 +00:00
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
2020-04-15 23:08:09 +00:00
},
2022-04-21 09:06:57 +00:00
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
2022-04-21 09:06:57 +00:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2020-04-15 23:08:09 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-03T13:19:32+00:00"
},
2020-04-15 23:08:09 +00:00
{
"name": "phar-io/manifest",
"version": "2.0.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
},
"time": "2021-07-20T11:28:43+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phar-io/version",
2022-04-21 09:06:57 +00:00
"version": "3.2.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2022-04-21 09:06:57 +00:00
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
2022-04-21 09:06:57 +00:00
"time": "2022-02-21T01:04:05+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpdocumentor/reflection-docblock",
2022-04-21 09:06:57 +00:00
"version": "5.3.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2022-04-21 09:06:57 +00:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2020-04-15 23:08:09 +00:00
},
"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",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
2022-04-21 09:06:57 +00:00
"time": "2021-10-19T17:43:47+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2022-04-21 09:06:57 +00:00
"version": "1.6.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2022-04-21 09:06:57 +00:00
"reference": "77a32518733312af16a44300404e945338981de3"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
"reference": "77a32518733312af16a44300404e945338981de3",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
2020-04-15 23:08:09 +00:00
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"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",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
},
2022-04-21 09:06:57 +00:00
"time": "2022-03-15T21:29:03+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpspec/prophecy",
2022-04-21 09:06:57 +00:00
"version": "v1.15.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2022-04-21 09:06:57 +00:00
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.2",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpspec/phpspec": "^6.0 || ^7.0",
"phpunit/phpunit": "^8.0 || ^9.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
},
2022-04-21 09:06:57 +00:00
"time": "2021-12-08T12:19:24+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpunit/php-code-coverage",
2022-04-21 09:06:57 +00:00
"version": "9.2.15",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2022-04-21 09:06:57 +00:00
"reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
"reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2020-04-15 23:08:09 +00:00
"ext-xmlwriter": "*",
2022-04-21 09:06:57 +00:00
"nikic/php-parser": "^4.13.0",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
"sebastian/lines-of-code": "^1.0.3",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-pcov": "*",
"ext-xdebug": "*"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.2-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-07T09:28:20+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpunit/php-file-iterator",
2022-04-21 09:06:57 +00:00
"version": "3.0.6",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2022-04-21 09:06:57 +00:00
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-12-02T12:48:52+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpunit/php-invoker",
"version": "3.1.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
2020-04-15 23:08:09 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2020-04-15 23:08:09 +00:00
"keywords": [
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2020-04-15 23:08:09 +00:00
],
"time": "2020-09-28T05:58:55+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "2.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2020-04-15 23:08:09 +00:00
"keywords": [
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
2020-04-15 23:08:09 +00:00
],
"time": "2020-10-26T05:33:50+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpunit/php-timer",
"version": "5.0.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2020-04-15 23:08:09 +00:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2020-04-15 23:08:09 +00:00
"keywords": [
"timer"
2020-04-15 23:08:09 +00:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:16:10+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "phpunit/phpunit",
2022-04-21 09:06:57 +00:00
"version": "9.5.20",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2022-04-21 09:06:57 +00:00
"reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12bc8879fb65aef2138b26fc633cb1e3620cffba",
"reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.3.1",
2020-04-15 23:08:09 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
2022-04-21 09:06:57 +00:00
"phpunit/php-code-coverage": "^9.2.13",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.5",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2022-04-21 09:06:57 +00:00
"sebastian/type": "^3.0",
"sebastian/version": "^3.0.2"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"ext-pdo": "*",
"phpspec/prophecy-phpunit": "^2.0.1"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*"
2020-04-15 23:08:09 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.5-dev"
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
2022-04-21 09:06:57 +00:00
],
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.20"
},
"funding": [
{
2022-04-21 09:06:57 +00:00
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-04-01T12:37:26+00:00"
},
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:08:49+00:00"
},
{
"name": "sebastian/code-unit",
"version": "1.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:08:54+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:30:19+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/comparator",
"version": "4.0.6",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2020-04-15 23:08:09 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:49:45+00:00"
},
{
"name": "sebastian/complexity",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:52:27+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/diff",
"version": "4.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2020-04-15 23:08:09 +00:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/environment",
2022-04-21 09:06:57 +00:00
"version": "5.1.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2022-04-21 09:06:57 +00:00
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-04-03T09:37:03+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/exporter",
2022-04-21 09:06:57 +00:00
"version": "4.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2022-04-21 09:06:57 +00:00
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
2022-04-21 09:06:57 +00:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2020-04-15 23:08:09 +00:00
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2021-11-11T14:18:36+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/global-state",
2022-04-21 09:06:57 +00:00
"version": "5.0.5",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2022-04-21 09:06:57 +00:00
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-02-14T08:28:10+00:00"
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-28T06:42:11+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/object-enumerator",
"version": "4.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:12:34+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/object-reflector",
"version": "2.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:14:26+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/recursion-context",
"version": "4.0.4",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2020-04-15 23:08:09 +00:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:17:30+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/resource-operations",
"version": "3.0.3",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:45:17+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/type",
2022-04-21 09:06:57 +00:00
"version": "3.0.0",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2022-04-21 09:06:57 +00:00
"reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
2022-04-21 09:06:57 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
"reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"require-dev": {
2022-04-21 09:06:57 +00:00
"phpunit/phpunit": "^9.5"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-21 09:06:57 +00:00
"dev-master": "3.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2022-04-21 09:06:57 +00:00
"source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-21 09:06:57 +00:00
"time": "2022-03-15T09:54:48+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "sebastian/version",
"version": "3.0.2",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2020-04-15 23:08:09 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:39:44+00:00"
2020-04-15 23:08:09 +00:00
},
{
"name": "theseer/tokenizer",
"version": "1.2.1",
2020-04-15 23:08:09 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2020-04-15 23:08:09 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2020-04-15 23:08:09 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
2020-04-15 23:08:09 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2020-04-15 23:08:09 +00:00
},
"funding": [
2020-04-15 23:08:09 +00:00
{
"url": "https://github.com/theseer",
"type": "github"
2020-04-15 23:08:09 +00:00
}
],
"time": "2021-07-28T10:34:58+00:00"
2020-04-15 23:08:09 +00:00
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.3|^8.0",
"ext-gd": "*",
"ext-json": "*"
2020-04-15 23:08:09 +00:00
},
2020-06-01 18:31:25 +00:00
"platform-dev": [],
"plugin-api-version": "2.3.0"
2020-04-15 23:08:09 +00:00
}