1
0
Fork 0
composer/composer.lock

2413 lines
84 KiB
Plaintext
Raw Normal View History

2012-01-23 09:02:16 +00:00
{
2013-04-08 16:12:19 +00:00
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2014-05-27 11:58:53 +00:00
"This file is @generated automatically"
2013-04-08 16:12:19 +00:00
],
"content-hash": "cc535e8c9fc8f1414a1cede463898453",
2012-01-23 09:02:16 +00:00
"packages": [
2016-04-11 15:33:40 +00:00
{
"name": "composer/ca-bundle",
2023-06-07 06:51:57 +00:00
"version": "1.3.6",
2016-04-11 15:33:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2023-06-07 06:51:57 +00:00
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb"
2016-04-11 15:33:40 +00:00
},
"dist": {
"type": "zip",
2023-06-07 06:51:57 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/90d087e988ff194065333d16bc5cf649872d9cdb",
"reference": "90d087e988ff194065333d16bc5cf649872d9cdb",
2016-04-11 15:33:40 +00:00
"shasum": ""
},
"require": {
2016-07-18 23:27:54 +00:00
"ext-openssl": "*",
"ext-pcre": "*",
2019-08-02 18:41:50 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2016-04-11 15:33:40 +00:00
},
"require-dev": {
2021-01-12 14:30:49 +00:00
"phpstan/phpstan": "^0.12.55",
2016-09-05 08:57:50 +00:00
"psr/log": "^1.0",
2021-01-12 14:30:49 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5",
2021-10-01 08:10:43 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2016-04-11 15:33:40 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-12 14:30:49 +00:00
"dev-main": "1.x-dev"
2016-04-11 15:33:40 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
2020-08-23 13:19:32 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
2023-06-07 06:51:57 +00:00
"source": "https://github.com/composer/ca-bundle/tree/1.3.6"
2020-08-23 13:19:32 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2020-08-23 13:05:38 +00:00
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2023-06-07 06:51:57 +00:00
"time": "2023-06-06T12:02:59+00:00"
2016-04-11 15:33:40 +00:00
},
{
"name": "composer/class-map-generator",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/class-map-generator.git",
"reference": "1e1cb2b791facb2dfe32932a7718cf2571187513"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513",
"reference": "1e1cb2b791facb2dfe32932a7718cf2571187513",
"shasum": ""
},
"require": {
"composer/pcre": "^2 || ^3",
"php": "^7.2 || ^8.0",
"symfony/finder": "^4.4 || ^5.3 || ^6"
},
"require-dev": {
"phpstan/phpstan": "^1.6",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/filesystem": "^5.4 || ^6",
"symfony/phpunit-bridge": "^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\ClassMapGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Utilities to scan PHP code and generate class maps.",
"keywords": [
"classmap"
],
"support": {
"issues": "https://github.com/composer/class-map-generator/issues",
"source": "https://github.com/composer/class-map-generator/tree/1.0.0"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-06-19T11:31:27+00:00"
},
{
"name": "composer/metadata-minifier",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/metadata-minifier.git",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"composer/composer": "^2",
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\MetadataMinifier\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Small utility library that handles metadata minification and expansion.",
"keywords": [
"composer",
"compression"
],
"support": {
"issues": "https://github.com/composer/metadata-minifier/issues",
"source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-04-07T13:37:33+00:00"
},
{
"name": "composer/pcre",
2022-11-17 10:34:54 +00:00
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2022-11-17 10:34:54 +00:00
"reference": "3fdb2807b31a78a40ad89570e30ec77466c98717"
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/composer/pcre/zipball/3fdb2807b31a78a40ad89570e30ec77466c98717",
"reference": "3fdb2807b31a78a40ad89570e30ec77466c98717",
"shasum": ""
},
"require": {
2022-02-26 13:02:11 +00:00
"php": "^7.2 || ^8.0"
},
"require-dev": {
2022-02-02 20:35:37 +00:00
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
2022-02-26 13:02:11 +00:00
"symfony/phpunit-bridge": "^5"
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-26 13:02:11 +00:00
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2022-11-17 10:34:54 +00:00
"source": "https://github.com/composer/pcre/tree/2.1.0"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-11-17 10:34:54 +00:00
"time": "2022-11-16T18:32:04+00:00"
},
{
"name": "composer/semver",
2022-04-01 19:52:46 +00:00
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2022-04-01 19:52:46 +00:00
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
2022-04-01 19:52:46 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2022-02-04 12:14:16 +00:00
"phpstan/phpstan": "^1.4",
2020-05-20 12:39:14 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-08 14:33:47 +00:00
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2015-11-05 10:24:15 +00:00
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2020-06-03 12:56:54 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2022-04-01 19:52:46 +00:00
"source": "https://github.com/composer/semver/tree/3.3.2"
2020-06-03 12:56:54 +00:00
},
2020-04-30 13:21:55 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2020-05-19 14:40:45 +00:00
{
"url": "https://github.com/composer",
"type": "github"
},
2020-04-30 13:21:55 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-04-01 19:52:46 +00:00
"time": "2022-04-01T19:23:25+00:00"
},
{
"name": "composer/spdx-licenses",
2022-05-24 12:46:47 +00:00
"version": "1.5.7",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2022-05-24 12:46:47 +00:00
"reference": "c848241796da2abf65837d51dce1fae55a960149"
},
"dist": {
"type": "zip",
2022-05-24 12:46:47 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
"reference": "c848241796da2abf65837d51dce1fae55a960149",
"shasum": ""
},
"require": {
2019-04-09 15:46:33 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2021-11-23 16:01:51 +00:00
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-03 16:11:00 +00:00
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2015-10-28 02:44:08 +00:00
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
2022-05-24 12:46:47 +00:00
"source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
},
2020-07-17 11:00:41 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-05-24 12:46:47 +00:00
"time": "2022-05-23T07:37:50+00:00"
},
2017-11-23 15:52:48 +00:00
{
"name": "composer/xdebug-handler",
2022-02-26 13:02:11 +00:00
"version": "3.0.3",
2017-11-23 15:52:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2022-02-26 13:02:11 +00:00
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
2017-11-23 15:52:48 +00:00
},
"dist": {
"type": "zip",
2022-02-26 13:02:11 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
2017-11-23 15:52:48 +00:00
"shasum": ""
},
"require": {
2022-02-26 13:02:11 +00:00
"composer/pcre": "^1 || ^2 || ^3",
2022-01-03 12:24:00 +00:00
"php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
2017-11-23 15:52:48 +00:00
},
"require-dev": {
2021-12-08 13:33:14 +00:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
2022-01-03 12:24:00 +00:00
"symfony/phpunit-bridge": "^6.0"
2017-11-23 15:52:48 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
2017-11-23 15:52:48 +00:00
"keywords": [
"Xdebug",
"performance"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
2022-02-26 13:02:11 +00:00
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
2020-06-04 11:43:37 +00:00
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-02-26 13:02:11 +00:00
"time": "2022-02-25T21:32:43+00:00"
2017-11-23 15:52:48 +00:00
},
2012-03-05 19:09:34 +00:00
{
"name": "justinrainbow/json-schema",
2022-04-14 15:05:40 +00:00
"version": "5.2.12",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2022-04-14 15:05:40 +00:00
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
},
"dist": {
"type": "zip",
2022-04-14 15:05:40 +00:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
"reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2019-11-01 16:20:09 +00:00
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
2018-04-12 13:54:55 +00:00
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
2017-03-06 11:47:05 +00:00
"dev-master": "5.0.x-dev"
}
},
"autoload": {
2015-09-12 21:31:24 +00:00
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
2013-04-08 16:12:19 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
2014-09-24 18:19:25 +00:00
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
2014-09-24 18:19:25 +00:00
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2020-06-03 12:56:54 +00:00
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
2022-04-14 15:05:40 +00:00
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
2020-06-03 12:56:54 +00:00
},
2022-04-14 15:05:40 +00:00
"time": "2022-04-13T08:02:27+00:00"
2012-03-05 19:09:34 +00:00
},
{
"name": "psr/container",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2021-03-05T17:36:06+00:00"
},
2016-04-11 15:33:40 +00:00
{
"name": "psr/log",
2021-05-17 13:08:58 +00:00
"version": "1.1.4",
2016-04-11 15:33:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-05-17 13:08:58 +00:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2016-04-11 15:33:40 +00:00
},
"dist": {
"type": "zip",
2021-05-17 13:08:58 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2016-04-11 15:33:40 +00:00
"shasum": ""
},
2016-10-12 14:57:43 +00:00
"require": {
"php": ">=5.3.0"
},
2016-04-11 15:33:40 +00:00
"type": "library",
2016-10-12 14:57:43 +00:00
"extra": {
"branch-alias": {
2019-11-01 16:20:09 +00:00
"dev-master": "1.1.x-dev"
2016-10-12 14:57:43 +00:00
}
},
2016-04-11 15:33:40 +00:00
"autoload": {
2016-10-12 14:57:43 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2016-04-11 15:33:40 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-05-17 13:08:58 +00:00
"homepage": "https://www.php-fig.org/"
2016-04-11 15:33:40 +00:00
}
],
"description": "Common interface for logging libraries",
2016-10-12 14:57:43 +00:00
"homepage": "https://github.com/php-fig/log",
2016-04-11 15:33:40 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
2021-05-17 13:08:58 +00:00
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
2021-05-17 13:08:58 +00:00
"time": "2021-05-03T11:20:27+00:00"
2016-04-11 15:33:40 +00:00
},
{
"name": "react/promise",
2023-05-14 12:25:48 +00:00
"version": "v2.10.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
2023-05-14 12:25:48 +00:00
"reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38"
},
"dist": {
"type": "zip",
2023-05-14 12:25:48 +00:00
"url": "https://api.github.com/repos/reactphp/promise/zipball/f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38",
"reference": "f913fb8cceba1e6644b7b90c4bfb678ed8a3ef38",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
2023-05-14 12:25:48 +00:00
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
2022-02-04 12:14:16 +00:00
],
2022-02-04 15:31:14 +00:00
"psr-4": {
"React\\Promise\\": "src/"
2022-02-04 12:14:16 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-04-30 13:21:55 +00:00
"authors": [
{
"name": "Jan Sorgalla",
2022-02-15 16:05:01 +00:00
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
2020-04-30 13:21:55 +00:00
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2020-06-03 12:56:54 +00:00
"support": {
"issues": "https://github.com/reactphp/promise/issues",
2023-05-14 12:25:48 +00:00
"source": "https://github.com/reactphp/promise/tree/v2.10.0"
2020-06-03 12:56:54 +00:00
},
2022-02-15 16:05:01 +00:00
"funding": [
{
2023-05-14 12:25:48 +00:00
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
2022-02-15 16:05:01 +00:00
}
],
2023-05-14 12:25:48 +00:00
"time": "2023-05-02T15:15:43+00:00"
},
{
"name": "seld/jsonlint",
2023-05-14 12:25:48 +00:00
"version": "1.10.0",
"source": {
"type": "git",
2013-11-22 15:15:18 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
2023-05-14 12:25:48 +00:00
"reference": "594fd6462aad8ecee0b45ca5045acea4776667f1"
},
"dist": {
"type": "zip",
2023-05-14 12:25:48 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/594fd6462aad8ecee0b45ca5045acea4776667f1",
"reference": "594fd6462aad8ecee0b45ca5045acea4776667f1",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0 || ^8.0"
},
2017-03-06 16:51:44 +00:00
"require-dev": {
2022-04-01 14:42:23 +00:00
"phpstan/phpstan": "^1.5",
2022-03-31 12:41:11 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
2017-03-06 16:51:44 +00:00
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
2014-07-20 17:49:28 +00:00
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
2012-11-11 15:26:07 +00:00
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
2012-11-11 15:26:07 +00:00
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2014-07-20 17:49:28 +00:00
"homepage": "http://seld.be"
2012-11-11 15:26:07 +00:00
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
2013-02-11 10:52:50 +00:00
"parser",
2012-11-11 15:26:07 +00:00
"validator"
2013-04-08 16:12:19 +00:00
],
2020-08-23 13:19:32 +00:00
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
2023-05-14 12:25:48 +00:00
"source": "https://github.com/Seldaek/jsonlint/tree/1.10.0"
2020-08-23 13:19:32 +00:00
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
"type": "tidelift"
}
],
2023-05-14 12:25:48 +00:00
"time": "2023-05-11T13:16:46+00:00"
2012-03-05 19:09:34 +00:00
},
{
"name": "seld/phar-utils",
2022-08-31 10:41:43 +00:00
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
2022-08-31 10:41:43 +00:00
"reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
},
"dist": {
"type": "zip",
2022-08-31 10:41:43 +00:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
"reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phar"
],
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
2022-08-31 10:41:43 +00:00
"source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
},
2022-08-31 10:41:43 +00:00
"time": "2022-08-31T10:31:18+00:00"
},
2022-07-20 15:00:20 +00:00
{
"name": "seld/signal-handler",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/signal-handler.git",
"reference": "f69d119511dc0360440cdbdaa71829c149b7be75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75",
"reference": "f69d119511dc0360440cdbdaa71829c149b7be75",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"phpstan/phpstan": "^1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^7.5.20 || ^8.5.23",
"psr/log": "^1 || ^2 || ^3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\Signal\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
"keywords": [
"posix",
"sigint",
"signal",
"sigterm",
"unix"
],
"support": {
"issues": "https://github.com/Seldaek/signal-handler/issues",
"source": "https://github.com/Seldaek/signal-handler/tree/2.0.1"
},
"time": "2022-07-20T18:31:45+00:00"
},
2012-05-12 07:44:22 +00:00
{
"name": "symfony/console",
2023-06-07 06:51:57 +00:00
"version": "v5.4.24",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/console.git",
2023-06-07 06:51:57 +00:00
"reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8"
},
"dist": {
"type": "zip",
2023-06-07 06:51:57 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",
"reference": "560fc3ed7a43e6d30ea94a07d77f9a60b8ed0fb8",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0"
},
2013-04-08 16:12:19 +00:00
"require-dev": {
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
2013-08-12 00:07:17 +00:00
},
"suggest": {
"psr/log": "For using the console logger",
2014-12-02 19:18:44 +00:00
"symfony/event-dispatcher": "",
"symfony/lock": "",
2014-12-02 19:18:44 +00:00
"symfony/process": ""
2013-04-08 16:12:19 +00:00
},
"type": "library",
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
2012-10-19 16:50:05 +00:00
"Symfony\\Component\\Console\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
"keywords": [
"cli",
2023-05-14 12:25:48 +00:00
"command-line",
"console",
"terminal"
],
"support": {
2023-06-07 06:51:57 +00:00
"source": "https://github.com/symfony/console/tree/v5.4.24"
},
"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"
}
],
2023-06-07 06:51:57 +00:00
"time": "2023-05-26T05:13:16+00:00"
2016-10-12 14:57:43 +00:00
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.2",
2016-10-12 14:57:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-04-14 15:05:40 +00:00
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2016-10-12 14:57:43 +00:00
},
"dist": {
"type": "zip",
2022-04-14 15:05:40 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2016-10-12 14:57:43 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2016-10-12 14:57:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2016-10-12 14:57:43 +00:00
}
},
"autoload": {
"files": [
"function.php"
2016-10-12 14:57:43 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2016-10-12 14:57:43 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
2016-10-12 14:57:43 +00:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-14 15:05:40 +00:00
"time": "2022-01-02T09:53:40+00:00"
2012-05-12 07:44:22 +00:00
},
{
"name": "symfony/filesystem",
2023-05-14 12:25:48 +00:00
"version": "v5.4.23",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/filesystem.git",
2023-05-14 12:25:48 +00:00
"reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5"
},
"dist": {
"type": "zip",
2023-05-14 12:25:48 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5",
"reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
2015-12-16 18:51:41 +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 basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
2023-05-14 12:25:48 +00:00
"source": "https://github.com/symfony/filesystem/tree/v5.4.23"
},
"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"
}
],
2023-05-14 12:25:48 +00:00
"time": "2023-03-02T11:38:35+00:00"
},
2012-05-12 07:44:22 +00:00
{
"name": "symfony/finder",
"version": "v5.4.21",
"source": {
"type": "git",
2015-10-28 02:44:08 +00:00
"url": "https://github.com/symfony/finder.git",
"reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19",
"reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
2015-03-24 00:12:43 +00:00
},
"type": "library",
"autoload": {
2015-10-28 02:44:08 +00:00
"psr-4": {
2013-04-08 16:12:19 +00:00
"Symfony\\Component\\Finder\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.21"
},
"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-02-16T09:33:00+00:00"
2018-07-20 11:48:39 +00:00
},
{
"name": "symfony/polyfill-ctype",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
2018-07-20 11:48:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-11-17 10:34:54 +00:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2018-07-20 11:48:39 +00:00
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2018-07-20 11:48:39 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2018-07-20 11:48:39 +00:00
},
2022-01-03 12:24:00 +00:00
"provide": {
"ext-ctype": "*"
},
2018-08-22 07:43:30 +00:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-07-20 11:48:39 +00:00
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
2020-07-17 11:00:41 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-07-20 11:48:39 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-02-25 19:49:24 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2018-07-20 11:48:39 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-07-20 11:48:39 +00:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-06-03 12:56:54 +00:00
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2020-06-03 12:56:54 +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"
}
],
2022-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
2015-12-16 18:51:41 +00:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
2015-12-16 18:51:41 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-11-17 10:34:54 +00:00
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
2015-12-16 18:51:41 +00:00
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
2015-12-16 18:51:41 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2015-12-16 18:51:41 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
2015-12-16 18:51:41 +00:00
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
2020-07-17 11:00:41 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2015-12-16 18:51:41 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-02-15 16:05:01 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2015-12-16 18:51:41 +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",
2015-12-16 18:51:41 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
2015-12-16 18:51:41 +00:00
"polyfill",
"portable",
"shim"
],
2020-06-03 12:56:54 +00:00
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
2020-06-03 12:56:54 +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"
}
],
2022-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
2012-01-23 09:02:16 +00:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-11-17 10:34:54 +00:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
2015-03-24 00:12:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-02-15 16:05:01 +00:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
2015-12-16 18:51:41 +00:00
]
},
2013-01-10 11:04:16 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.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-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
2014-12-02 19:18:44 +00:00
{
"name": "symfony/polyfill-mbstring",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-11-17 10:34:54 +00:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2014-12-02 19:18:44 +00:00
},
2022-01-03 12:24:00 +00:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
2014-12-02 19:18:44 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2014-12-02 19:18:44 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-02-15 16:05:01 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2014-12-02 19:18:44 +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"
2014-12-02 19:18:44 +00:00
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2014-12-02 19:18:44 +00:00
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2014-12-02 19:18:44 +00:00
],
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.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-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
2014-12-02 19:18:44 +00:00
},
2015-02-21 10:08:47 +00:00
{
"name": "symfony/polyfill-php73",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
2015-02-21 10:08:47 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2022-11-17 10:34:54 +00:00
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
2015-02-21 10:08:47 +00:00
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
2015-02-21 10:08:47 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2015-02-21 10:08:47 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2015-02-21 10:08:47 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-02-15 16:05:01 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
]
2015-02-21 10:08:47 +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",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.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-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php80",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2022-11-17 10:34:54 +00:00
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-02-15 16:05:01 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.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-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php81",
2022-11-17 10:34:54 +00:00
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
2022-11-17 10:34:54 +00:00
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
},
"dist": {
"type": "zip",
2022-11-17 10:34:54 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-17 10:34:54 +00:00
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2022-11-17 10:34:54 +00:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.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-11-17 10:34:54 +00:00
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/process",
2023-06-07 06:51:57 +00:00
"version": "v5.4.24",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2023-06-07 06:51:57 +00:00
"reference": "e3c46cc5689c8782944274bb30702106ecbe3b64"
},
"dist": {
"type": "zip",
2023-06-07 06:51:57 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/e3c46cc5689c8782944274bb30702106ecbe3b64",
"reference": "e3c46cc5689c8782944274bb30702106ecbe3b64",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
2023-06-07 06:51:57 +00:00
"source": "https://github.com/symfony/process/tree/v5.4.24"
},
"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"
}
],
2023-06-07 06:51:57 +00:00
"time": "2023-05-17T11:26:05+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
2022-04-14 15:05:40 +00:00
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-05-30T19:17:29+00:00"
},
{
"name": "symfony/string",
2023-05-14 12:25:48 +00:00
"version": "v5.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2023-05-14 12:25:48 +00:00
"reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"
},
"dist": {
"type": "zip",
2023-05-14 12:25:48 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
"reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"conflict": {
"symfony/translation-contracts": ">=3.0"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-02-25 19:53:58 +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": {
2023-05-14 12:25:48 +00:00
"source": "https://github.com/symfony/string/tree/v5.4.22"
},
"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"
}
],
2023-05-14 12:25:48 +00:00
"time": "2023-03-14T06:11:53+00:00"
}
],
"packages-dev": [
2014-12-02 19:18:44 +00:00
{
2021-12-08 16:03:05 +00:00
"name": "phpstan/phpstan",
2023-06-07 06:51:57 +00:00
"version": "1.10.16",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
2021-12-08 16:03:05 +00:00
"url": "https://github.com/phpstan/phpstan.git",
2023-06-07 06:51:57 +00:00
"reference": "352bdbb960bb523e3d71b834862589f910921c23"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2023-06-07 06:51:57 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/352bdbb960bb523e3d71b834862589f910921c23",
"reference": "352bdbb960bb523e3d71b834862589f910921c23",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
2022-03-29 12:03:05 +00:00
"php": "^7.2|^8.0"
2014-12-02 19:18:44 +00:00
},
2021-12-08 16:03:05 +00:00
"conflict": {
"phpstan/phpstan-shim": "*"
2014-12-02 19:18:44 +00:00
},
2021-12-08 16:03:05 +00:00
"bin": [
"phpstan",
"phpstan.phar"
],
2014-12-02 19:18:44 +00:00
"type": "library",
"autoload": {
2021-12-08 16:03:05 +00:00
"files": [
"bootstrap.php"
2014-12-02 19:18:44 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-08 16:03:05 +00:00
"MIT"
2014-12-02 19:18:44 +00:00
],
2021-12-08 16:03:05 +00:00
"description": "PHPStan - PHP Static Analysis Tool",
2022-08-25 15:37:49 +00:00
"keywords": [
"dev",
"static analysis"
],
2021-12-08 16:03:05 +00:00
"support": {
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2021-12-08 16:03:05 +00:00
"issues": "https://github.com/phpstan/phpstan/issues",
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2021-12-08 16:03:05 +00:00
},
"funding": [
{
2021-12-08 16:03:05 +00:00
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
2014-12-02 19:18:44 +00:00
{
2021-12-08 16:03:05 +00:00
"url": "https://github.com/phpstan",
"type": "github"
2014-12-02 19:18:44 +00:00
},
{
2021-12-08 16:03:05 +00:00
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-06-07 06:51:57 +00:00
"time": "2023-06-05T08:21:46+00:00"
2014-12-02 19:18:44 +00:00
},
{
2021-12-08 16:03:05 +00:00
"name": "phpstan/phpstan-deprecation-rules",
"version": "1.1.3",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
2021-12-08 16:03:05 +00:00
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
"reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/a22b36b955a2e9a3d39fe533b6c1bb5359f9c319",
"reference": "a22b36b955a2e9a3d39fe533b6c1bb5359f9c319",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
2021-12-08 16:03:05 +00:00
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-php-parser": "^1.1",
2021-12-08 16:03:05 +00:00
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
2014-12-02 19:18:44 +00:00
},
2021-12-08 16:03:05 +00:00
"type": "phpstan-extension",
2014-12-02 19:18:44 +00:00
"extra": {
2021-12-08 16:03:05 +00:00
"phpstan": {
"includes": [
"rules.neon"
]
2014-12-02 19:18:44 +00:00
}
},
"autoload": {
2021-12-08 16:03:05 +00:00
"psr-4": {
"PHPStan\\": "src/"
}
2014-12-02 19:18:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-08 16:03:05 +00:00
"MIT"
2014-12-02 19:18:44 +00:00
],
2021-12-08 16:03:05 +00:00
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"support": {
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
"source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.3"
2021-12-08 16:03:05 +00:00
},
"time": "2023-03-17T07:50:08+00:00"
2021-12-08 16:03:05 +00:00
},
{
"name": "phpstan/phpstan-phpunit",
2023-06-07 06:51:57 +00:00
"version": "1.3.13",
2021-12-08 16:03:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
2023-06-07 06:51:57 +00:00
"reference": "d8bdab0218c5eb0964338d24a8511b65e9c94fa5"
2021-12-08 16:03:05 +00:00
},
"dist": {
"type": "zip",
2023-06-07 06:51:57 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/d8bdab0218c5eb0964338d24a8511b65e9c94fa5",
"reference": "d8bdab0218c5eb0964338d24a8511b65e9c94fa5",
2021-12-08 16:03:05 +00:00
"shasum": ""
},
"require": {
2022-03-29 12:03:05 +00:00
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10"
2021-12-08 16:03:05 +00:00
},
"conflict": {
"phpunit/phpunit": "<7.0"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"extension.neon",
"rules.neon"
]
2014-12-02 19:18:44 +00:00
}
},
2021-12-08 16:03:05 +00:00
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
2021-12-08 16:03:05 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-12-08 16:03:05 +00:00
"description": "PHPUnit extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-phpunit/issues",
2023-06-07 06:51:57 +00:00
"source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.13"
2021-12-08 16:03:05 +00:00
},
2023-06-07 06:51:57 +00:00
"time": "2023-05-26T11:05:59+00:00"
2014-12-02 19:18:44 +00:00
},
{
2021-12-08 16:03:05 +00:00
"name": "phpstan/phpstan-strict-rules",
2023-05-14 12:25:48 +00:00
"version": "1.5.1",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
2021-12-08 16:03:05 +00:00
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
2023-05-14 12:25:48 +00:00
"reference": "b21c03d4f6f3a446e4311155f4be9d65048218e6"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2023-05-14 12:25:48 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b21c03d4f6f3a446e4311155f4be9d65048218e6",
"reference": "b21c03d4f6f3a446e4311155f4be9d65048218e6",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
"require": {
2022-04-27 20:00:04 +00:00
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10"
2014-12-02 19:18:44 +00:00
},
"require-dev": {
2021-12-08 16:03:05 +00:00
"nikic/php-parser": "^4.13.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
2021-12-08 16:03:05 +00:00
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
2014-12-02 19:18:44 +00:00
},
2021-12-08 16:03:05 +00:00
"type": "phpstan-extension",
2014-12-02 19:18:44 +00:00
"extra": {
2021-12-08 16:03:05 +00:00
"phpstan": {
"includes": [
"rules.neon"
]
2014-12-02 19:18:44 +00:00
}
},
"autoload": {
2021-12-08 16:03:05 +00:00
"psr-4": {
"PHPStan\\": "src/"
}
2014-12-02 19:18:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-08 16:03:05 +00:00
"MIT"
2014-12-02 19:18:44 +00:00
],
2021-12-08 16:03:05 +00:00
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
2023-05-14 12:25:48 +00:00
"source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.1"
2021-12-08 16:03:05 +00:00
},
2023-05-14 12:25:48 +00:00
"time": "2023-03-29T14:47:40+00:00"
2021-12-08 16:03:05 +00:00
},
{
"name": "phpstan/phpstan-symfony",
2023-05-14 12:25:48 +00:00
"version": "1.3.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
2023-05-14 12:25:48 +00:00
"reference": "7332b90dfc291ac5b4b83fbca2081936faa1e3f9"
},
"dist": {
"type": "zip",
2023-05-14 12:25:48 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7332b90dfc291ac5b4b83fbca2081936faa1e3f9",
"reference": "7332b90dfc291ac5b4b83fbca2081936faa1e3f9",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
2022-06-01 19:40:56 +00:00
"php": "^7.2 || ^8.0",
2023-05-14 12:25:48 +00:00
"phpstan/phpstan": "^1.9.18"
},
"conflict": {
"symfony/framework-bundle": "<3.0"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
2023-05-14 12:25:48 +00:00
"phpunit/phpunit": "^8.5.29 || ^9.5",
2022-02-25 19:53:58 +00:00
"psr/container": "1.0 || 1.1.1",
2022-08-25 15:37:49 +00:00
"symfony/config": "^5.4 || ^6.1",
"symfony/console": "^5.4 || ^6.1",
"symfony/dependency-injection": "^5.4 || ^6.1",
"symfony/form": "^5.4 || ^6.1",
"symfony/framework-bundle": "^5.4 || ^6.1",
"symfony/http-foundation": "^5.4 || ^6.1",
"symfony/messenger": "^5.4",
"symfony/polyfill-php80": "^1.24",
2022-08-25 15:37:49 +00:00
"symfony/serializer": "^5.4"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"extension.neon",
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lukáš Unger",
"email": "looky.msc@gmail.com",
"homepage": "https://lookyman.net"
}
],
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
2023-05-14 12:25:48 +00:00
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.3.2"
},
2023-05-14 12:25:48 +00:00
"time": "2023-05-16T12:46:15+00:00"
},
2014-12-02 19:18:44 +00:00
{
2020-02-07 03:18:45 +00:00
"name": "symfony/phpunit-bridge",
2023-06-07 06:51:57 +00:00
"version": "v6.3.0",
2014-12-02 19:18:44 +00:00
"source": {
"type": "git",
2020-02-07 03:18:45 +00:00
"url": "https://github.com/symfony/phpunit-bridge.git",
2023-06-07 06:51:57 +00:00
"reference": "f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f"
2014-12-02 19:18:44 +00:00
},
"dist": {
"type": "zip",
2023-06-07 06:51:57 +00:00
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f",
"reference": "f8d75b4d9bf7243979b2c2e5e6cd73f03e10579f",
2014-12-02 19:18:44 +00:00
"shasum": ""
},
2020-02-07 03:18:45 +00:00
"require": {
"php": ">=7.1.3"
2013-01-10 10:51:02 +00:00
},
2020-02-07 03:18:45 +00:00
"conflict": {
"phpunit/phpunit": "<7.5|9.1.2"
},
"require-dev": {
2023-06-07 06:51:57 +00:00
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/polyfill-php81": "^1.27"
2015-03-24 00:12:43 +00:00
},
2020-02-07 03:18:45 +00:00
"bin": [
"bin/simple-phpunit"
],
"type": "symfony-bridge",
2013-04-08 16:12:19 +00:00
"extra": {
2020-02-07 03:18:45 +00:00
"thanks": {
"name": "phpunit/phpunit",
"url": "https://github.com/sebastianbergmann/phpunit"
2013-04-08 16:12:19 +00:00
}
},
2013-01-10 10:51:02 +00:00
"autoload": {
2020-02-07 03:18:45 +00:00
"files": [
"bootstrap.php"
],
2015-10-28 02:44:08 +00:00
"psr-4": {
2020-02-07 03:18:45 +00:00
"Symfony\\Bridge\\PhpUnit\\": ""
2015-12-16 18:51:41 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2013-01-10 10:51:02 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2014-09-24 18:19:25 +00:00
{
2020-02-07 03:18:45 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-06-10 16:13:39 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2013-01-10 10:51:02 +00:00
}
],
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
2015-06-10 16:13:39 +00:00
"homepage": "https://symfony.com",
2020-06-03 12:56:54 +00:00
"support": {
2023-06-07 06:51:57 +00:00
"source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.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"
}
],
2023-06-07 06:51:57 +00:00
"time": "2023-05-30T09:01:24+00:00"
2013-01-10 10:51:02 +00:00
}
],
"aliases": [],
2012-08-15 15:52:50 +00:00
"minimum-stability": "stable",
2022-07-30 19:14:03 +00:00
"stability-flags": [],
2014-07-20 17:49:28 +00:00
"prefer-stable": false,
2015-01-01 20:53:06 +00:00
"prefer-lowest": false,
2013-04-08 16:12:19 +00:00
"platform": {
"php": "^7.2.5 || ^8.0"
2013-04-08 16:12:19 +00:00
},
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"
},
2023-06-07 06:51:57 +00:00
"plugin-api-version": "2.6.0"
2012-02-20 11:34:28 +00:00
}