trueskill/composer.lock

4357 lines
154 KiB
Plaintext
Raw Permalink Normal View History

2016-05-24 11:54:03 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2022-07-05 13:33:34 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-05-24 11:54:03 +00:00
"This file is @generated automatically"
],
"content-hash": "9bcad23ed6b67a87b77c11db92614e65",
2022-07-05 14:32:18 +00:00
"packages": [],
2016-05-24 11:54:03 +00:00
"packages-dev": [
2022-07-05 14:32:18 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "amphp/amp",
"version": "v3.0.2",
2022-07-05 14:32:18 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/amphp/amp.git",
"reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0"
2022-07-05 14:32:18 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
"reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
2022-07-05 14:32:18 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2022-07-05 14:32:18 +00:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "5.23.1"
2023-08-03 14:26:00 +00:00
},
"type": "library",
2022-07-05 14:32:18 +00:00
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"src/functions.php",
"src/Future/functions.php",
"src/Internal/functions.php"
2023-08-03 14:26:00 +00:00
],
2022-07-05 14:32:18 +00:00
"psr-4": {
"Amp\\": "src"
2022-07-05 14:32:18 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-08-03 14:26:00 +00:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
2022-07-05 14:32:18 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "https://amphp.org/amp",
2022-07-05 14:32:18 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
2022-07-05 14:32:18 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v3.0.2"
2022-07-05 14:32:18 +00:00
},
2023-08-03 14:26:00 +00:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-05-10T21:37:46+00:00"
2022-07-05 14:32:18 +00:00
},
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "amphp/byte-stream",
"version": "v2.1.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/amphp/byte-stream.git",
"reference": "daa00f2efdbd71565bf64ffefa89e37542addf93"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/daa00f2efdbd71565bf64ffefa89e37542addf93",
"reference": "daa00f2efdbd71565bf64ffefa89e37542addf93",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/parser": "^1.1",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2.3"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "5.22.1"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
"src/Internal/functions.php"
2022-07-05 13:42:21 +00:00
],
"psr-4": {
"Amp\\ByteStream\\": "src"
2022-07-05 13:42:21 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
2024-04-30 07:23:28 +00:00
"homepage": "https://amphp.org/byte-stream",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/amphp/byte-stream/issues",
"source": "https://github.com/amphp/byte-stream/tree/v2.1.1"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-02-17T04:49:38+00:00"
},
{
"name": "amphp/parser",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/parser.git",
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Parser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A generator parser to make streaming parsers simple.",
"homepage": "https://github.com/amphp/parser",
"keywords": [
"async",
"non-blocking",
"parser",
"stream"
],
"support": {
"issues": "https://github.com/amphp/parser/issues",
"source": "https://github.com/amphp/parser/tree/v1.1.1"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-03-21T19:16:53+00:00"
},
{
"name": "amphp/pipeline",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/pipeline.git",
"reference": "66c095673aa5b6e689e63b52d19e577459129ab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/pipeline/zipball/66c095673aa5b6e689e63b52d19e577459129ab3",
"reference": "66c095673aa5b6e689e63b52d19e577459129ab3",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"php": ">=8.1",
"revolt/event-loop": "^1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.18"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Pipeline\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Asynchronous iterators and operators.",
"homepage": "https://amphp.org/pipeline",
"keywords": [
"amp",
"amphp",
"async",
"io",
"iterator",
"non-blocking"
],
"support": {
"issues": "https://github.com/amphp/pipeline/issues",
"source": "https://github.com/amphp/pipeline/tree/v1.2.1"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-07-04T00:56:47+00:00"
},
{
"name": "amphp/serialization",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/serialization.git",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^9 || ^8 || ^7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Amp\\Serialization\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Serialization tools for IPC and data storage in PHP.",
"homepage": "https://github.com/amphp/serialization",
"keywords": [
"async",
"asynchronous",
"serialization",
"serialize"
],
"support": {
"issues": "https://github.com/amphp/serialization/issues",
"source": "https://github.com/amphp/serialization/tree/master"
},
"time": "2020-03-25T21:39:07+00:00"
},
{
"name": "amphp/sync",
2024-08-16 07:57:08 +00:00
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/sync.git",
2024-08-16 07:57:08 +00:00
"reference": "217097b785130d77cfcc58ff583cf26cd1770bf1"
},
"dist": {
"type": "zip",
2024-08-16 07:57:08 +00:00
"url": "https://api.github.com/repos/amphp/sync/zipball/217097b785130d77cfcc58ff583cf26cd1770bf1",
"reference": "217097b785130d77cfcc58ff583cf26cd1770bf1",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "5.23"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Amp\\Sync\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
}
],
"description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
"homepage": "https://github.com/amphp/sync",
"keywords": [
"async",
"asynchronous",
"mutex",
"semaphore",
"synchronization"
],
"support": {
"issues": "https://github.com/amphp/sync/issues",
2024-08-16 07:57:08 +00:00
"source": "https://github.com/amphp/sync/tree/v2.3.0"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/amphp",
"type": "github"
2022-07-05 13:42:21 +00:00
}
],
2024-08-16 07:57:08 +00:00
"time": "2024-08-03T19:31:26+00:00"
2022-07-05 13:42:21 +00:00
},
2024-02-08 11:52:29 +00:00
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.5",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
},
"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-01-17T14:14:24+00:00"
},
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "composer/pcre",
2024-09-12 13:36:35 +00:00
"version": "3.3.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer/pcre.git",
2024-09-12 13:36:35 +00:00
"reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
"reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": "^7.4 || ^8.0"
2022-07-05 13:42:21 +00:00
},
2024-07-31 07:27:13 +00:00
"conflict": {
2024-09-12 13:36:35 +00:00
"phpstan/phpstan": "<1.11.10"
2024-07-31 07:27:13 +00:00
},
2022-07-05 13:42:21 +00:00
"require-dev": {
2024-09-12 13:36:35 +00:00
"phpstan/phpstan": "^1.11.10",
2023-08-03 14:26:00 +00:00
"phpstan/phpstan-strict-rules": "^1.1",
2024-07-31 07:27:13 +00:00
"phpunit/phpunit": "^8 || ^9"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "3.x-dev"
2024-07-31 07:27:13 +00:00
},
"phpstan": {
"includes": [
"extension.neon"
]
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"psr-4": {
2023-08-03 14:26:00 +00:00
"Composer\\Pcre\\": "src"
2022-07-05 13:42:21 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2022-07-05 13:42:21 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"PCRE",
"preg",
"regex",
"regular expression"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/composer/pcre/issues",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/composer/pcre/tree/3.3.1"
2022-07-05 13:42:21 +00:00
},
2023-08-03 14:26:00 +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"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-08-27T18:44:43+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "composer/semver",
"version": "3.4.2",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer/semver.git",
"reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6",
"reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "3.x-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Composer\\Semver\\": "src"
}
2022-07-05 13:42:21 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2022-07-05 13:42:21 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2022-07-05 13:42:21 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"irc": "ircs://irc.libera.chat:6697/composer",
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.4.2"
2022-07-05 13:42:21 +00:00
},
2023-08-03 14:26:00 +00:00
"funding": [
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"url": "https://packagist.com",
"type": "custom"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer",
"type": "github"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
"time": "2024-07-12T11:35:52+00:00"
2022-07-05 13:42:21 +00:00
},
2022-07-05 14:18:20 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "composer/xdebug-handler",
2024-05-14 08:46:43 +00:00
"version": "3.0.5",
2022-07-05 14:18:20 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer/xdebug-handler.git",
2024-05-14 08:46:43 +00:00
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
2022-07-05 14:18:20 +00:00
},
"dist": {
"type": "zip",
2024-05-14 08:46:43 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
2022-07-05 14:18:20 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
2022-07-05 14:18:20 +00:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
2024-04-30 07:23:28 +00:00
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
2022-07-05 14:18:20 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
2022-07-05 14:18:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
2023-08-01 11:26:38 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"Xdebug",
"performance"
2023-08-01 11:26:38 +00:00
],
2022-07-05 14:18:20 +00:00
"support": {
2024-04-30 07:23:28 +00:00
"irc": "ircs://irc.libera.chat:6697/composer",
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/composer/xdebug-handler/issues",
2024-05-14 08:46:43 +00:00
"source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
2022-07-05 14:18:20 +00:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://packagist.com",
"type": "custom"
2022-07-05 14:18:20 +00:00
},
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer",
2022-07-05 14:18:20 +00:00
"type": "github"
},
{
2023-08-03 14:26:00 +00:00
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
2022-07-05 14:18:20 +00:00
"type": "tidelift"
}
],
2024-05-14 08:46:43 +00:00
"time": "2024-05-06T16:37:16+00:00"
2022-07-05 14:18:20 +00:00
},
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
},
{
"name": "doctrine/deprecations",
2024-01-31 14:15:55 +00:00
"version": "1.1.3",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2024-01-31 14:15:55 +00:00
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-31 14:15:55 +00:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
2024-01-31 14:15:55 +00:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
2023-08-03 14:26:00 +00:00
},
2024-01-31 14:15:55 +00:00
"time": "2024-01-30T19:34:25+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "felixfbecker/advanced-json-rpc",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"shasum": ""
},
"require": {
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
},
"time": "2021-06-11T22:34:44+00:00"
},
{
"name": "felixfbecker/language-server-protocol",
"version": "v1.5.2",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
},
"time": "2022-03-02T22:36:06+00:00"
},
{
"name": "fidry/cpu-core-counter",
2024-09-12 13:36:35 +00:00
"version": "1.2.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/theofidry/cpu-core-counter.git",
2024-09-12 13:36:35 +00:00
"reference": "8520451a140d3f46ac33042715115e290cf5785f"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
"reference": "8520451a140d3f46ac33042715115e290cf5785f",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"fidry/makefile": "^0.2.0",
2024-01-12 14:54:04 +00:00
"fidry/php-cs-fixer-config": "^1.1.2",
2023-08-03 14:26:00 +00:00
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
2024-01-12 14:54:04 +00:00
"phpunit/phpunit": "^8.5.31 || ^9.5.26",
2023-08-03 14:26:00 +00:00
"webmozarts/strict-phpunit": "^7.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Fidry\\CpuCoreCounter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Théo FIDRY",
"email": "theo.fidry@gmail.com"
}
],
"description": "Tiny utility to get the number of CPU cores.",
"keywords": [
"CPU",
"core"
],
"support": {
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-08-06T10:04:20+00:00"
2023-08-03 14:26:00 +00:00
},
2024-04-30 07:23:28 +00:00
{
"name": "league/csv",
2024-06-18 12:50:00 +00:00
"version": "9.16.0",
2024-04-30 07:23:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
2024-06-18 12:50:00 +00:00
"reference": "998280c6c34bd67d8125fdc8b45bae28d761b440"
2024-04-30 07:23:28 +00:00
},
"dist": {
"type": "zip",
2024-06-18 12:50:00 +00:00
"url": "https://api.github.com/repos/thephpleague/csv/zipball/998280c6c34bd67d8125fdc8b45bae28d761b440",
"reference": "998280c6c34bd67d8125fdc8b45bae28d761b440",
2024-04-30 07:23:28 +00:00
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^8.1.2"
},
"require-dev": {
2024-06-18 12:50:00 +00:00
"doctrine/collections": "^2.2.2",
2024-04-30 07:23:28 +00:00
"ext-dom": "*",
"ext-xdebug": "*",
2024-06-18 12:50:00 +00:00
"friendsofphp/php-cs-fixer": "^3.57.1",
2024-04-30 07:23:28 +00:00
"phpbench/phpbench": "^1.2.15",
2024-06-18 12:50:00 +00:00
"phpstan/phpstan": "^1.11.1",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpunit/phpunit": "^10.5.16 || ^11.1.3",
"symfony/var-dumper": "^6.4.6 || ^7.0.7"
2024-04-30 07:23:28 +00:00
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
2024-06-18 12:50:00 +00:00
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
"ext-mbstring": "Needed to ease transcoding CSV using mb stream filters"
2024-04-30 07:23:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"League\\Csv\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "CSV data manipulation made easy in PHP",
"homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
"support": {
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2024-06-18 12:50:00 +00:00
"time": "2024-05-24T11:04:54+00:00"
2024-04-30 07:23:28 +00:00
},
2023-08-03 14:26:00 +00:00
{
"name": "myclabs/deep-copy",
2024-06-18 12:50:00 +00:00
"version": "1.12.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2024-06-18 12:50:00 +00:00
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-06-18 12:50:00 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
2024-06-18 12:50:00 +00:00
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
2024-06-18 12:50:00 +00:00
"phpspec/prophecy": "^1.10",
2023-08-03 14:26:00 +00:00
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2024-06-18 12:50:00 +00:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2024-06-18 12:50:00 +00:00
"time": "2024-06-12T14:39:25+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "netresearch/jsonmapper",
2024-09-12 13:36:35 +00:00
"version": "v4.5.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2024-09-12 13:36:35 +00:00
"reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
"reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=7.1"
},
"require-dev": {
2024-01-31 14:15:55 +00:00
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
2023-08-03 14:26:00 +00:00
"squizlabs/php_codesniffer": "~3.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
"description": "Map nested JSON structures onto PHP classes",
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0"
2023-08-03 14:26:00 +00:00
},
2024-09-12 13:36:35 +00:00
"time": "2024-09-08T10:13:13+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "nikic/php-parser",
"version": "v5.1.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
"reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
2023-08-03 14:26:00 +00:00
"ext-tokenizer": "*",
"php": ">=7.4"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^9.0"
2023-08-03 14:26:00 +00:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
2023-08-03 14:26:00 +00:00
},
"time": "2024-07-01T20:03:41+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phar-io/manifest",
2024-03-04 07:59:16 +00:00
"version": "2.0.4",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2024-03-04 07:59:16 +00:00
"reference": "54750ef60c58e43759730615a392c31c80e23176"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-03-04 07:59:16 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2024-03-04 07:59:16 +00:00
"ext-libxml": "*",
2023-08-03 14:26:00 +00:00
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
2024-03-04 07:59:16 +00:00
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
2023-08-03 14:26:00 +00:00
},
2024-03-04 07:59:16 +00:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phar-io/version",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
"time": "2022-02-21T01:04:05+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2024-05-21 06:50:32 +00:00
"version": "5.4.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2024-05-21 06:50:32 +00:00
"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-05-21 06:50:32 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
2024-04-30 07:23:28 +00:00
"doctrine/deprecations": "^1.1",
2023-08-03 14:26:00 +00:00
"ext-filter": "*",
2024-04-30 07:23:28 +00:00
"php": "^7.4 || ^8.0",
2023-08-03 14:26:00 +00:00
"phpdocumentor/reflection-common": "^2.2",
2024-04-30 07:23:28 +00:00
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.7",
2023-08-03 14:26:00 +00:00
"webmozart/assert": "^1.9.1"
},
"require-dev": {
2024-04-30 07:23:28 +00:00
"mockery/mockery": "~1.3.5",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.13"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
2024-04-30 07:23:28 +00:00
"email": "opensource@ijaap.nl"
2023-08-03 14:26:00 +00:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2024-05-21 06:50:32 +00:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1"
2023-08-03 14:26:00 +00:00
},
2024-05-21 06:50:32 +00:00
"time": "2024-05-21T05:55:05+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2024-02-26 09:19:39 +00:00
"version": "1.8.2",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2024-02-26 09:19:39 +00:00
"reference": "153ae662783729388a584b4361f2545e4d841e3c"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-02-26 09:19:39 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
"reference": "153ae662783729388a584b4361f2545e4d841e3c",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
2024-02-26 09:19:39 +00:00
"php": "^7.3 || ^8.0",
2023-08-03 14:26:00 +00:00
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2024-02-26 09:19:39 +00:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2"
2023-08-03 14:26:00 +00:00
},
2024-02-26 09:19:39 +00:00
"time": "2024-02-23T11:10:43+00:00"
2023-08-03 14:26:00 +00:00
},
2024-02-02 11:04:31 +00:00
{
"name": "phpmetrics/phpmetrics",
"version": "v3.0.0rc6",
2024-02-02 11:04:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpmetrics/PhpMetrics.git",
"reference": "6c68b4b4f863d57139cd32eee00c9bf149bf12dd"
2024-02-02 11:04:31 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpmetrics/PhpMetrics/zipball/6c68b4b4f863d57139cd32eee00c9bf149bf12dd",
"reference": "6c68b4b4f863d57139cd32eee00c9bf149bf12dd",
2024-02-02 11:04:31 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nikic/php-parser": "^5.0",
2024-02-02 11:04:31 +00:00
"php": ">=8.1"
},
"replace": {
"halleck45/php-metrics": "*",
"halleck45/phpmetrics": "*"
},
"require-dev": {
"phake/phake": "^4.4.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "^10.5",
2024-02-02 11:04:31 +00:00
"roave/security-advisories": "dev-latest",
"sebastian/comparator": ">=5.0.0",
"squizlabs/php_codesniffer": "^3.8",
"symfony/dom-crawler": "^6.4"
2024-02-02 11:04:31 +00:00
},
"suggest": {
"ext-dom": "To allow XML parsing and report results.",
"ext-yaml": "To allow yaml parsing of configuration files."
},
"bin": [
"bin/phpmetrics"
],
"type": "library",
"autoload": {
"psr-4": {
"Hal\\": "src/Hal"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jean-François Lépine",
"email": "lepinejeanfrancois@yahoo.fr",
"homepage": "http://www.lepine.pro",
"role": "Copyright Holder"
}
],
"description": "Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
"homepage": "http://www.phpmetrics.org",
"keywords": [
"analysis",
"qa",
"quality",
"testing"
],
"support": {
"issues": "https://github.com/PhpMetrics/PhpMetrics/issues",
"source": "https://github.com/phpmetrics/PhpMetrics/tree/v3.0.0rc6"
2024-02-02 11:04:31 +00:00
},
"time": "2024-02-08T11:24:59+00:00"
2024-02-02 11:04:31 +00:00
},
2023-08-03 14:26:00 +00:00
{
"name": "phpstan/phpdoc-parser",
2024-09-12 13:36:35 +00:00
"version": "1.30.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2024-09-12 13:36:35 +00:00
"reference": "51b95ec8670af41009e2b2b56873bad96682413e"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51b95ec8670af41009e2b2b56873bad96682413e",
"reference": "51b95ec8670af41009e2b2b56873bad96682413e",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/annotations": "^2.0",
"nikic/php-parser": "^4.15",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.30.1"
2023-08-03 14:26:00 +00:00
},
2024-09-12 13:36:35 +00:00
"time": "2024-09-07T20:13:05+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpstan/phpstan",
2024-09-12 13:36:35 +00:00
"version": "1.12.3",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2024-09-12 13:36:35 +00:00
"reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009",
"reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-09T08:10:35+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-code-coverage",
2024-09-12 13:36:35 +00:00
"version": "11.0.6",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2024-09-12 13:36:35 +00:00
"reference": "ebdffc9e09585dafa71b9bffcdb0a229d4704c45"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ebdffc9e09585dafa71b9bffcdb0a229d4704c45",
"reference": "ebdffc9e09585dafa71b9bffcdb0a229d4704c45",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2023-08-03 14:26:00 +00:00
"ext-libxml": "*",
"ext-xmlwriter": "*",
2024-09-12 13:36:35 +00:00
"nikic/php-parser": "^5.1.0",
"php": ">=8.2",
2024-09-12 13:36:35 +00:00
"phpunit/php-file-iterator": "^5.0.1",
"phpunit/php-text-template": "^4.0.1",
"sebastian/code-unit-reverse-lookup": "^4.0.1",
"sebastian/complexity": "^4.0.1",
"sebastian/environment": "^7.2.0",
"sebastian/lines-of-code": "^3.0.1",
"sebastian/version": "^5.0.1",
"theseer/tokenizer": "^1.2.3"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-12 13:36:35 +00:00
"dev-main": "11.0.x-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.6"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-08-22T04:37:56+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-file-iterator",
2024-09-12 13:36:35 +00:00
"version": "5.1.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2024-09-12 13:36:35 +00:00
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-08-27T05:02:59+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-invoker",
"version": "5.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:07:44+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "4.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:08:43+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-timer",
"version": "7.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
"source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:09:35+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/phpunit",
2024-09-13 07:26:48 +00:00
"version": "11.3.5",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2024-09-13 07:26:48 +00:00
"reference": "4dc07a589a68f8f2d5132ac0849146d122e08347"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-13 07:26:48 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4dc07a589a68f8f2d5132ac0849146d122e08347",
"reference": "4dc07a589a68f8f2d5132ac0849146d122e08347",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.12.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
2024-09-12 13:36:35 +00:00
"phpunit/php-code-coverage": "^11.0.6",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0.1",
"phpunit/php-timer": "^7.0.1",
"sebastian/cli-parser": "^3.0.2",
"sebastian/code-unit": "^3.0.1",
2024-09-13 07:26:48 +00:00
"sebastian/comparator": "^6.1.0",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
"sebastian/exporter": "^6.1.3",
"sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.0.1",
"sebastian/version": "^5.0.1"
2023-08-03 14:26:00 +00:00
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2024-08-16 07:57:08 +00:00
"dev-main": "11.3-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2024-09-13 07:26:48 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.5"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
2024-09-13 07:26:48 +00:00
"time": "2024-09-13T05:22:17+00:00"
2023-08-03 14:26:00 +00:00
},
2024-02-08 11:52:29 +00:00
{
"name": "psalm/plugin-phpunit",
"version": "0.18.4",
"source": {
"type": "git",
"url": "https://github.com/psalm/psalm-plugin-phpunit.git",
"reference": "e4ab3096653d9eb6f6d0ea5f4461898d59ae4dbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/e4ab3096653d9eb6f6d0ea5f4461898d59ae4dbc",
"reference": "e4ab3096653d9eb6f6d0ea5f4461898d59ae4dbc",
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.10",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"ext-simplexml": "*",
"php": "^7.1 || ^8.0",
"vimeo/psalm": "dev-master || dev-4.x || ^4.7.1 || ^5@beta || ^5.0"
},
"conflict": {
"phpunit/phpunit": "<7.5"
},
"require-dev": {
"codeception/codeception": "^4.0.3",
"php": "^7.3 || ^8.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.3.1",
"weirdan/codeception-psalm-module": "^0.11.0",
"weirdan/prophecy-shim": "^1.0 || ^2.0"
},
"type": "psalm-plugin",
"extra": {
"psalm": {
"pluginClass": "Psalm\\PhpUnitPlugin\\Plugin"
}
},
"autoload": {
"psr-4": {
"Psalm\\PhpUnitPlugin\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Brown",
"email": "github@muglug.com"
}
],
"description": "Psalm plugin for PHPUnit",
"support": {
"issues": "https://github.com/psalm/psalm-plugin-phpunit/issues",
"source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.4"
},
"time": "2022-12-03T07:47:07+00:00"
},
2023-08-03 14:26:00 +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": {
"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",
"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/2.0.2"
},
"time": "2021-11-05T16:47:00+00:00"
},
{
"name": "psr/log",
2024-09-12 13:36:35 +00:00
"version": "3.0.2",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2024-09-12 13:36:35 +00:00
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
2023-08-03 14:26:00 +00:00
"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",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/php-fig/log/tree/3.0.2"
2023-08-03 14:26:00 +00:00
},
2024-09-12 13:36:35 +00:00
"time": "2024-09-11T13:17:53+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "rector/rector",
2024-09-12 13:36:35 +00:00
"version": "1.2.5",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
2024-09-12 13:36:35 +00:00
"reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339"
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e98aa793ca3fcd17e893cfaf9103ac049775d339",
"reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2024-09-12 13:36:35 +00:00
"phpstan/phpstan": "^1.12.2"
},
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
2024-04-30 07:23:28 +00:00
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
},
"bin": [
"bin/rector"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/rectorphp/rector/tree/1.2.5"
},
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-08T17:43:24+00:00"
},
{
"name": "revolt/event-loop",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/revoltphp/event-loop.git",
"reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/25de49af7223ba039f64da4ae9a28ec2d10d0254",
"reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.15"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Revolt\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com"
},
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Rock-solid event loop for concurrent PHP applications.",
"keywords": [
"async",
"asynchronous",
"concurrency",
"event",
"event-loop",
"non-blocking",
"scheduler"
],
"support": {
"issues": "https://github.com/revoltphp/event-loop/issues",
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.6"
},
"time": "2023-11-30T05:34:44+00:00"
},
2023-08-03 14:26:00 +00:00
{
"name": "sebastian/cli-parser",
"version": "3.0.2",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
2024-03-04 07:59:16 +00:00
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:41:36+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/code-unit",
"version": "3.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "6bb7d09d6623567178cf54126afa9c2310114268"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268",
"reference": "6bb7d09d6623567178cf54126afa9c2310114268",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"security": "https://github.com/sebastianbergmann/code-unit/security/policy",
"source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:44:28+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "4.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "183a9b2632194febd219bb9246eee421dad8d45e"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
"reference": "183a9b2632194febd219bb9246eee421dad8d45e",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:45:54+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/comparator",
2024-09-12 13:36:35 +00:00
"version": "6.1.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2024-09-12 13:36:35 +00:00
"reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa37b9e2ca618cb051d71b60120952ee8ca8b03d",
"reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=8.2",
"sebastian/diff": "^6.0",
"sebastian/exporter": "^6.0"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
2024-09-12 13:36:35 +00:00
"phpunit/phpunit": "^11.3"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-09-12 13:36:35 +00:00
"dev-main": "6.1-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
2024-09-12 13:36:35 +00:00
"source": "https://github.com/sebastianbergmann/comparator/tree/6.1.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-11T15:42:56+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/complexity",
"version": "4.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
"source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:49:50+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/diff",
"version": "6.0.2",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"symfony/process": "^4.2 || ^5"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:53:05+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/environment",
"version": "7.2.0",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
"reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2022-07-05 13:42:21 +00:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
"ext-posix": "*"
},
2022-07-05 13:42:21 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.2-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "https://github.com/sebastianbergmann/environment",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"Xdebug",
"environment",
"hhvm"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:54:44+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/exporter",
"version": "6.1.3",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
"reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"ext-mbstring": "*",
"php": ">=8.2",
"sebastian/recursion-context": "^6.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.2"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.1-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"export",
"exporter"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/6.1.3"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:56:19+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/global-state",
"version": "7.0.2",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "3be331570a721f9a4b5917f4209773de17f747d7"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
"reference": "3be331570a721f9a4b5917f4209773de17f747d7",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"sebastian/object-reflector": "^4.0",
"sebastian/recursion-context": "^6.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^11.0"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Snapshotting of global state",
2024-03-04 07:59:16 +00:00
"homepage": "https://www.github.com/sebastianbergmann/global-state",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"global state"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
"source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:57:36+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/lines-of-code",
"version": "3.0.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"php": ">=8.2"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2023-08-03 14:26:00 +00:00
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2022-07-05 13:42:21 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T04:58:38+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/object-enumerator",
"version": "6.0.1",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "f5b498e631a74204185071eb41f33f38d64608aa"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
"reference": "f5b498e631a74204185071eb41f33f38d64608aa",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2",
"sebastian/object-reflector": "^4.0",
"sebastian/recursion-context": "^6.0"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2022-07-05 13:42:21 +00:00
"classmap": [
"src/"
]
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-07-05 13:42:21 +00:00
"BSD-3-Clause"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2022-07-05 13:42:21 +00:00
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:00:13+00:00"
2016-05-24 11:54:03 +00:00
},
2022-07-05 14:18:20 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/object-reflector",
"version": "4.0.1",
2022-07-05 14:18:20 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
2022-07-05 14:18:20 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
2022-07-05 14:18:20 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 14:18:20 +00:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2022-07-05 14:18:20 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
2022-07-05 14:18:20 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"classmap": [
"src/"
2022-07-05 14:18:20 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"BSD-3-Clause"
2022-07-05 14:18:20 +00:00
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
2023-08-01 11:26:38 +00:00
],
2023-08-03 14:26:00 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2022-07-05 14:18:20 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
2022-07-05 14:18:20 +00:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 14:18:20 +00:00
"type": "github"
}
],
"time": "2024-07-03T05:01:32+00:00"
2022-07-05 14:18:20 +00:00
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/recursion-context",
"version": "6.0.2",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
"reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2022-07-05 13:42:21 +00:00
"classmap": [
"src/"
]
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-07-05 13:42:21 +00:00
"BSD-3-Clause"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2022-07-05 13:42:21 +00:00
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:10:34+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/type",
"version": "5.0.1",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb6a6566f9589e86661291d13eba708cce5eb4aa",
"reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2022-07-05 13:42:21 +00:00
"email": "sebastian@phpunit.de",
2016-05-24 11:54:03 +00:00
"role": "lead"
}
],
2023-08-03 14:26:00 +00:00
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2022-07-05 13:42:21 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
"source": "https://github.com/sebastianbergmann/type/tree/5.0.1"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:11:49+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/version",
"version": "5.0.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
"reference": "45c9debb7d039ce9b97de2f749c2cf5832a06ac4",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2022-07-05 13:42:21 +00:00
}
2016-05-24 11:54:03 +00:00
],
2023-08-03 14:26:00 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/version/issues",
"security": "https://github.com/sebastianbergmann/version/security/policy",
"source": "https://github.com/sebastianbergmann/version/tree/5.0.1"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-07-03T05:13:08+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "spatie/array-to-xml",
2024-05-14 08:46:43 +00:00
"version": "3.3.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/spatie/array-to-xml.git",
2024-05-14 08:46:43 +00:00
"reference": "f56b220fe2db1ade4c88098d83413ebdfc3bf876"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-05-14 08:46:43 +00:00
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/f56b220fe2db1ade4c88098d83413ebdfc3bf876",
"reference": "f56b220fe2db1ade4c88098d83413ebdfc3bf876",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"ext-dom": "*",
2023-08-03 14:26:00 +00:00
"php": "^8.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"mockery/mockery": "^1.2",
"pestphp/pest": "^1.21",
"spatie/pest-plugin-snapshots": "^1.1"
2016-05-24 11:54:03 +00:00
},
"type": "library",
2024-05-14 08:46:43 +00:00
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
2016-05-24 11:54:03 +00:00
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Spatie\\ArrayToXml\\": "src"
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://freek.dev",
"role": "Developer"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Convert an array to xml",
"homepage": "https://github.com/spatie/array-to-xml",
2016-05-24 11:54:03 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"array",
"convert",
"xml"
2016-05-24 11:54:03 +00:00
],
2022-07-05 13:33:34 +00:00
"support": {
2024-05-14 08:46:43 +00:00
"source": "https://github.com/spatie/array-to-xml/tree/3.3.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
2022-07-05 13:42:21 +00:00
"type": "github"
}
],
2024-05-14 08:46:43 +00:00
"time": "2024-05-01T10:20:27+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/console",
2024-09-12 13:36:35 +00:00
"version": "v7.1.4",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/console.git",
2024-09-12 13:36:35 +00:00
"reference": "1eed7af6961d763e7832e874d7f9b21c3ea9c111"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/1eed7af6961d763e7832e874d7f9b21c3ea9c111",
"reference": "1eed7af6961d763e7832e874d7f9b21c3ea9c111",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2023-08-03 14:26:00 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
2024-01-12 14:54:04 +00:00
"symfony/string": "^6.4|^7.0"
2023-08-03 14:26:00 +00:00
},
"conflict": {
2024-01-12 14:54:04 +00:00
"symfony/dependency-injection": "<6.4",
"symfony/dotenv": "<6.4",
"symfony/event-dispatcher": "<6.4",
"symfony/lock": "<6.4",
"symfony/process": "<6.4"
2023-08-03 14:26:00 +00:00
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"psr/log": "^1|^2|^3",
2024-01-12 14:54:04 +00:00
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"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"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
2016-05-24 11:54:03 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"cli",
"command-line",
"console",
"terminal"
2016-05-24 11:54:03 +00:00
],
2022-07-05 13:33:34 +00:00
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/symfony/console/tree/v7.1.4"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-08-15T22:48:53+00:00"
2016-05-24 11:54:03 +00:00
},
2024-05-14 08:46:43 +00:00
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"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.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-04-18T09:32:20+00:00"
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "symfony/filesystem",
2024-07-01 09:31:35 +00:00
"version": "v7.1.2",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/filesystem.git",
2024-07-01 09:31:35 +00:00
"reference": "92a91985250c251de9b947a14bb2c9390b1a562c"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-07-01 09:31:35 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/92a91985250c251de9b947a14bb2c9390b1a562c",
"reference": "92a91985250c251de9b947a14bb2c9390b1a562c",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2023-08-03 14:26:00 +00:00
"symfony/polyfill-ctype": "~1.8",
2024-06-18 12:50:00 +00:00
"symfony/polyfill-mbstring": "~1.8"
},
"require-dev": {
2024-04-30 07:23:28 +00:00
"symfony/process": "^6.4|^7.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2022-07-05 13:33:34 +00:00
"support": {
2024-07-01 09:31:35 +00:00
"source": "https://github.com/symfony/filesystem/tree/v7.1.2"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-07-01 09:31:35 +00:00
"time": "2024-06-28T10:03:55+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-ctype",
2024-09-12 13:36:35 +00:00
"version": "v1.31.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-09-12 13:36:35 +00:00
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-09-12 13:36:35 +00:00
"php": ">=7.2"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
2023-08-03 14:26:00 +00:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
2016-05-24 11:54:03 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"compatibility",
"ctype",
"polyfill",
"portable"
2016-05-24 11:54:03 +00:00
],
2022-07-05 13:33:34 +00:00
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-09T11:45:10+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-intl-grapheme",
2024-09-12 13:36:35 +00:00
"version": "v1.31.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2024-09-12 13:36:35 +00:00
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-09-12 13:36:35 +00:00
"php": ">=7.2"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
"ext-intl": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
2023-08-03 14:26:00 +00:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-09T11:45:10+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-intl-normalizer",
2024-09-12 13:36:35 +00:00
"version": "v1.31.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-09-12 13:36:35 +00:00
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-09-12 13:36:35 +00:00
"php": ">=7.2"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
"ext-intl": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
2023-08-03 14:26:00 +00:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2016-05-24 11:54:03 +00:00
"classmap": [
2023-08-03 14:26:00 +00:00
"Resources/stubs"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-09T11:45:10+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-mbstring",
2024-09-12 13:36:35 +00:00
"version": "v1.31.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-09-12 13:36:35 +00:00
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-09-12 13:36:35 +00:00
"php": ">=7.2"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
2023-08-03 14:26:00 +00:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-09-09T11:45:10+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/service-contracts",
2024-05-14 08:46:43 +00:00
"version": "v3.5.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/service-contracts.git",
2024-05-14 08:46:43 +00:00
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-05-14 08:46:43 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=8.1",
2024-05-14 08:46:43 +00:00
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"conflict": {
"ext-psr": "<1.1|>=2"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-05-14 08:46:43 +00:00
"dev-main": "3.5-dev"
2023-08-03 14:26:00 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
},
"exclude-from-classmap": [
"/Test/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2022-07-05 13:42:21 +00:00
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-05-14 08:46:43 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-05-14 08:46:43 +00:00
"time": "2024-04-18T09:32:20+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/string",
2024-09-12 13:36:35 +00:00
"version": "v7.1.4",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/string.git",
2024-09-12 13:36:35 +00:00
"reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-09-12 13:36:35 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/6cd670a6d968eaeb1c77c2e76091c45c56bc367b",
"reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2023-08-03 14:26:00 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.5"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
2024-06-18 12:50:00 +00:00
"symfony/emoji": "^7.1",
2024-01-12 14:54:04 +00:00
"symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
2023-08-03 14:26:00 +00:00
"symfony/translation-contracts": "^2.5|^3.0",
2024-01-12 14:54:04 +00:00
"symfony/var-exporter": "^6.4|^7.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"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"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-09-12 13:36:35 +00:00
"source": "https://github.com/symfony/string/tree/v7.1.4"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-09-12 13:36:35 +00:00
"time": "2024-08-12T09:59:40+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "theseer/tokenizer",
2024-03-04 07:59:16 +00:00
"version": "1.2.3",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/theseer/tokenizer.git",
2024-03-04 07:59:16 +00:00
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-03-04 07:59:16 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
2022-07-05 13:42:21 +00:00
"require": {
2023-08-03 14:26:00 +00:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
2022-07-05 13:42:21 +00:00
},
2016-05-24 11:54:03 +00:00
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/theseer/tokenizer/issues",
2024-03-04 07:59:16 +00:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/theseer",
2022-07-05 13:42:21 +00:00
"type": "github"
}
],
2024-03-04 07:59:16 +00:00
"time": "2024-03-03T12:36:25+00:00"
2016-05-24 11:54:03 +00:00
},
2023-08-01 13:35:44 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "vimeo/psalm",
"version": "dev-master",
2023-08-01 13:35:44 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/vimeo/psalm.git",
"reference": "16b24bdc94e052b5ce69fd232a77416a1f6ec3e6"
2023-08-01 13:35:44 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/16b24bdc94e052b5ce69fd232a77416a1f6ec3e6",
"reference": "16b24bdc94e052b5ce69fd232a77416a1f6ec3e6",
2023-08-01 13:35:44 +00:00
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2023-08-03 14:26:00 +00:00
"composer-runtime-api": "^2",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^2.0 || ^3.0",
"dnoegel/php-xdg-base-dir": "^0.1.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
2023-08-01 13:35:44 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
2023-08-03 14:26:00 +00:00
"felixfbecker/advanced-json-rpc": "^3.1",
"felixfbecker/language-server-protocol": "^1.5.2",
2024-01-12 14:54:04 +00:00
"fidry/cpu-core-counter": "^0.4.1 || ^0.5.1 || ^1.0.0",
2023-08-03 14:26:00 +00:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^5.0.0",
"php": "~8.1.17 || ~8.2.4 || ~8.3.0",
2024-02-14 13:30:54 +00:00
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
2023-08-03 14:26:00 +00:00
"spatie/array-to-xml": "^2.17.0 || ^3.0",
2024-01-12 14:54:04 +00:00
"symfony/console": "^4.1.6 || ^5.0 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0"
},
2023-08-03 14:26:00 +00:00
"provide": {
"psalm/psalm": "self.version"
2023-08-01 13:35:44 +00:00
},
"require-dev": {
"amphp/phpunit-util": "^3",
2023-08-03 14:26:00 +00:00
"bamarni/composer-bin-plugin": "^1.4",
"brianium/paratest": "^6.9",
"dg/bypass-finals": "^1.5",
2023-08-03 14:26:00 +00:00
"ext-curl": "*",
"mockery/mockery": "^1.5",
"nunomaduro/mock-final-classes": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpdoc-parser": "^1.6",
"phpunit/phpunit": "^9.6",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.6",
2024-01-12 14:54:04 +00:00
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0"
2023-08-03 14:26:00 +00:00
},
"suggest": {
"ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
2023-08-01 13:35:44 +00:00
},
"bin": [
2023-08-03 14:26:00 +00:00
"psalm",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor",
"psalter"
2023-08-01 13:35:44 +00:00
],
2024-01-12 14:54:04 +00:00
"type": "project",
2023-08-01 13:35:44 +00:00
"extra": {
"branch-alias": {
"dev-master": "6.x-dev",
"dev-5.x": "5.x-dev",
2023-08-03 14:26:00 +00:00
"dev-4.x": "4.x-dev",
"dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psalm\\": "src/Psalm/"
2023-08-01 13:35:44 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2023-08-01 13:35:44 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Matthew Brown"
2023-08-01 13:35:44 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A static analysis tool for finding errors in PHP applications",
2023-08-01 13:35:44 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"code",
"inspection",
"php",
2023-08-01 13:35:44 +00:00
"static analysis"
],
"support": {
2024-01-12 14:54:04 +00:00
"docs": "https://psalm.dev/docs",
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/vimeo/psalm/issues",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/vimeo/psalm"
2023-08-01 13:35:44 +00:00
},
"time": "2024-05-05T16:11:12+00:00"
2023-08-01 13:35:44 +00:00
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "webmozart/assert",
"version": "1.11.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"ext-ctype": "*",
2022-07-05 13:42:21 +00:00
"php": "^7.2 || ^8.0"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
2016-05-24 11:54:03 +00:00
"type": "library",
2023-08-03 14:26:00 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2022-07-05 13:33:34 +00:00
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
2022-07-05 13:33:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2022-07-05 13:33:34 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2022-07-05 13:33:34 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2022-07-05 13:33:34 +00:00
},
2023-08-03 14:26:00 +00:00
"time": "2022-06-03T18:03:27+00:00"
2016-05-24 11:54:03 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
2024-02-02 11:04:31 +00:00
"stability-flags": {
"vimeo/psalm": 20,
2024-02-02 11:04:31 +00:00
"phpmetrics/phpmetrics": 20
},
2016-05-24 11:54:03 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2023-08-04 07:30:40 +00:00
"php": "^8.2"
2016-05-24 11:54:03 +00:00
},
2022-07-05 13:33:34 +00:00
"platform-dev": [],
2024-01-12 14:54:04 +00:00
"plugin-api-version": "2.6.0"
2016-05-24 11:54:03 +00:00
}