1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00
Arsse/vendor-bin/robo/composer.lock

2205 lines
77 KiB
Text
Raw Permalink Normal View History

{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-01-26 03:07:37 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "35272676865627e62150c1d3056e0268",
2020-01-20 05:36:42 +00:00
"packages": [],
"packages-dev": [
{
"name": "consolidation/annotated-command",
"version": "4.10.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
"reference": "362310b13ececa9f6f0a4a880811fa08fecc348b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/362310b13ececa9f6f0a4a880811fa08fecc348b",
"reference": "362310b13ececa9f6f0a4a880811fa08fecc348b",
"shasum": ""
},
"require": {
2023-06-17 15:09:03 +00:00
"consolidation/output-formatters": "^4.3.1",
2020-09-09 14:59:28 +00:00
"php": ">=7.1.3",
2023-06-17 15:09:03 +00:00
"psr/log": "^1 || ^2 || ^3",
"symfony/console": "^4.4.8 || ^5 || ^6 || ^7",
"symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7",
"symfony/finder": "^4.4.8 || ^5 || ^6 || ^7"
},
"require-dev": {
2022-01-14 21:27:01 +00:00
"composer-runtime-api": "^2.0",
2021-10-29 18:31:23 +00:00
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
2020-12-28 16:42:36 +00:00
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\AnnotatedCommand\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Initialize Symfony Console commands from annotated command class methods.",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
"source": "https://github.com/consolidation/annotated-command/tree/4.10.1"
2021-02-25 19:49:17 +00:00
},
"time": "2024-12-13T19:55:40+00:00"
},
{
"name": "consolidation/config",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/config.git",
"reference": "0615499781449ab773ffc609b97b934b3357b3f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/config/zipball/0615499781449ab773ffc609b97b934b3357b3f9",
"reference": "0615499781449ab773ffc609b97b934b3357b3f9",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3",
"grasmash/expander": "^3",
"php": ">=8.2.0",
"symfony/event-dispatcher": "^7"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9",
2021-02-25 19:49:17 +00:00
"squizlabs/php_codesniffer": "^3",
"symfony/console": "^7",
"symfony/yaml": "^7",
"yoast/phpunit-polyfills": "^1"
},
"suggest": {
2021-02-25 19:49:17 +00:00
"symfony/event-dispatcher": "Required to inject configuration into Command options",
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
},
"type": "library",
"extra": {
"branch-alias": {
2021-02-25 19:49:17 +00:00
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Provide configuration services for a commandline tool.",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/consolidation/config/issues",
"source": "https://github.com/consolidation/config/tree/3.1.0"
2021-02-25 19:49:17 +00:00
},
"time": "2024-11-28T14:37:27+00:00"
},
{
"name": "consolidation/log",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
"reference": "c27a3beb36137c141ccbce0d89f64befb243c015"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/log/zipball/c27a3beb36137c141ccbce0d89f64befb243c015",
"reference": "c27a3beb36137c141ccbce0d89f64befb243c015",
"shasum": ""
},
"require": {
"php": ">=8.0.0",
"psr/log": "^3",
"symfony/console": "^5 || ^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
2020-12-28 16:42:36 +00:00
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"platform": {
"php": "8.2.17"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/consolidation/log/issues",
"source": "https://github.com/consolidation/log/tree/3.1.0"
2021-02-25 19:49:17 +00:00
},
"time": "2024-04-04T23:50:25+00:00"
},
{
"name": "consolidation/output-formatters",
"version": "4.6.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
"reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5fd5656718d7068a02d046f418a7ba873d5abbfe",
"reference": "5fd5656718d7068a02d046f418a7ba873d5abbfe",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
2020-09-09 14:59:28 +00:00
"php": ">=7.1.3",
"symfony/console": "^4 || ^5 || ^6 || ^7",
"symfony/finder": "^4 || ^5 || ^6 || ^7"
},
"require-dev": {
2020-12-28 16:42:36 +00:00
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": "^7 || ^8 || ^9",
2020-09-09 14:59:28 +00:00
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4 || ^5 || ^6 || ^7",
"symfony/yaml": "^4 || ^5 || ^6 || ^7",
"yoast/phpunit-polyfills": "^1"
},
2018-10-26 20:27:18 +00:00
"suggest": {
"symfony/var-dumper": "For using the var_dump formatter"
},
"type": "library",
"autoload": {
"psr-4": {
"Consolidation\\OutputFormatters\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Format text by applying transformations provided by plug-in formatters.",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/consolidation/output-formatters/issues",
"source": "https://github.com/consolidation/output-formatters/tree/4.6.0"
2021-02-25 19:49:17 +00:00
},
"time": "2024-10-18T14:02:48+00:00"
},
{
"name": "consolidation/robo",
"version": "5.1.0",
"source": {
"type": "git",
2022-01-14 21:27:01 +00:00
"url": "https://github.com/consolidation/robo.git",
"reference": "dde6bd88de5e1e8a7f6ed8906f80353817647ad9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/robo/zipball/dde6bd88de5e1e8a7f6ed8906f80353817647ad9",
"reference": "dde6bd88de5e1e8a7f6ed8906f80353817647ad9",
"shasum": ""
},
"require": {
"consolidation/annotated-command": "^4.8.1",
"consolidation/config": "^3",
"consolidation/log": "^3",
2021-02-27 20:24:02 +00:00
"consolidation/output-formatters": "^4.1.2",
"league/container": "^3.3.1 || ^4.0",
"php": ">=8.2",
"phpowermove/docblock": "^4.0",
"symfony/console": "^6 || ^7",
"symfony/event-dispatcher": "^6 || ^7",
"symfony/filesystem": "^6 || ^7",
"symfony/finder": "^6 || ^7",
"symfony/process": "^6 || ^7",
"symfony/yaml": "^6 || ^7"
},
2021-02-25 19:49:17 +00:00
"conflict": {
"codegyre/robo": "*"
},
"require-dev": {
"natxet/cssmin": "3.0.4",
2020-09-09 14:59:28 +00:00
"patchwork/jsqueeze": "^2",
2019-03-25 15:28:15 +00:00
"pear/archive_tar": "^1.4.4",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
2021-10-29 18:31:23 +00:00
"squizlabs/php_codesniffer": "^3.6",
2021-02-27 20:24:02 +00:00
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"consolidation/self-update": "For self-updating a phar-based app built with Robo",
2021-02-25 19:49:17 +00:00
"natxet/cssmin": "For minifying CSS files in taskMinify",
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
2021-02-27 20:24:02 +00:00
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
"totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
},
"bin": [
"robo"
],
"type": "library",
"autoload": {
"psr-4": {
"Robo\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"description": "Modern task runner",
2021-02-25 19:49:17 +00:00
"support": {
2022-01-14 21:27:01 +00:00
"issues": "https://github.com/consolidation/robo/issues",
"source": "https://github.com/consolidation/robo/tree/5.1.0"
2021-02-25 19:49:17 +00:00
},
"time": "2024-10-22T13:18:54+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.3",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"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",
2023-01-24 20:12:21 +00:00
"vimeo/psalm": "^4.0.0"
},
"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"
],
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
2021-02-25 19:49:17 +00:00
},
"time": "2024-07-08T12:26:09+00:00"
},
{
"name": "grasmash/expander",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/grasmash/expander.git",
"reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4",
"reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3.0.0",
2023-01-24 20:12:21 +00:00
"php": ">=8.0",
"psr/log": "^2 | ^3"
},
"require-dev": {
"greg-1-anderson/composer-test-scenarios": "^1",
2023-01-24 20:12:21 +00:00
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Grasmash\\Expander\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Grasmick"
}
],
"description": "Expands internal property references in PHP arrays file.",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/grasmash/expander/issues",
"source": "https://github.com/grasmash/expander/tree/3.0.1"
},
"time": "2024-11-25T23:28:05+00:00"
},
{
"name": "league/container",
"version": "4.2.4",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/container.git",
"reference": "7ea728b013b9a156c409c6f0fc3624071b742dec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/container/zipball/7ea728b013b9a156c409c6f0fc3624071b742dec",
"reference": "7ea728b013b9a156c409c6f0fc3624071b742dec",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"psr/container": "^1.1 || ^2.0"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"orno/di": "~2.0"
},
"require-dev": {
"nette/php-generator": "^3.4",
"nikic/php-parser": "^4.10",
"phpstan/phpstan": "^0.12.47",
"phpunit/phpunit": "^8.5.17",
2021-10-29 18:31:23 +00:00
"roave/security-advisories": "dev-latest",
2021-02-27 20:24:02 +00:00
"scrutinizer/ocular": "^1.8",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev",
"dev-2.x": "2.x-dev",
"dev-3.x": "3.x-dev",
"dev-4.x": "4.x-dev",
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Container\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Phil Bennett",
"email": "mail@philbennett.co.uk",
"role": "Developer"
}
],
"description": "A fast and intuitive dependency injection container.",
"homepage": "https://github.com/thephpleague/container",
"keywords": [
"container",
"dependency",
"di",
"injection",
"league",
"provider",
"service"
],
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/thephpleague/container/issues",
"source": "https://github.com/thephpleague/container/tree/4.2.4"
2021-02-25 19:49:17 +00:00
},
"funding": [
{
"url": "https://github.com/philipobenito",
"type": "github"
}
],
"time": "2024-11-10T12:42:13+00:00"
},
{
"name": "pear/archive_tar",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
"reference": "b439c859564f5cbb0f64ad6002d0afe84a889602"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/b439c859564f5cbb0f64ad6002d0afe84a889602",
"reference": "b439c859564f5cbb0f64ad6002d0afe84a889602",
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.0alpha2",
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
2019-01-26 03:07:37 +00:00
"ext-bz2": "Bz2 compression support.",
"ext-xz": "Lzma2 compression support.",
"ext-zlib": "Gzip compression support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Archive_Tar": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Vincent Blavet",
"email": "vincent@phpconcept.net"
},
{
"name": "Greg Beaver",
"email": "greg@chiaraquartet.net"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
}
],
2019-01-26 03:07:37 +00:00
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
"homepage": "https://github.com/pear/Archive_Tar",
"keywords": [
"archive",
"tar"
],
2021-02-25 19:49:17 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
"time": "2024-03-16T16:21:40+00:00"
},
{
"name": "pear/console_getopt",
2019-12-03 00:12:48 +00:00
"version": "v1.4.3",
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
2019-12-03 00:12:48 +00:00
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
},
"dist": {
"type": "zip",
2019-12-03 00:12:48 +00:00
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Console": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
2019-12-03 00:12:48 +00:00
},
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Helper"
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
2019-12-03 00:12:48 +00:00
"time": "2019-11-20T18:27:48+00:00"
},
{
"name": "pear/pear-core-minimal",
"version": "v1.10.16",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
"reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c0f51b45f50683bf5bbf558036854ebc9b54d033",
"reference": "c0f51b45f50683bf5bbf558036854ebc9b54d033",
"shasum": ""
},
"require": {
2019-01-26 03:07:37 +00:00
"pear/console_getopt": "~1.4",
2024-01-05 14:17:08 +00:00
"pear/pear_exception": "~1.0",
"php": ">=5.4"
},
"replace": {
"rsky/pear-core-min": "self.version"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"src/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@php.net",
"role": "Lead"
}
],
"description": "Minimal set of PEAR core files to be used as composer dependency",
2021-02-25 19:49:17 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
"time": "2024-11-24T22:27:58+00:00"
},
{
"name": "pear/pear_exception",
2021-04-14 13:50:25 +00:00
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/pear/PEAR_Exception.git",
2021-04-14 13:50:25 +00:00
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
},
"dist": {
"type": "zip",
2021-04-14 13:50:25 +00:00
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"shasum": ""
},
"require": {
2021-04-14 13:50:25 +00:00
"php": ">=5.2.0"
},
"require-dev": {
2021-04-14 13:50:25 +00:00
"phpunit/phpunit": "<9"
},
"type": "class",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"PEAR/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"."
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Helgi Thormar",
"email": "dufuz@php.net"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net"
}
],
"description": "The PEAR Exception base class.",
"homepage": "https://github.com/pear/PEAR_Exception",
"keywords": [
"exception"
],
2021-02-25 19:49:17 +00:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
2021-04-14 13:50:25 +00:00
"time": "2021-03-21T15:43:46+00:00"
},
{
"name": "phootwork/collection",
"version": "v3.2.3",
"source": {
"type": "git",
"url": "https://github.com/phootwork/collection.git",
"reference": "46dde20420fba17766c89200bc3ff91d3e58eafa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa",
"reference": "46dde20420fba17766c89200bc3ff91d3e58eafa",
"shasum": ""
},
"require": {
"phootwork/lang": "^3.0",
"php": ">=8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"phootwork\\collection\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Gossmann",
"homepage": "http://gos.si"
}
],
"description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.",
"homepage": "https://phootwork.github.io/collection/",
"keywords": [
"Array object",
"Text object",
"collection",
"collections",
"json",
"list",
"map",
"queue",
"set",
"stack",
"xml"
],
"support": {
"issues": "https://github.com/phootwork/phootwork/issues",
"source": "https://github.com/phootwork/collection/tree/v3.2.3"
},
"time": "2022-08-27T12:51:24+00:00"
},
{
"name": "phootwork/lang",
"version": "v3.2.3",
"source": {
"type": "git",
"url": "https://github.com/phootwork/lang.git",
"reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
"reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e",
"shasum": ""
},
"require": {
"php": ">=8.0",
"symfony/polyfill-mbstring": "^1.12",
"symfony/polyfill-php81": "^1.22"
},
"type": "library",
"autoload": {
"psr-4": {
"phootwork\\lang\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Gossmann",
"homepage": "http://gos.si"
}
],
"description": "Missing PHP language constructs",
"homepage": "https://phootwork.github.io/lang/",
"keywords": [
"array",
"comparator",
"comparison",
"string"
],
"support": {
"issues": "https://github.com/phootwork/phootwork/issues",
"source": "https://github.com/phootwork/lang/tree/v3.2.3"
},
"time": "2024-10-03T13:43:19+00:00"
},
{
"name": "phpowermove/docblock",
"version": "v4.0",
"source": {
"type": "git",
"url": "https://github.com/phpowermove/docblock.git",
"reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826",
"reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826",
"shasum": ""
},
"require": {
"phootwork/collection": "^3.0",
"phootwork/lang": "^3.0",
"php": ">=8.0"
},
"require-dev": {
"phootwork/php-cs-fixer-config": "^0.4",
"phpunit/phpunit": "^9.0",
"psalm/phar": "^4.3"
},
"type": "library",
"autoload": {
"psr-4": {
"phpowermove\\docblock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Thomas Gossmann",
"homepage": "http://gos.si"
}
],
"description": "PHP Docblock parser and generator. An API to read and write Docblocks.",
"keywords": [
"docblock",
"generator",
"parser"
],
"support": {
"issues": "https://github.com/phpowermove/docblock/issues",
"source": "https://github.com/phpowermove/docblock/tree/v4.0"
},
"time": "2021-09-22T16:57:06+00:00"
},
{
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
2022-01-14 21:27:01 +00:00
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-04-14 13:50:25 +00:00
"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"
],
2021-02-25 19:49:17 +00:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
2021-02-25 19:49:17 +00:00
},
"time": "2021-11-05T16:47:00+00:00"
},
2021-02-25 19:49:17 +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/log",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-05-21 16:11:50 +00:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.2"
2021-02-25 19:49:17 +00:00
},
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "symfony/console",
"version": "v7.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
"reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3",
"shasum": ""
},
"require": {
"php": ">=8.2",
2019-06-21 14:30:36 +00:00
"symfony/polyfill-mbstring": "~1.0",
2023-06-17 15:09:03 +00:00
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^6.4|^7.0"
},
"conflict": {
"symfony/dependency-injection": "<6.4",
"symfony/dotenv": "<6.4",
"symfony/event-dispatcher": "<6.4",
"symfony/lock": "<6.4",
"symfony/process": "<6.4"
},
2019-03-25 15:28:15 +00:00
"provide": {
2022-01-14 21:27:01 +00:00
"psr/log-implementation": "1.0|2.0|3.0"
2019-03-25 15:28:15 +00:00
},
"require-dev": {
2022-01-14 21:27:01 +00:00
"psr/log": "^1|^2|^3",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
2024-01-05 14:17:08 +00:00
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
},
"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"
}
],
2021-02-07 02:48:27 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
2022-01-14 21:27:01 +00:00
"keywords": [
"cli",
2023-06-17 15:09:03 +00:00
"command-line",
2022-01-14 21:27:01 +00:00
"console",
"terminal"
],
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/console/tree/v7.2.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"
}
],
"time": "2024-12-11T03:49:26+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
2021-02-25 19:49:17 +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": "2024-09-25T14:20:29+00:00"
},
{
2019-06-21 14:30:36 +00:00
"name": "symfony/event-dispatcher",
"version": "v7.2.0",
"source": {
"type": "git",
2019-06-21 14:30:36 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
"reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
"shasum": ""
},
"require": {
"php": ">=8.2",
2023-06-17 15:09:03 +00:00
"symfony/event-dispatcher-contracts": "^2.5|^3"
},
2019-06-20 19:57:49 +00:00
"conflict": {
"symfony/dependency-injection": "<6.4",
2023-06-17 15:09:03 +00:00
"symfony/service-contracts": "<2.5"
2019-06-21 14:30:36 +00:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0|3.0"
2019-01-26 03:07:37 +00:00
},
2019-06-20 19:57:49 +00:00
"require-dev": {
2021-10-29 18:31:23 +00:00
"psr/log": "^1|^2|^3",
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/error-handler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
2023-06-17 15:09:03 +00:00
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^6.4|^7.0"
2019-06-21 14:30:36 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-06-21 14:30:36 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
2019-06-20 19:57:49 +00:00
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-20 19:57:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-02-07 02:48:27 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
2021-02-25 19:49:17 +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": "2024-09-25T14:21:43+00:00"
},
{
2019-06-21 14:30:36 +00:00
"name": "symfony/event-dispatcher-contracts",
"version": "v3.5.1",
"source": {
"type": "git",
2019-06-21 14:30:36 +00:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
"reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
"shasum": ""
},
"require": {
"php": ">=8.1",
2021-02-25 19:49:17 +00:00
"psr/event-dispatcher": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
2020-09-09 14:59:28 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
2019-06-21 14:30:36 +00:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-21 14:30:36 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-06-21 14:30:36 +00:00
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
2019-06-21 14:30:36 +00:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
2021-02-25 19:49:17 +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": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/filesystem",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
"reference": "b8dce482de9d7c9fe2891155035a7248ab5c7fdb",
"shasum": ""
},
"require": {
"php": ">=8.2",
2021-10-29 18:31:23 +00:00
"symfony/polyfill-ctype": "~1.8",
2022-01-14 21:27:01 +00:00
"symfony/polyfill-mbstring": "~1.8"
},
"require-dev": {
"symfony/process": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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"
}
],
2021-02-07 02:48:27 +00:00
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/filesystem/tree/v7.2.0"
2021-02-25 19:49:17 +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": "2024-10-25T15:15:23+00:00"
2021-02-25 19:49:17 +00:00
},
{
"name": "symfony/finder",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49",
"reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"require-dev": {
"symfony/filesystem": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-02-07 02:48:27 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/finder/tree/v7.2.0"
2021-02-25 19:49:17 +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": "2024-10-23T06:56:12+00:00"
2018-10-26 20:27:18 +00:00
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.31.0",
2018-10-26 20:27:18 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2018-10-26 20:27:18 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2018-10-26 20:27:18 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2018-10-26 20:27:18 +00:00
},
2022-01-14 21:27:01 +00:00
"provide": {
"ext-ctype": "*"
},
2018-10-26 20:27:18 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
2020-09-09 14:59:28 +00:00
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2018-10-26 20:27:18 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2018-10-26 20:27:18 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-11 16:02:22 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2018-10-26 20:27:18 +00:00
},
{
2019-10-11 16:02:22 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-10-26 20:27:18 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
2021-02-25 19:49:17 +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": "2024-09-09T11:45:10+00:00"
},
2021-02-25 19:49:17 +00:00
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.31.0",
2021-02-25 19:49:17 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
2021-02-25 19:49:17 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2021-02-25 19:49:17 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2021-02-25 19:49:17 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2021-02-25 19:49:17 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2021-02-25 19:49:17 +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 grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
2021-02-25 19:49:17 +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": "2024-09-09T11:45:10+00:00"
2021-02-25 19:49:17 +00:00
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.31.0",
2021-02-25 19:49:17 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
2021-02-25 19:49:17 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
2021-02-25 19:49:17 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2"
2021-02-25 19:49:17 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2021-02-25 19:49:17 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2021-02-25 19:49:17 +00:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
2021-02-25 19:49:17 +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": "2024-09-09T11:45:10+00:00"
2021-02-25 19:49:17 +00:00
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
2022-01-14 21:27:01 +00:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
2020-09-09 14:59:28 +00:00
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
2021-02-25 19:49:17 +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": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.31.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": "2024-09-09T11:45:10+00:00"
2020-09-09 14:59:28 +00:00
},
{
"name": "symfony/process",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
"reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"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"
}
],
2021-02-25 19:49:17 +00:00
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
2020-11-30 15:51:39 +00:00
"support": {
"source": "https://github.com/symfony/process/tree/v7.2.0"
2020-11-30 15:51:39 +00:00
},
2021-02-25 19:49:17 +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": "2024-11-06T14:24:19+00:00"
},
2019-06-21 14:30:36 +00:00
{
"name": "symfony/service-contracts",
"version": "v3.5.1",
2019-06-21 14:30:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
2019-06-21 14:30:36 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
"reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
2019-06-21 14:30:36 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
2022-01-14 21:27:01 +00:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
2019-06-21 14:30:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
2020-09-09 14:59:28 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-06-21 14:30:36 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
2019-06-21 14:30:36 +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": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
2021-02-25 19:49:17 +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": "2024-09-25T14:20:29+00:00"
2019-06-21 14:30:36 +00:00
},
2021-02-25 19:49:17 +00:00
{
"name": "symfony/string",
"version": "v7.2.0",
2021-02-25 19:49:17 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
2021-02-25 19:49:17 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
"reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
2021-02-25 19:49:17 +00:00
"shasum": ""
},
"require": {
2024-01-05 14:17:08 +00:00
"php": ">=8.2",
2021-02-25 19:49:17 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2022-01-14 21:27:01 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2023-06-17 15:09:03 +00:00
"symfony/translation-contracts": "<2.5"
2021-02-25 19:49:17 +00:00
},
"require-dev": {
"symfony/emoji": "^7.1",
2024-01-05 14:17:08 +00:00
"symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
2023-06-17 15:09:03 +00:00
"symfony/translation-contracts": "^2.5|^3.0",
2024-01-05 14:17:08 +00:00
"symfony/var-exporter": "^6.4|^7.0"
2021-02-25 19:49:17 +00:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2021-02-25 19:49:17 +00:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v7.2.0"
2021-02-25 19:49:17 +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": "2024-11-13T13:31:26+00:00"
2021-02-25 19:49:17 +00:00
},
{
"name": "symfony/yaml",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "099581e99f557e9f16b43c5916c26380b54abb22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22",
"reference": "099581e99f557e9f16b43c5916c26380b54abb22",
"shasum": ""
},
"require": {
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3.0",
2022-01-14 21:27:01 +00:00
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/console": "<6.4"
},
"require-dev": {
"symfony/console": "^6.4|^7.0"
},
2021-02-25 19:49:17 +00:00
"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"
}
],
2021-02-07 02:48:27 +00:00
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
2021-02-25 19:49:17 +00:00
"support": {
"source": "https://github.com/symfony/yaml/tree/v7.2.0"
2021-02-25 19:49:17 +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": "2024-10-23T06:56:12+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
2024-01-05 14:17:08 +00:00
"plugin-api-version": "2.6.0"
}