2015-08-01 18:42:48 +02:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-04-26 10:32:43 +02:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2015-08-01 18:42:48 +02:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2023-07-11 14:08:56 +02:00
|
|
|
"content-hash": "ec0fbf8c3f2a9f6a6ff39e202bf9fe89",
|
2015-08-01 18:42:48 +02:00
|
|
|
"packages": [
|
2016-08-18 23:39:16 +02:00
|
|
|
{
|
|
|
|
"name": "nikic/fast-route",
|
2019-03-14 21:31:41 +01:00
|
|
|
"version": "v1.3.0",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
2019-03-14 21:31:41 +01:00
|
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-14 21:31:41 +01:00
|
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
2019-03-14 21:31:41 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"FastRoute\\": "src/"
|
|
|
|
}
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nikita Popov",
|
|
|
|
"email": "nikic@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Fast request router for PHP",
|
|
|
|
"keywords": [
|
|
|
|
"router",
|
|
|
|
"routing"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/nikic/FastRoute/issues",
|
|
|
|
"source": "https://github.com/nikic/FastRoute/tree/master"
|
|
|
|
},
|
2019-03-14 21:31:41 +01:00
|
|
|
"time": "2018-02-13T20:26:39+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pimple/pimple",
|
2019-03-14 21:31:41 +01:00
|
|
|
"version": "v3.2.3",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/silexphp/Pimple.git",
|
2019-03-14 21:31:41 +01:00
|
|
|
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-03-14 21:31:41 +01:00
|
|
|
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
|
|
|
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2017-08-12 18:34:38 +02:00
|
|
|
"php": ">=5.3.0",
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/phpunit-bridge": "^3.2"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-08-12 18:34:38 +02:00
|
|
|
"dev-master": "3.2.x-dev"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Pimple": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Pimple, a simple Dependency Injection Container",
|
|
|
|
"homepage": "http://pimple.sensiolabs.org",
|
|
|
|
"keywords": [
|
|
|
|
"container",
|
|
|
|
"dependency injection"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/silexphp/Pimple/issues",
|
|
|
|
"source": "https://github.com/silexphp/Pimple/tree/master"
|
|
|
|
},
|
2019-03-14 21:31:41 +01:00
|
|
|
"time": "2018-01-21T07:42:36+00:00"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.1.1",
|
2017-08-12 18:34:38 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
|
|
|
|
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
|
2017-08-12 18:34:38 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.2.0"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2023-07-09 23:35:11 +02:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2017-08-12 18:34:38 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
|
|
"source": "https://github.com/php-fig/container/tree/1.1.1"
|
|
|
|
},
|
|
|
|
"time": "2021-03-05T17:36:06+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-message",
|
2023-07-09 21:48:45 +02:00
|
|
|
"version": "1.1",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
2023-07-09 21:48:45 +02:00
|
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 21:48:45 +02:00
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 21:48:45 +02:00
|
|
|
"php": "^7.2 || ^8.0"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 21:48:45 +02:00
|
|
|
"dev-master": "1.1.x-dev"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
2023-07-09 21:48:45 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/http-message/tree/1.1"
|
|
|
|
},
|
|
|
|
"time": "2023-04-04T09:50:52+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
2015-08-01 18:42:48 +02:00
|
|
|
{
|
|
|
|
"name": "slim/slim",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.12.4",
|
2015-08-01 18:42:48 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/slimphp/Slim.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "ce3cb65a06325fc9fe3d0223f2ae23113a767304"
|
2015-08-01 18:42:48 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/ce3cb65a06325fc9fe3d0223f2ae23113a767304",
|
|
|
|
"reference": "ce3cb65a06325fc9fe3d0223f2ae23113a767304",
|
2015-08-01 18:42:48 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-libxml": "*",
|
|
|
|
"ext-simplexml": "*",
|
2016-08-18 23:39:16 +02:00
|
|
|
"nikic/fast-route": "^1.0",
|
|
|
|
"php": ">=5.5.0",
|
|
|
|
"pimple/pimple": "^3.0",
|
2017-08-12 18:34:38 +02:00
|
|
|
"psr/container": "^1.0",
|
2016-08-18 23:39:16 +02:00
|
|
|
"psr/http-message": "^1.0"
|
2015-08-01 18:42:48 +02:00
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0",
|
2023-07-09 23:35:11 +02:00
|
|
|
"squizlabs/php_codesniffer": "^3.6.0"
|
2015-08-01 18:42:48 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2016-08-18 23:39:16 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Slim\\": "Slim"
|
2015-08-01 18:42:48 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Josh Lockhart",
|
2016-08-18 23:39:16 +02:00
|
|
|
"email": "hello@joshlockhart.com",
|
|
|
|
"homepage": "https://joshlockhart.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andrew Smith",
|
|
|
|
"email": "a.smith@silentworks.co.uk",
|
|
|
|
"homepage": "http://silentworks.co.uk"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Rob Allen",
|
|
|
|
"email": "rob@akrabat.com",
|
|
|
|
"homepage": "http://akrabat.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gabriel Manricks",
|
|
|
|
"email": "gmanricks@me.com",
|
|
|
|
"homepage": "http://gabrielmanricks.com"
|
2015-08-01 18:42:48 +02:00
|
|
|
}
|
|
|
|
],
|
2016-08-18 23:39:16 +02:00
|
|
|
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
2017-08-12 18:34:38 +02:00
|
|
|
"homepage": "https://slimframework.com",
|
2015-08-01 18:42:48 +02:00
|
|
|
"keywords": [
|
2016-08-18 23:39:16 +02:00
|
|
|
"api",
|
|
|
|
"framework",
|
|
|
|
"micro",
|
2015-08-01 18:42:48 +02:00
|
|
|
"router"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/slimphp/Slim/issues",
|
|
|
|
"source": "https://github.com/slimphp/Slim/tree/3.12.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://opencollective.com/slimphp",
|
|
|
|
"type": "open_collective"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/slim/slim",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-10-02T19:38:22+00:00"
|
2015-08-01 18:42:48 +02:00
|
|
|
}
|
|
|
|
],
|
2015-10-29 13:35:35 +01:00
|
|
|
"packages-dev": [
|
2016-08-18 23:39:16 +02:00
|
|
|
{
|
|
|
|
"name": "behat/gherkin",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.9.0",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
|
|
|
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": "~7.2|~8.0"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"cucumber/cucumber": "dev-gherkin-22.0.0",
|
|
|
|
"phpunit/phpunit": "~8|~9",
|
|
|
|
"symfony/yaml": "~3|~4|~5"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-master": "4.x-dev"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Gherkin": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Gherkin DSL parser for PHP",
|
2016-08-18 23:39:16 +02:00
|
|
|
"homepage": "http://behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"BDD",
|
|
|
|
"Behat",
|
|
|
|
"Cucumber",
|
|
|
|
"DSL",
|
|
|
|
"gherkin",
|
|
|
|
"parser"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Behat/Gherkin/issues",
|
|
|
|
"source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
|
|
|
|
},
|
|
|
|
"time": "2021-10-12T13:05:09+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "codeception/codeception",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.1.3",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Codeception/Codeception.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "5ce5d0e2064b5590c19709c75fc4c621b1236b32"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/5ce5d0e2064b5590c19709c75fc4c621b1236b32",
|
|
|
|
"reference": "5ce5d0e2064b5590c19709c75fc4c621b1236b32",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"behat/gherkin": "^4.4.0",
|
2019-10-30 08:17:06 +01:00
|
|
|
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3",
|
|
|
|
"codeception/stub": "^2.0 | ^3.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"ext-curl": "*",
|
2015-10-29 13:35:35 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
2019-10-30 08:17:06 +01:00
|
|
|
"facebook/webdriver": "^1.6.0",
|
|
|
|
"guzzlehttp/guzzle": "^6.3.0",
|
|
|
|
"guzzlehttp/psr7": "~1.4",
|
|
|
|
"hoa/console": "~3.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"php": ">=5.6.0 <8.0",
|
|
|
|
"symfony/browser-kit": ">=2.7 <5.0",
|
|
|
|
"symfony/console": ">=2.7 <5.0",
|
|
|
|
"symfony/css-selector": ">=2.7 <5.0",
|
|
|
|
"symfony/dom-crawler": ">=2.7 <5.0",
|
|
|
|
"symfony/event-dispatcher": ">=2.7 <5.0",
|
|
|
|
"symfony/finder": ">=2.7 <5.0",
|
|
|
|
"symfony/yaml": ">=2.7 <5.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"codeception/specify": "~0.3",
|
2019-10-30 08:17:06 +01:00
|
|
|
"doctrine/annotations": "^1",
|
|
|
|
"doctrine/data-fixtures": "^1",
|
|
|
|
"doctrine/orm": "^2",
|
2015-10-29 13:35:35 +01:00
|
|
|
"flow/jsonpath": "~0.2",
|
|
|
|
"monolog/monolog": "~1.8",
|
2016-08-18 23:39:16 +02:00
|
|
|
"pda/pheanstalk": "~3.0",
|
|
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
|
|
"predis/predis": "^1.0",
|
2019-10-30 08:17:06 +01:00
|
|
|
"ramsey/uuid-doctrine": "^1.5",
|
2017-08-12 18:34:38 +02:00
|
|
|
"squizlabs/php_codesniffer": "~2.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"symfony/process": ">=2.7 <5.0",
|
|
|
|
"vlucas/phpdotenv": "^3.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
|
|
|
|
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
|
2015-10-29 13:35:35 +01:00
|
|
|
"codeception/specify": "BDD-style code blocks",
|
|
|
|
"codeception/verify": "BDD-style assertions",
|
2016-08-18 23:39:16 +02:00
|
|
|
"flow/jsonpath": "For using JSONPath in REST module",
|
|
|
|
"league/factory-muffin": "For DataFactory module",
|
|
|
|
"league/factory-muffin-faker": "For Faker support in DataFactory module",
|
|
|
|
"phpseclib/phpseclib": "for SFTP option in FTP Module",
|
2019-03-14 21:31:41 +01:00
|
|
|
"stecman/symfony-console-completion": "For BASH autocompletion",
|
2016-08-18 23:39:16 +02:00
|
|
|
"symfony/phpunit-bridge": "For phpunit-bridge support"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"codecept"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": []
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"Codeception\\": "src/Codeception",
|
2015-10-29 13:35:35 +01:00
|
|
|
"Codeception\\Extension\\": "ext"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Bodnarchuk",
|
|
|
|
"email": "davert@mail.ua",
|
|
|
|
"homepage": "http://codegyre.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "BDD-style testing framework",
|
|
|
|
"homepage": "http://codeception.com/",
|
|
|
|
"keywords": [
|
|
|
|
"BDD",
|
|
|
|
"TDD",
|
|
|
|
"acceptance testing",
|
|
|
|
"functional testing",
|
|
|
|
"unit testing"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Codeception/Codeception/issues",
|
|
|
|
"source": "https://github.com/Codeception/Codeception/tree/3.1.3"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://opencollective.com/codeception",
|
|
|
|
"type": "open_collective"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-08-06T17:20:30+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "codeception/phpbuiltinserver",
|
2023-07-11 14:08:56 +02:00
|
|
|
"version": "dev-master",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-11 14:08:56 +02:00
|
|
|
"url": "https://github.com/jelhan/PhpBuiltinServer.git",
|
|
|
|
"reference": "8dafe0d0027142c3b9ce0f69a4b850d5a61d0c38"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-11 14:08:56 +02:00
|
|
|
"url": "https://api.github.com/repos/jelhan/PhpBuiltinServer/zipball/8dafe0d0027142c3b9ce0f69a4b850d5a61d0c38",
|
|
|
|
"reference": "8dafe0d0027142c3b9ce0f69a4b850d5a61d0c38",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-11 14:08:56 +02:00
|
|
|
"codeception/codeception": "^3.0 || ^4.0",
|
2019-10-30 08:17:06 +01:00
|
|
|
"php": ">=5.6.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "5.*"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2023-07-11 14:08:56 +02:00
|
|
|
"default-branch": true,
|
2015-10-29 13:35:35 +01:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Codeception": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "tiger-seo",
|
|
|
|
"email": "tiger.seo@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PhpBuiltinServer extension for Codeception",
|
|
|
|
"keywords": [
|
|
|
|
"codeception"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
2023-07-11 14:08:56 +02:00
|
|
|
"source": "https://github.com/jelhan/PhpBuiltinServer/tree/master"
|
2023-07-09 23:35:11 +02:00
|
|
|
},
|
2023-07-11 14:08:56 +02:00
|
|
|
"time": "2021-10-16T20:41:35+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "codeception/phpunit-wrapper",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "8.1.6",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Codeception/phpunit-wrapper.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "7d3479bab7e2b6349044db8af11cd05d57809f9c"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/7d3479bab7e2b6349044db8af11cd05d57809f9c",
|
|
|
|
"reference": "7d3479bab7e2b6349044db8af11cd05d57809f9c",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": ">=7.2",
|
|
|
|
"phpunit/php-code-coverage": "^7.0",
|
|
|
|
"phpunit/phpunit": "^8.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"sebastian/comparator": "^3.0",
|
|
|
|
"sebastian/diff": "^3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"codeception/specify": "*",
|
|
|
|
"vlucas/phpdotenv": "^3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"Codeception\\PHPUnit\\": "src/"
|
2019-03-14 21:31:41 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Davert",
|
|
|
|
"email": "davert.php@resend.cc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHPUnit classes used by Codeception",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Codeception/phpunit-wrapper/issues",
|
|
|
|
"source": "https://github.com/Codeception/phpunit-wrapper/tree/8.1.6"
|
|
|
|
},
|
|
|
|
"time": "2022-05-23T06:22:33+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "codeception/stub",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.7.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Codeception/Stub.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304",
|
|
|
|
"reference": "468dd5fe659f131fc997f5196aad87512f9b1304",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"phpunit/phpunit": "^8.4 | ^9.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Codeception\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Codeception/Stub/issues",
|
|
|
|
"source": "https://github.com/Codeception/Stub/tree/3.7.0"
|
|
|
|
},
|
|
|
|
"time": "2020-07-03T15:54:43+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "doctrine/instantiator",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.5.0",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": "^7.1 || ^8.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"doctrine/coding-standard": "^9 || ^11",
|
2015-10-29 13:35:35 +01:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpbench/phpbench": "^0.16 || ^1",
|
|
|
|
"phpstan/phpstan": "^1.4",
|
|
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
|
"vimeo/psalm": "^4.30 || ^5.4"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"homepage": "https://ocramius.github.io/"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
2019-10-30 10:06:01 +01:00
|
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
2015-10-29 13:35:35 +01:00
|
|
|
"keywords": [
|
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
|
|
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
|
|
"type": "patreon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-12-30T00:15:36+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "facebook/webdriver",
|
2019-10-30 10:06:01 +01:00
|
|
|
"version": "1.7.1",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-05-22 10:03:46 +02:00
|
|
|
"url": "https://github.com/php-webdriver/php-webdriver-archive.git",
|
2019-10-30 10:06:01 +01:00
|
|
|
"reference": "e43de70f3c7166169d0f14a374505392734160e5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-05-22 10:03:46 +02:00
|
|
|
"url": "https://api.github.com/repos/php-webdriver/php-webdriver-archive/zipball/e43de70f3c7166169d0f14a374505392734160e5",
|
2019-10-30 10:06:01 +01:00
|
|
|
"reference": "e43de70f3c7166169d0f14a374505392734160e5",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2016-08-18 23:39:16 +02:00
|
|
|
"ext-curl": "*",
|
2019-03-14 21:31:41 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-mbstring": "*",
|
2017-08-12 18:34:38 +02:00
|
|
|
"ext-zip": "*",
|
2019-03-14 21:31:41 +01:00
|
|
|
"php": "^5.6 || ~7.0",
|
|
|
|
"symfony/process": "^2.8 || ^3.1 || ^4.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-08-12 18:34:38 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
|
|
"php-coveralls/php-coveralls": "^2.0",
|
2017-08-12 18:34:38 +02:00
|
|
|
"php-mock/php-mock-phpunit": "^1.1",
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^5.7",
|
|
|
|
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
|
|
|
|
"squizlabs/php_codesniffer": "^2.6",
|
|
|
|
"symfony/var-dumper": "^3.3 || ^4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-SimpleXML": "For Firefox profile creation"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
2017-08-12 18:34:38 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-community": "1.5-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Facebook\\WebDriver\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
2017-08-12 18:34:38 +02:00
|
|
|
"description": "A PHP client for Selenium WebDriver",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://github.com/facebook/php-webdriver",
|
|
|
|
"keywords": [
|
|
|
|
"facebook",
|
|
|
|
"php",
|
|
|
|
"selenium",
|
|
|
|
"webdriver"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"forum": "https://www.facebook.com/groups/phpwebdriver/",
|
|
|
|
"issues": "https://github.com/facebook/php-webdriver/issues",
|
|
|
|
"source": "https://github.com/facebook/php-webdriver"
|
|
|
|
},
|
2020-05-22 10:03:46 +02:00
|
|
|
"abandoned": "php-webdriver/webdriver",
|
2019-10-30 10:06:01 +01:00
|
|
|
"time": "2019-06-13T08:02:18+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2017-08-12 18:32:47 +02:00
|
|
|
{
|
|
|
|
"name": "flow/jsonpath",
|
2020-01-18 15:04:06 +01:00
|
|
|
"version": "0.5.0",
|
2017-08-12 18:32:47 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/FlowCommunications/JSONPath.git",
|
2020-01-18 15:04:06 +01:00
|
|
|
"reference": "b9738858c75d008c1211612b973e9510f8b7f8ea"
|
2017-08-12 18:32:47 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-01-18 15:04:06 +01:00
|
|
|
"url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea",
|
|
|
|
"reference": "b9738858c75d008c1211612b973e9510f8b7f8ea",
|
2017-08-12 18:32:47 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"peekmo/jsonpath": "dev-master",
|
2020-01-18 15:04:06 +01:00
|
|
|
"phpunit/phpunit": "^7.0"
|
2017-08-12 18:32:47 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Flow\\JSONPath": "src/",
|
|
|
|
"Flow\\JSONPath\\Test": "tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Stephen Frank",
|
|
|
|
"email": "stephen@flowsa.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "JSONPath implementation for parsing, searching and flattening arrays",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/FlowCommunications/JSONPath/issues",
|
|
|
|
"source": "https://github.com/FlowCommunications/JSONPath/tree/0.5.0"
|
|
|
|
},
|
|
|
|
"abandoned": "softcreatr/jsonpath",
|
2020-01-18 15:04:06 +01:00
|
|
|
"time": "2019-07-15T17:23:22+00:00"
|
2017-08-12 18:32:47 +02:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "6.5.8",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
|
|
|
|
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"ext-json": "*",
|
2016-08-18 23:39:16 +02:00
|
|
|
"guzzlehttp/promises": "^1.0",
|
2023-07-09 23:35:11 +02:00
|
|
|
"guzzlehttp/psr7": "^1.9",
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": ">=5.5",
|
2023-07-09 23:35:11 +02:00
|
|
|
"symfony/polyfill-intl-idn": "^1.17"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
2019-10-30 10:06:01 +01:00
|
|
|
"psr/log": "^1.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2017-08-12 18:34:38 +02:00
|
|
|
"suggest": {
|
|
|
|
"psr/log": "Required for using the Log middleware"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"dev-master": "6.5-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
}
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2023-07-09 23:35:11 +02:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2023-07-09 23:35:11 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jeremy Lindblom",
|
|
|
|
"email": "jeremeamia@gmail.com",
|
|
|
|
"homepage": "https://github.com/jeremeamia"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "George Mponos",
|
|
|
|
"email": "gmponos@gmail.com",
|
|
|
|
"homepage": "https://github.com/gmponos"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Nyholm",
|
|
|
|
"email": "tobias.nyholm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Nyholm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"email": "webmaster@tubo-world.de",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
|
"source": "https://github.com/guzzle/guzzle/tree/6.5.8"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Nyholm",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-06-20T22:16:07+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.5.3",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
|
|
|
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=5.5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
|
|
}
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2023-07-09 23:35:11 +02:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2023-07-09 23:35:11 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Nyholm",
|
|
|
|
"email": "tobias.nyholm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Nyholm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"email": "webmaster@tubo-world.de",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle promises library",
|
|
|
|
"keywords": [
|
|
|
|
"promise"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
|
|
"source": "https://github.com/guzzle/promises/tree/1.5.3"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Nyholm",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-05-21T12:31:43+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
2023-07-09 21:48:45 +02:00
|
|
|
"version": "1.9.1",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
2023-07-09 21:48:45 +02:00
|
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 21:48:45 +02:00
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
|
|
|
|
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"psr/http-message": "~1.0",
|
2019-10-30 10:06:01 +01:00
|
|
|
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"ext-zlib": "*",
|
2023-07-09 21:48:45 +02:00
|
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2019-10-30 10:06:01 +01:00
|
|
|
"suggest": {
|
2023-07-09 21:48:45 +02:00
|
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
2023-07-09 21:48:45 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
|
}
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2023-07-09 21:48:45 +02:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
2023-07-09 21:48:45 +02:00
|
|
|
{
|
|
|
|
"name": "George Mponos",
|
|
|
|
"email": "gmponos@gmail.com",
|
|
|
|
"homepage": "https://github.com/gmponos"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Nyholm",
|
|
|
|
"email": "tobias.nyholm@gmail.com",
|
|
|
|
"homepage": "https://github.com/Nyholm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
"email": "mark.sagikazar@gmail.com",
|
|
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
|
|
},
|
2017-08-12 18:34:38 +02:00
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
2023-07-09 21:48:45 +02:00
|
|
|
"email": "webmaster@tubo-world.de",
|
2017-08-12 18:34:38 +02:00
|
|
|
"homepage": "https://github.com/Tobion"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
2017-08-12 18:34:38 +02:00
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
2015-10-29 13:35:35 +01:00
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"message",
|
2019-03-14 21:31:41 +01:00
|
|
|
"psr-7",
|
2017-08-12 18:34:38 +02:00
|
|
|
"request",
|
|
|
|
"response",
|
2015-10-29 13:35:35 +01:00
|
|
|
"stream",
|
2017-08-12 18:34:38 +02:00
|
|
|
"uri",
|
|
|
|
"url"
|
2015-10-29 13:35:35 +01:00
|
|
|
],
|
2023-07-09 21:48:45 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
|
|
"source": "https://github.com/guzzle/psr7/tree/1.9.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/Nyholm",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-04-17T16:00:37+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
2019-10-30 08:17:06 +01:00
|
|
|
{
|
|
|
|
"name": "hoa/consistency",
|
|
|
|
"version": "1.17.05.02",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Consistency.git",
|
|
|
|
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
|
|
|
|
"reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/exception": "~1.0",
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/stream": "~1.0",
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Consistency\\": "."
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"Prelude.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Consistency library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"autoloader",
|
|
|
|
"callable",
|
|
|
|
"consistency",
|
|
|
|
"entity",
|
|
|
|
"flex",
|
|
|
|
"keyword",
|
|
|
|
"library"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Consistency",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Consistency/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Consistency"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-05-02T12:18:12+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/console",
|
|
|
|
"version": "3.17.05.02",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Console.git",
|
|
|
|
"reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Console/zipball/e231fd3ea70e6d773576ae78de0bdc1daf331a66",
|
|
|
|
"reference": "e231fd3ea70e6d773576ae78de0bdc1daf331a66",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/event": "~1.0",
|
|
|
|
"hoa/exception": "~1.0",
|
|
|
|
"hoa/file": "~1.0",
|
|
|
|
"hoa/protocol": "~1.0",
|
|
|
|
"hoa/stream": "~1.0",
|
|
|
|
"hoa/ustring": "~4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-pcntl": "To enable hoa://Event/Console/Window:resize.",
|
|
|
|
"hoa/dispatcher": "To use the console kit.",
|
|
|
|
"hoa/router": "To use the console kit."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Console\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Console library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"autocompletion",
|
|
|
|
"chrome",
|
|
|
|
"cli",
|
|
|
|
"console",
|
|
|
|
"cursor",
|
|
|
|
"getoption",
|
|
|
|
"library",
|
|
|
|
"option",
|
|
|
|
"parser",
|
|
|
|
"processus",
|
|
|
|
"readline",
|
|
|
|
"terminfo",
|
|
|
|
"tput",
|
|
|
|
"window"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Console",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Console/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Console"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-05-02T12:26:19+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/event",
|
|
|
|
"version": "1.17.01.13",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Event.git",
|
|
|
|
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
|
|
|
|
"reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/exception": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Event\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Event library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"event",
|
|
|
|
"library",
|
|
|
|
"listener",
|
|
|
|
"observer"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Event",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Event/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Event"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-01-13T15:30:50+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/exception",
|
|
|
|
"version": "1.17.01.16",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Exception.git",
|
|
|
|
"reference": "091727d46420a3d7468ef0595651488bfc3a458f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
|
|
|
|
"reference": "091727d46420a3d7468ef0595651488bfc3a458f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/event": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Exception\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Exception library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"exception",
|
|
|
|
"library"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Exception",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Exception/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Exception"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-01-16T07:53:27+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/file",
|
|
|
|
"version": "1.17.07.11",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/File.git",
|
|
|
|
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
|
|
|
|
"reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/event": "~1.0",
|
|
|
|
"hoa/exception": "~1.0",
|
|
|
|
"hoa/iterator": "~2.0",
|
|
|
|
"hoa/stream": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\File\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\File library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"Socket",
|
|
|
|
"directory",
|
|
|
|
"file",
|
|
|
|
"finder",
|
|
|
|
"library",
|
|
|
|
"link",
|
|
|
|
"temporary"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/File",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/File/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/File"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-07-11T07:42:15+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/iterator",
|
|
|
|
"version": "2.17.01.10",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Iterator.git",
|
|
|
|
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
|
|
|
|
"reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/exception": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Iterator\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Iterator library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"iterator",
|
|
|
|
"library"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Iterator",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Iterator/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Iterator"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-01-10T10:34:47+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/protocol",
|
|
|
|
"version": "1.17.01.14",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Protocol.git",
|
|
|
|
"reference": "5c2cf972151c45f373230da170ea015deecf19e2"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
|
|
|
|
"reference": "5c2cf972151c45f373230da170ea015deecf19e2",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/exception": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Protocol\\": "."
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"Wrapper.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Protocol library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"library",
|
|
|
|
"protocol",
|
|
|
|
"resource",
|
|
|
|
"stream",
|
|
|
|
"wrapper"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Protocol",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Protocol/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Protocol"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-01-14T12:26:10+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/stream",
|
|
|
|
"version": "1.17.02.21",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Stream.git",
|
|
|
|
"reference": "3293cfffca2de10525df51436adf88a559151d82"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
|
|
|
|
"reference": "3293cfffca2de10525df51436adf88a559151d82",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/event": "~1.0",
|
|
|
|
"hoa/exception": "~1.0",
|
|
|
|
"hoa/protocol": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Stream\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Stream library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"Context",
|
|
|
|
"bucket",
|
|
|
|
"composite",
|
|
|
|
"filter",
|
|
|
|
"in",
|
|
|
|
"library",
|
|
|
|
"out",
|
|
|
|
"protocol",
|
|
|
|
"stream",
|
|
|
|
"wrapper"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Stream",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Stream/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Stream"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-02-21T16:01:06+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "hoa/ustring",
|
|
|
|
"version": "4.17.01.16",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/hoaproject/Ustring.git",
|
|
|
|
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
|
|
|
|
"reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"hoa/consistency": "~1.0",
|
|
|
|
"hoa/exception": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"hoa/test": "~2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
|
|
|
|
"ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hoa\\Ustring\\": "."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ivan Enderlin",
|
|
|
|
"email": "ivan.enderlin@hoa-project.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hoa community",
|
|
|
|
"homepage": "https://hoa-project.net/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Hoa\\Ustring library.",
|
|
|
|
"homepage": "https://hoa-project.net/",
|
|
|
|
"keywords": [
|
|
|
|
"library",
|
|
|
|
"search",
|
|
|
|
"string",
|
|
|
|
"unicode"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"docs": "https://central.hoa-project.net/Documentation/Library/Ustring",
|
|
|
|
"email": "support@hoa-project.net",
|
|
|
|
"forum": "https://users.hoa-project.net/",
|
|
|
|
"irc": "irc://chat.freenode.net/hoaproject",
|
|
|
|
"issues": "https://github.com/hoaproject/Ustring/issues",
|
|
|
|
"source": "https://central.hoa-project.net/Resource/Library/Ustring"
|
|
|
|
},
|
|
|
|
"abandoned": true,
|
2019-10-30 08:17:06 +01:00
|
|
|
"time": "2017-01-16T07:08:25+00:00"
|
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
{
|
|
|
|
"name": "myclabs/deep-copy",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.11.1",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": "^7.1 || ^8.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
2023-07-09 23:35:11 +02:00
|
|
|
"conflict": {
|
|
|
|
"doctrine/collections": "<1.6.8",
|
|
|
|
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"doctrine/collections": "^1.6.8",
|
|
|
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"files": [
|
|
|
|
"src/DeepCopy/deep_copy.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
|
|
}
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "Create deep copies (clones) of your objects",
|
|
|
|
"keywords": [
|
|
|
|
"clone",
|
|
|
|
"copy",
|
|
|
|
"duplicate",
|
|
|
|
"object",
|
|
|
|
"object graph"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-03-08T13:26:56+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phar-io/manifest",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "2.0.3",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phar-io/manifest.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
|
|
|
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-phar": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
"phar-io/version": "^3.0.1",
|
|
|
|
"php": "^7.2 || ^8.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-master": "2.0.x-dev"
|
2019-03-14 21:31:41 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arne Blankerts",
|
|
|
|
"email": "arne@blankerts.de",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Heuer",
|
|
|
|
"email": "sebastian@phpeople.de",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phar-io/manifest/issues",
|
|
|
|
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
|
|
|
|
},
|
|
|
|
"time": "2021-07-20T11:28:43+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phar-io/version",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.2.1",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phar-io/version.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
|
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": "^7.2 || ^8.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arne Blankerts",
|
|
|
|
"email": "arne@blankerts.de",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Heuer",
|
|
|
|
"email": "sebastian@phpeople.de",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library for handling version information and constraints",
|
2023-07-09 23:35:11 +02:00
|
|
|
"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"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "phpoption/phpoption",
|
|
|
|
"version": "1.8.1",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/schmittjoh/php-option.git",
|
|
|
|
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
|
|
|
|
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": "^7.0 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
|
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-master": "1.8-dev"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"PhpOption\\": "src/PhpOption/"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2023-07-09 23:35:11 +02:00
|
|
|
"Apache-2.0"
|
2016-08-18 23:39:16 +02:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "Johannes M. Schmitt",
|
|
|
|
"email": "schmittjoh@gmail.com",
|
|
|
|
"homepage": "https://github.com/schmittjoh"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Option Type for PHP",
|
2016-08-18 23:39:16 +02:00
|
|
|
"keywords": [
|
2023-07-09 23:35:11 +02:00
|
|
|
"language",
|
|
|
|
"option",
|
|
|
|
"php",
|
|
|
|
"type"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/schmittjoh/php-option/issues",
|
|
|
|
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
2016-08-18 23:39:16 +02:00
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2021-12-04T23:24:31+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
|
"version": "7.0.15",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
"reference": "819f92bba8b001d4363065928088de22f25a3a48"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
|
|
|
|
"reference": "819f92bba8b001d4363065928088de22f25a3a48",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
"php": ">=7.2",
|
|
|
|
"phpunit/php-file-iterator": "^2.0.2",
|
|
|
|
"phpunit/php-text-template": "^1.2.1",
|
|
|
|
"phpunit/php-token-stream": "^3.1.3 || ^4.0",
|
|
|
|
"sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
|
|
"sebastian/environment": "^4.2.2",
|
|
|
|
"sebastian/version": "^2.0.1",
|
|
|
|
"theseer/tokenizer": "^1.1.3"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^8.2.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-xdebug": "^2.7.2"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
"type": "library",
|
2019-03-14 21:31:41 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-master": "7.0-dev"
|
2019-03-14 21:31:41 +01:00
|
|
|
}
|
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
"autoload": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2023-07-09 23:35:11 +02:00
|
|
|
"BSD-3-Clause"
|
2016-08-18 23:39:16 +02:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
2019-04-26 10:32:43 +02:00
|
|
|
"keywords": [
|
2023-07-09 23:35:11 +02:00
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
2019-04-26 10:32:43 +02:00
|
|
|
],
|
2020-10-31 08:18:10 +01:00
|
|
|
"support": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
|
2020-10-31 08:18:10 +01:00
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/sebastianbergmann",
|
2020-07-10 23:34:31 +02:00
|
|
|
"type": "github"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2021-07-26T12:20:09+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-file-iterator",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "2.0.5",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
|
|
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^8.5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "2.0.x-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2019-03-14 21:31:41 +01:00
|
|
|
"email": "sebastian@phpunit.de",
|
2015-10-29 13:35:35 +01:00
|
|
|
"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"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-12-02T12:42:26+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
|
|
|
},
|
2019-03-14 21:31:41 +01:00
|
|
|
"time": "2015-06-21T13:50:34+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-timer",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "2.1.3",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
|
|
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^8.5"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"type": "library",
|
2017-08-12 18:34:38 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "2.1-dev"
|
2017-08-12 18:34:38 +02:00
|
|
|
}
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2019-03-14 21:31:41 +01:00
|
|
|
"email": "sebastian@phpunit.de",
|
2015-10-29 13:35:35 +01:00
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
"keywords": [
|
|
|
|
"timer"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T08:20:02+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/php-token-stream",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.1.3",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
|
|
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^7.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"dev-master": "3.1-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Wrapper around PHP's tokenizer extension.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
|
|
"keywords": [
|
|
|
|
"tokenizer"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"abandoned": true,
|
|
|
|
"time": "2021-07-26T12:15:06+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpunit/phpunit",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "8.5.33",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e",
|
|
|
|
"reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"doctrine/instantiator": "^1.3.1",
|
2015-10-29 13:35:35 +01:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-json": "*",
|
2017-08-12 18:34:38 +02:00
|
|
|
"ext-libxml": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-xml": "*",
|
2020-05-22 10:03:46 +02:00
|
|
|
"ext-xmlwriter": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"myclabs/deep-copy": "^1.10.0",
|
|
|
|
"phar-io/manifest": "^2.0.3",
|
|
|
|
"phar-io/version": "^3.0.2",
|
|
|
|
"php": ">=7.2",
|
|
|
|
"phpunit/php-code-coverage": "^7.0.12",
|
|
|
|
"phpunit/php-file-iterator": "^2.0.4",
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/php-text-template": "^1.2.1",
|
2020-05-22 10:03:46 +02:00
|
|
|
"phpunit/php-timer": "^2.1.2",
|
2023-07-09 23:35:11 +02:00
|
|
|
"sebastian/comparator": "^3.0.5",
|
2020-05-22 10:03:46 +02:00
|
|
|
"sebastian/diff": "^3.0.2",
|
2023-07-09 23:35:11 +02:00
|
|
|
"sebastian/environment": "^4.2.3",
|
|
|
|
"sebastian/exporter": "^3.1.5",
|
2020-05-22 10:03:46 +02:00
|
|
|
"sebastian/global-state": "^3.0.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"sebastian/object-enumerator": "^3.0.3",
|
2020-05-22 10:03:46 +02:00
|
|
|
"sebastian/resource-operations": "^2.0.1",
|
|
|
|
"sebastian/type": "^1.1.3",
|
2019-03-14 21:31:41 +01:00
|
|
|
"sebastian/version": "^2.0.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"ext-soap": "*",
|
2017-08-12 18:34:38 +02:00
|
|
|
"ext-xdebug": "*",
|
2020-05-22 10:03:46 +02:00
|
|
|
"phpunit/php-invoker": "^2.0.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"dev-master": "8.5-dev"
|
2015-10-29 13:35:35 +01: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": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://phpunit.de/sponsors.html",
|
2020-07-10 23:34:31 +02:00
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
2023-07-09 23:35:11 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
|
|
|
"type": "tidelift"
|
2020-07-10 23:34:31 +02:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2023-02-27T13:04:50+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2019-03-14 21:31:41 +01:00
|
|
|
"name": "ralouphie/getallheaders",
|
2019-10-30 10:06:01 +01:00
|
|
|
"version": "3.0.3",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-03-14 21:31:41 +01:00
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
2019-10-30 10:06:01 +01:00
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-10-30 10:06:01 +01:00
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"php": ">=5.6"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"files": [
|
|
|
|
"src/getallheaders.php"
|
2015-10-29 13:35:35 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2017-08-12 18:34:38 +02:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-03-14 21:31:41 +01:00
|
|
|
"name": "Ralph Khattar",
|
|
|
|
"email": "ralph.khattar@gmail.com"
|
2017-08-12 18:34:38 +02:00
|
|
|
}
|
|
|
|
],
|
2019-03-14 21:31:41 +01:00
|
|
|
"description": "A polyfill for getallheaders.",
|
2023-07-09 21:48:45 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
|
},
|
2019-10-30 10:06:01 +01:00
|
|
|
"time": "2019-03-08T08:55:37+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2016-08-18 23:39:16 +02:00
|
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.0.2",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2016-08-18 23:39:16 +02:00
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
|
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=5.6"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^8.5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-08-18 23:39:16 +02:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2016-08-18 23:39:16 +02:00
|
|
|
"BSD-3-Clause"
|
2015-10-29 13:35:35 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-08-18 23:39:16 +02:00
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
2016-08-18 23:39:16 +02:00
|
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T08:15:22+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/comparator",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.0.5",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
|
|
|
|
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1",
|
2019-03-14 21:31:41 +01:00
|
|
|
"sebastian/diff": "^3.0",
|
|
|
|
"sebastian/exporter": "^3.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^8.5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "3.0-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2023-07-09 23:35:11 +02:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
2019-03-14 21:31:41 +01:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
2015-10-29 13:35:35 +01:00
|
|
|
"keywords": [
|
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-09-14T12:31:48+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/diff",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.0.4",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae",
|
|
|
|
"reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^7.5 || ^8.0",
|
|
|
|
"symfony/process": "^2 || ^3.3 || ^4"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "3.0-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2023-07-09 23:35:11 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Diff implementation",
|
2016-08-18 23:39:16 +02:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
2015-10-29 13:35:35 +01:00
|
|
|
"keywords": [
|
2019-03-14 21:31:41 +01:00
|
|
|
"diff",
|
|
|
|
"udiff",
|
|
|
|
"unidiff",
|
|
|
|
"unified diff"
|
2015-10-29 13:35:35 +01:00
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-05-07T05:30:20+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/environment",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "4.2.4",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
|
|
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^7.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-posix": "*"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"dev-master": "4.2-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
|
"keywords": [
|
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T07:53:42+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/exporter",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.1.5",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
|
|
|
|
"reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"sebastian/recursion-context": "^3.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-08-18 23:39:16 +02:00
|
|
|
"ext-mbstring": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^8.5"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "3.1.x-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2019-10-30 10:06:01 +01:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@gmail.com"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
|
"keywords": [
|
|
|
|
"export",
|
|
|
|
"exporter"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-09-14T06:00:17+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/global-state",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.0.2",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921",
|
|
|
|
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.2",
|
2020-05-22 10:03:46 +02:00
|
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
|
|
"sebastian/recursion-context": "^3.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"ext-dom": "*",
|
|
|
|
"phpunit/phpunit": "^8.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"dev-master": "3.0-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
|
|
"keywords": [
|
|
|
|
"global state"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-02-10T06:55:38+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
{
|
|
|
|
"name": "sebastian/object-enumerator",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.0.4",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
|
|
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"sebastian/object-reflector": "^1.1.1",
|
|
|
|
"sebastian/recursion-context": "^3.0"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^6.0"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "3.0.x-dev"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T07:40:27+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/object-reflector",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.1.2",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
|
|
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T07:37:18+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "sebastian/recursion-context",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "3.0.1",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
|
|
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"phpunit/phpunit": "^6.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "3.0.x-dev"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
2023-07-09 23:35:11 +02:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T07:34:24+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/resource-operations",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "2.0.2",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
|
|
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-03-14 21:31:41 +01:00
|
|
|
"dev-master": "2.0-dev"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T07:30:19+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2020-05-22 10:03:46 +02:00
|
|
|
{
|
|
|
|
"name": "sebastian/type",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.1.4",
|
2020-05-22 10:03:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
|
|
|
|
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
|
2020-05-22 10:03:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.2"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^8.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/type",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-30T07:25:11+00:00"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
{
|
|
|
|
"name": "sebastian/version",
|
2017-08-12 18:34:38 +02:00
|
|
|
"version": "2.0.1",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
2017-08-12 18:34:38 +02:00
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-08-12 18:34:38 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2016-08-18 23:39:16 +02:00
|
|
|
"require": {
|
|
|
|
"php": ">=5.6"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"type": "library",
|
2016-08-18 23:39:16 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/version/tree/master"
|
|
|
|
},
|
2019-03-14 21:31:41 +01:00
|
|
|
"time": "2016-10-03T07:35:21+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/browser-kit",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.44",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
|
|
|
|
"reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
|
|
|
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/css-selector": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/http-client": "^4.3|^5.0",
|
|
|
|
"symfony/mime": "^4.3|^5.0",
|
|
|
|
"symfony/process": "^3.4|^4.0|^5.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/browser-kit/tree/v4.4.44"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-07-25T12:56:14+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.49",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
|
|
|
|
"reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php73": "^1.8",
|
2023-07-09 23:35:11 +02:00
|
|
|
"symfony/polyfill-php80": "^1.16",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/service-contracts": "^1.1|^2"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2017-08-12 18:34:38 +02:00
|
|
|
"conflict": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"psr/log": ">=3",
|
2019-03-14 21:31:41 +01:00
|
|
|
"symfony/dependency-injection": "<3.4",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/event-dispatcher": "<4.3|>=5",
|
|
|
|
"symfony/lock": "<4.4",
|
2019-03-14 21:31:41 +01:00
|
|
|
"symfony/process": "<3.3"
|
|
|
|
},
|
|
|
|
"provide": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"psr/log-implementation": "1.0|2.0"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"psr/log": "^1|^2",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/event-dispatcher": "^4.3",
|
|
|
|
"symfony/lock": "^4.4|^5.0",
|
|
|
|
"symfony/process": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/var-dumper": "^4.3|^5.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
2019-03-14 21:31:41 +01:00
|
|
|
"symfony/lock": "",
|
2015-10-29 13:35:35 +01:00
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/console/tree/v4.4.49"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-05T17:10:16+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2019-10-30 10:06:01 +01:00
|
|
|
"name": "symfony/css-selector",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.44",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-10-30 10:06:01 +01:00
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed",
|
|
|
|
"reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
2019-10-30 10:06:01 +01:00
|
|
|
"/Tests/"
|
2016-08-18 23:39:16 +02:00
|
|
|
]
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-10-30 10:06:01 +01:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Converts CSS selectors to XPath expressions",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/css-selector/tree/v4.4.44"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-06-27T13:16:42+00:00"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
{
|
2020-05-22 10:03:46 +02:00
|
|
|
"name": "symfony/dom-crawler",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.45",
|
2017-08-12 18:34:38 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-05-22 10:03:46 +02:00
|
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "4b8daf6c56801e6d664224261cb100b73edc78a5"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5",
|
|
|
|
"reference": "4b8daf6c56801e6d664224261cb100b73edc78a5",
|
2017-08-12 18:34:38 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
2023-07-09 23:35:11 +02:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"masterminds/html5": "<2.6"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"masterminds/html5": "^2.6",
|
|
|
|
"symfony/css-selector": "^3.4|^4.0|^5.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/css-selector": ""
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Eases DOM navigation for HTML and XML documents",
|
2017-08-12 18:34:38 +02:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.45"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-08-03T12:57:57+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2020-05-22 10:03:46 +02:00
|
|
|
"name": "symfony/event-dispatcher",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.44",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-05-22 10:03:46 +02:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
|
|
|
|
"reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
|
|
|
"symfony/event-dispatcher-contracts": "^1.1",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
|
|
"symfony/event-dispatcher-implementation": "1.1"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
2023-07-09 23:35:11 +02:00
|
|
|
"symfony/error-handler": "~3.4|~4.4",
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/expression-language": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/http-foundation": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
|
|
"symfony/stopwatch": "^3.4|^4.0|^5.0"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-07-20T09:59:04+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2020-05-22 10:03:46 +02:00
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v1.1.13",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-05-22 10:03:46 +02:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
|
|
|
|
"reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"psr/event-dispatcher": "",
|
|
|
|
"symfony/event-dispatcher-implementation": ""
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.1-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to dispatching event",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-01-02T09:41:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
|
|
|
"version": "v4.4.44",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
|
|
|
"reference": "66bd787edb5e42ff59d3523f623895af05043e4f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f",
|
|
|
|
"reference": "66bd787edb5e42ff59d3523f623895af05043e4f",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1.3",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/finder/tree/v4.4.44"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-07-29T07:35:46+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
|
"version": "v1.27.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "1.27-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "symfony/polyfill-intl-idn",
|
|
|
|
"version": "v1.27.0",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
|
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
|
|
|
|
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1",
|
|
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
|
"symfony/polyfill-php72": "^1.10"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.27-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2015-10-29 13:35:35 +01:00
|
|
|
"psr-4": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
|
}
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "Laurent Bassin",
|
|
|
|
"email": "laurent@bassin.info"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Trevor Rowbotham",
|
|
|
|
"email": "trevor.rowbotham@pm.me"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"idn",
|
|
|
|
"intl",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
|
|
"version": "v1.27.0",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
|
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
|
|
|
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-31 08:18:10 +01:00
|
|
|
"php": ">=7.1"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"ext-intl": "For best performance"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.27-dev"
|
2020-10-31 08:18:10 +01:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2019-03-14 21:31:41 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2019-03-14 21:31:41 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2019-03-14 21:31:41 +01:00
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
2019-03-14 21:31:41 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2023-07-09 23:35:11 +02:00
|
|
|
"intl",
|
|
|
|
"normalizer",
|
2019-03-14 21:31:41 +01:00
|
|
|
"polyfill",
|
2023-07-09 23:35:11 +02:00
|
|
|
"portable",
|
|
|
|
"shim"
|
2019-03-14 21:31:41 +01:00
|
|
|
],
|
2020-10-31 08:18:10 +01:00
|
|
|
"support": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
|
2020-10-31 08:18:10 +01:00
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
|
"version": "v1.27.0",
|
2020-05-22 10:03:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
2020-05-22 10:03:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"ext-mbstring": "For best performance"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.27-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-05-22 10:03:46 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
}
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
2020-05-22 10:03:46 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2023-07-09 23:35:11 +02:00
|
|
|
"mbstring",
|
2020-05-22 10:03:46 +02:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "symfony/polyfill-php72",
|
|
|
|
"version": "v1.27.0",
|
2016-08-18 23:39:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
|
2016-08-18 23:39:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.27-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2016-08-18 23:39:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
|
|
}
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
2016-08-18 23:39:16 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "symfony/polyfill-php73",
|
|
|
|
"version": "v1.27.0",
|
2020-05-22 10:03:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
|
|
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
2020-05-22 10:03:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.27-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-05-22 10:03:46 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2023-07-09 23:35:11 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2020-05-22 10:03:46 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
2020-05-22 10:03:46 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 23:35:11 +02:00
|
|
|
"name": "symfony/polyfill-php80",
|
|
|
|
"version": "v1.27.0",
|
2020-05-22 10:03:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|
|
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
2020-05-22 10:03:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.27-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-05-22 10:03:46 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
},
|
2020-05-22 10:03:46 +02:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2023-07-09 23:35:11 +02:00
|
|
|
{
|
|
|
|
"name": "Ion Bazan",
|
|
|
|
"email": "ion.bazan@gmail.com"
|
|
|
|
},
|
2020-05-22 10:03:46 +02:00
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
2020-05-22 10:03:46 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.44",
|
2017-08-12 18:34:38 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
|
|
|
|
"reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
|
2017-08-12 18:34:38 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
|
|
|
"symfony/polyfill-php80": "^1.16"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Executes commands in sub-processes",
|
2017-08-12 18:34:38 +02:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/process/tree/v4.4.44"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-06-27T13:16:42+00:00"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v1.1.13",
|
2020-05-22 10:03:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4"
|
2020-05-22 10:03:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/afa00c500c2d6aea6e3b2f4862355f507bc5ebb4",
|
|
|
|
"reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4",
|
2020-05-22 10:03:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
2020-05-22 10:03:46 +02:00
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"dev-main": "1.1-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2020-05-22 10:03:46 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to writing services",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/service-contracts/tree/v1.1.13"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-05-27T14:01:05+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v4.4.45",
|
2015-10-29 13:35:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
|
|
|
|
"reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
|
2015-10-29 13:35:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": ">=7.1.3",
|
2019-03-14 21:31:41 +01:00
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/console": "<3.4"
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
2017-08-12 18:34:38 +02:00
|
|
|
"require-dev": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"symfony/console": "^3.4|^4.0|^5.0"
|
2017-08-12 18:34:38 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
2015-10-29 13:35:35 +01:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-10-29 13:35:35 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"description": "Loads and dumps YAML files",
|
2015-10-29 13:35:35 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/yaml/tree/v4.4.45"
|
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2022-08-02T15:47:23+00:00"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "theseer/tokenizer",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "1.2.1",
|
2019-03-14 21:31:41 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
|
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
2019-03-14 21:31:41 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xmlwriter": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"php": "^7.2 || ^8.0"
|
2019-03-14 21:31:41 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arne Blankerts",
|
|
|
|
"email": "arne@blankerts.de",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
2023-07-09 23:35:11 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
|
|
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/theseer",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-07-28T10:34:58+00:00"
|
2016-08-18 23:39:16 +02:00
|
|
|
},
|
2017-08-13 20:22:01 +02:00
|
|
|
{
|
|
|
|
"name": "vlucas/phpdotenv",
|
2023-07-09 23:35:11 +02:00
|
|
|
"version": "v3.6.10",
|
2017-08-13 20:22:01 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
2023-07-09 23:35:11 +02:00
|
|
|
"reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e"
|
2017-08-13 20:22:01 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-07-09 23:35:11 +02:00
|
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5b547cdb25825f10251370f57ba5d9d924e6f68e",
|
|
|
|
"reference": "5b547cdb25825f10251370f57ba5d9d924e6f68e",
|
2017-08-13 20:22:01 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": "^5.4 || ^7.0 || ^8.0",
|
2020-07-10 23:34:31 +02:00
|
|
|
"phpoption/phpoption": "^1.5.2",
|
2020-10-31 08:18:10 +01:00
|
|
|
"symfony/polyfill-ctype": "^1.17"
|
2017-08-13 20:22:01 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-pcre": "*",
|
2023-07-09 23:35:11 +02:00
|
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
|
2017-08-13 20:22:01 +02:00
|
|
|
},
|
2020-05-22 10:03:46 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-filter": "Required to use the boolean validator.",
|
|
|
|
"ext-pcre": "Required to use most of the library."
|
|
|
|
},
|
2017-08-13 20:22:01 +02:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-10-30 10:06:01 +01:00
|
|
|
"dev-master": "3.6-dev"
|
2017-08-13 20:22:01 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Dotenv\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2019-03-14 21:31:41 +01:00
|
|
|
"BSD-3-Clause"
|
2017-08-13 20:22:01 +02:00
|
|
|
],
|
|
|
|
"authors": [
|
2019-10-30 10:06:01 +01:00
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
2023-07-09 23:35:11 +02:00
|
|
|
"email": "hello@gjcampbell.co.uk",
|
|
|
|
"homepage": "https://github.com/GrahamCampbell"
|
2019-10-30 10:06:01 +01:00
|
|
|
},
|
2017-08-13 20:22:01 +02:00
|
|
|
{
|
|
|
|
"name": "Vance Lucas",
|
|
|
|
"email": "vance@vancelucas.com",
|
2023-07-09 23:35:11 +02:00
|
|
|
"homepage": "https://github.com/vlucas"
|
2017-08-13 20:22:01 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
|
"keywords": [
|
|
|
|
"dotenv",
|
|
|
|
"env",
|
|
|
|
"environment"
|
|
|
|
],
|
2020-10-31 08:18:10 +01:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/vlucas/phpdotenv/issues",
|
2023-07-09 23:35:11 +02:00
|
|
|
"source": "https://github.com/vlucas/phpdotenv/tree/v3.6.10"
|
2020-10-31 08:18:10 +01:00
|
|
|
},
|
2020-07-10 23:34:31 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/GrahamCampbell",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-07-09 23:35:11 +02:00
|
|
|
"time": "2021-12-12T23:02:06+00:00"
|
2015-10-29 13:35:35 +01:00
|
|
|
}
|
|
|
|
],
|
2015-08-01 18:42:48 +02:00
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
2023-07-11 14:08:56 +02:00
|
|
|
"stability-flags": {
|
|
|
|
"codeception/phpbuiltinserver": 20
|
|
|
|
},
|
2015-08-01 18:42:48 +02:00
|
|
|
"prefer-stable": false,
|
2015-08-01 21:05:22 +02:00
|
|
|
"prefer-lowest": false,
|
2017-08-12 18:32:47 +02:00
|
|
|
"platform": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": "^7.2"
|
2017-08-12 18:32:47 +02:00
|
|
|
},
|
2019-10-30 10:06:01 +01:00
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
2020-05-22 10:03:46 +02:00
|
|
|
"php": "7.2"
|
2020-07-10 23:34:31 +02:00
|
|
|
},
|
2023-07-09 21:48:45 +02:00
|
|
|
"plugin-api-version": "2.3.0"
|
2015-08-01 18:42:48 +02:00
|
|
|
}
|