2015-02-20 15:20:29 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-12-06 09:55:19 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-02-20 15:20:29 +03:00
"This file is @generated automatically"
],
2020-09-03 15:19:22 +02:00
"content-hash": "c9638d21944c99f7015768873739a38b",
2015-02-20 15:20:29 +03:00
"packages": [
2020-07-26 22:35:08 +03:00
{
"name": "evenement/evenement",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/igorw/evenement.git",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Evenement": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
"event-dispatcher",
"event-emitter"
],
"time": "2017-07-23T21:35:13+00:00"
},
2017-03-16 11:07:45 +07:00
{
2017-03-19 23:49:15 +07:00
"name": "pimple/pimple",
2020-04-25 23:00:08 +03:00
"version": "v3.3.0",
2017-03-16 11:07:45 +07:00
"source": {
"type": "git",
2017-03-19 23:49:15 +07:00
"url": "https://github.com/silexphp/Pimple.git",
2020-04-25 23:00:08 +03:00
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
2017-03-16 11:07:45 +07:00
},
"dist": {
"type": "zip",
2020-04-25 23:00:08 +03:00
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
"reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
2017-03-16 11:07:45 +07:00
"shasum": ""
},
"require": {
2020-04-25 23:00:08 +03:00
"php": "^7.2.5",
2017-12-18 18:15:52 +07:00
"psr/container": "^1.0"
},
"require-dev": {
2020-04-25 23:00:08 +03:00
"symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
2017-03-16 11:07:45 +07:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "3.3.x-dev"
2017-03-16 11:07:45 +07:00
}
},
"autoload": {
2017-03-19 23:49:15 +07:00
"psr-0": {
"Pimple": "src/"
}
2017-03-16 11:07:45 +07:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-03-19 23:49:15 +07:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-03-16 11:07:45 +07:00
}
],
2017-03-19 23:49:15 +07:00
"description": "Pimple, a simple Dependency Injection Container",
2020-04-25 23:00:08 +03:00
"homepage": "https://pimple.symfony.com",
2017-03-16 11:07:45 +07:00
"keywords": [
2017-03-19 23:49:15 +07:00
"container",
"dependency injection"
2017-03-16 11:07:45 +07:00
],
2020-04-25 23:00:08 +03:00
"time": "2020-03-03T09:12:48+00:00"
2017-12-18 18:15:52 +07:00
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
2017-03-16 11:07:45 +07:00
},
2020-07-26 22:35:08 +03:00
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "react/cache",
2020-09-29 22:56:26 +02:00
"version": "v1.1.0",
2020-07-26 22:35:08 +03:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
2020-09-29 22:56:26 +02:00
"reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c"
2020-07-26 22:35:08 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/reactphp/cache/zipball/44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
"reference": "44a568925556b0bd8cacc7b49fb0f1cf0d706a0c",
2020-07-26 22:35:08 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
2020-09-29 22:56:26 +02:00
"react/promise": "^3.0 || ^2.0 || ^1.1"
2020-07-26 22:35:08 +03:00
},
"require-dev": {
2020-09-29 22:56:26 +02:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
2020-07-26 22:35:08 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-09-29 22:56:26 +02:00
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
2020-07-26 22:35:08 +03:00
"description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [
"cache",
"caching",
"promise",
"reactphp"
],
2020-09-29 22:56:26 +02:00
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-09-18T12:12:35+00:00"
2020-07-26 22:35:08 +03:00
},
{
"name": "react/dns",
2020-09-29 22:56:26 +02:00
"version": "v1.4.0",
2020-07-26 22:35:08 +03:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
2020-09-29 22:56:26 +02:00
"reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f"
2020-07-26 22:35:08 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/reactphp/dns/zipball/665260757171e2ab17485b44e7ffffa7acb6ca1f",
"reference": "665260757171e2ab17485b44e7ffffa7acb6ca1f",
2020-07-26 22:35:08 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^3.0 || ^2.7 || ^1.2.1",
"react/promise-timer": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.2",
2020-09-29 22:56:26 +02:00
"phpunit/phpunit": "^9.3 || ^4.8.35"
2020-07-26 22:35:08 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Dns\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-09-29 22:56:26 +02:00
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
2020-07-26 22:35:08 +03:00
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"async",
"dns",
"dns-resolver",
"reactphp"
],
2020-09-29 22:56:26 +02:00
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-09-18T12:12:55+00:00"
2020-07-26 22:35:08 +03:00
},
{
"name": "react/event-loop",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
"reference": "6d24de090cd59cfc830263cfba965be77b563c13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
"reference": "6d24de090cd59cfc830263cfba965be77b563c13",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"suggest": {
"ext-event": "~1.0 for ExtEventLoop",
"ext-pcntl": "For signal handling support when using the StreamSelectLoop",
"ext-uv": "* for ExtUvLoop"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\EventLoop\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
"keywords": [
"asynchronous",
"event-loop"
],
"time": "2020-01-01T18:39:52+00:00"
},
{
"name": "react/http",
2020-09-29 22:56:26 +02:00
"version": "v1.1.0",
2020-07-26 22:35:08 +03:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/http.git",
2020-09-29 22:56:26 +02:00
"reference": "754b0c18545d258922ffa907f3b18598280fdecd"
2020-07-26 22:35:08 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/reactphp/http/zipball/754b0c18545d258922ffa907f3b18598280fdecd",
"reference": "754b0c18545d258922ffa907f3b18598280fdecd",
2020-07-26 22:35:08 +03:00
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
"psr/http-message": "^1.0",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.3 || ^1.2.1",
"react/promise-stream": "^1.1",
2020-09-29 22:56:26 +02:00
"react/socket": "^1.6",
"react/stream": "^1.1",
2020-07-26 22:35:08 +03:00
"ringcentral/psr7": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.1",
"clue/http-proxy-react": "^1.3",
"clue/reactphp-ssh-proxy": "^1.0",
"clue/socks-react": "^1.0",
2020-09-29 22:56:26 +02:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
2020-07-26 22:35:08 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "Event-driven, streaming HTTP client and server implementation for ReactPHP",
"keywords": [
"async",
"client",
"event-driven",
"http",
"http client",
"http server",
"https",
"psr-7",
"reactphp",
"server",
"streaming"
],
2020-09-29 22:56:26 +02:00
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-09-11T11:01:51+00:00"
2020-07-26 22:35:08 +03:00
},
{
"name": "react/promise",
"version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
"time": "2020-05-12T15:16:56+00:00"
},
{
"name": "react/promise-stream",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-stream.git",
"reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-stream/zipball/6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
"reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/promise": "^2.1 || ^1.2",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6"
},
"require-dev": {
"clue/block-react": "^1.0",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
"react/promise-timer": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Stream\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "The missing link between Promise-land and Stream-land for ReactPHP",
"homepage": "https://github.com/reactphp/promise-stream",
"keywords": [
"Buffer",
"async",
"promise",
"reactphp",
"stream",
"unwrap"
],
"time": "2019-07-03T12:29:10+00:00"
},
{
"name": "react/promise-timer",
"version": "v1.6.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
"reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
"reference": "daee9baf6ef30c43ea4c86399f828bb5f558f6e6",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^3.0 || ^2.7.0 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Timer\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
"homepage": "https://github.com/reactphp/promise-timer",
"keywords": [
"async",
"event-loop",
"promise",
"reactphp",
"timeout",
"timer"
],
"time": "2020-07-10T12:18:06+00:00"
},
{
"name": "react/socket",
2020-09-29 22:56:26 +02:00
"version": "v1.6.0",
2020-07-26 22:35:08 +03:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket.git",
2020-09-29 22:56:26 +02:00
"reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a"
2020-07-26 22:35:08 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/reactphp/socket/zipball/e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
"reference": "e2b96b23a13ca9b41ab343268dbce3f8ef4d524a",
2020-07-26 22:35:08 +03:00
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
"react/dns": "^1.1",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.6.0 || ^1.2.1",
"react/promise-timer": "^1.4.0",
"react/stream": "^1.1"
},
"require-dev": {
"clue/block-react": "^1.2",
2020-09-29 22:56:26 +02:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
2020-07-26 22:35:08 +03:00
"react/promise-stream": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Socket\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-09-29 22:56:26 +02:00
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
2020-07-26 22:35:08 +03:00
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
"keywords": [
"Connection",
"Socket",
"async",
"reactphp",
"stream"
],
2020-09-29 22:56:26 +02:00
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-08-28T12:49:05+00:00"
2020-07-26 22:35:08 +03:00
},
{
"name": "react/stream",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
"reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
"reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.8",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
},
"require-dev": {
"clue/stream-filter": "~1.2",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Stream\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
"keywords": [
"event-driven",
"io",
"non-blocking",
"pipe",
"reactphp",
"readable",
"stream",
"writable"
],
"time": "2020-05-04T10:17:57+00:00"
},
{
"name": "ringcentral/psr7",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/ringcentral/psr7.git",
"reference": "360faaec4b563958b673fb52bbe94e37f14bc686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ringcentral/psr7/zipball/360faaec4b563958b673fb52bbe94e37f14bc686",
"reference": "360faaec4b563958b673fb52bbe94e37f14bc686",
"shasum": ""
},
"require": {
"php": ">=5.3",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"RingCentral\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "PSR-7 message implementation",
"keywords": [
"http",
"message",
"stream",
"uri"
],
"time": "2018-05-29T20:21:04+00:00"
},
2015-02-20 15:20:29 +03:00
{
"name": "symfony/console",
2020-09-29 22:56:26 +02:00
"version": "v5.1.6",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
2016-01-11 13:41:05 +07:00
"url": "https://github.com/symfony/console.git",
2020-09-29 22:56:26 +02:00
"reference": "04c3a31fe8ea94b42c9e2d1acc93d19782133b00"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/04c3a31fe8ea94b42c9e2d1acc93d19782133b00",
"reference": "04c3a31fe8ea94b42c9e2d1acc93d19782133b00",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": ">=7.2.5",
2019-12-15 21:11:39 +07:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2020-09-29 22:56:26 +02:00
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
2015-02-20 15:20:29 +03:00
},
2017-06-23 10:32:07 +07:00
"conflict": {
2019-12-15 21:11:39 +07:00
"symfony/dependency-injection": "<4.4",
2020-09-29 22:56:26 +02:00
"symfony/dotenv": "<5.1",
2019-12-15 21:11:39 +07:00
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
2017-06-23 10:32:07 +07:00
},
2019-12-14 17:38:03 +07:00
"provide": {
"psr/log-implementation": "1.0"
},
2015-02-20 15:20:29 +03:00
"require-dev": {
"psr/log": "~1.0",
2019-12-15 21:11:39 +07:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2015-02-20 15:20:29 +03:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
2017-12-22 13:50:49 +07:00
"symfony/lock": "",
2015-02-20 15:20:29 +03:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "5.1-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2015-02-20 15:20:29 +03:00
"Symfony\\Component\\Console\\": ""
2016-01-11 13:41:05 +07:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-02-20 15:20:29 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-11 23:05:41 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-20 15:20:29 +03:00
}
],
"description": "Symfony Console Component",
2015-05-11 23:05:41 +07:00
"homepage": "https://symfony.com",
2020-04-25 23:00:08 +03: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"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-09-18T14:27:32+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"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": "2020-09-07T11:33:47+00:00"
2015-02-20 15:20:29 +03:00
},
{
2019-12-15 21:11:39 +07:00
"name": "symfony/polyfill-ctype",
2020-09-29 22:56:26 +02:00
"version": "v1.18.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
2019-12-15 21:11:39 +07:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-09-29 22:56:26 +02:00
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": ">=5.3.3"
2015-02-20 15:20:29 +03:00
},
2019-12-15 21:11:39 +07:00
"suggest": {
"ext-ctype": "For best performance"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2019-12-15 21:11:39 +07:00
"Symfony\\Polyfill\\Ctype\\": ""
2016-01-11 13:41:05 +07:00
},
2019-12-15 21:11:39 +07:00
"files": [
"bootstrap.php"
2016-01-11 13:41:05 +07:00
]
2015-02-20 15:20:29 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-15 21:11:39 +07:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2015-05-11 23:05:41 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-20 15:20:29 +03:00
}
],
2019-12-15 21:11:39 +07:00
"description": "Symfony polyfill for ctype functions",
2015-05-11 23:05:41 +07:00
"homepage": "https://symfony.com",
2019-12-15 21:11:39 +07:00
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-04-25 23:00:08 +03: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"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"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": "2020-07-14T12:35:20+00:00"
2019-12-14 17:38:03 +07:00
},
{
2019-12-15 21:11:39 +07:00
"name": "symfony/polyfill-mbstring",
2020-09-29 22:56:26 +02:00
"version": "v1.18.1",
2019-12-14 17:38:03 +07:00
"source": {
"type": "git",
2019-12-15 21:11:39 +07:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-09-29 22:56:26 +02:00
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
2019-12-14 17:38:03 +07:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
2019-12-14 17:38:03 +07:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
2019-12-15 21:11:39 +07:00
"ext-mbstring": "For best performance"
2019-12-14 17:38:03 +07:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-12-14 17:38:03 +07:00
}
},
"autoload": {
"psr-4": {
2019-12-15 21:11:39 +07:00
"Symfony\\Polyfill\\Mbstring\\": ""
2019-12-14 17:38:03 +07:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-15 21:11:39 +07:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-12-14 17:38:03 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-12-15 21:11:39 +07:00
"description": "Symfony polyfill for the Mbstring extension",
2019-12-14 17:38:03 +07:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2019-12-15 21:11:39 +07:00
"mbstring",
2019-12-14 17:38:03 +07:00
"polyfill",
2019-12-15 21:11:39 +07:00
"portable",
"shim"
2019-12-14 17:38:03 +07:00
],
2020-04-25 23:00:08 +03: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"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-07-14T12:35:20+00:00"
2016-01-11 13:41:05 +07:00
},
{
2019-12-15 21:11:39 +07:00
"name": "symfony/polyfill-php73",
2020-09-29 22:56:26 +02:00
"version": "v1.18.1",
2016-01-11 13:41:05 +07:00
"source": {
"type": "git",
2019-12-15 21:11:39 +07:00
"url": "https://github.com/symfony/polyfill-php73.git",
2020-09-29 22:56:26 +02:00
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
2016-01-11 13:41:05 +07:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
2016-01-11 13:41:05 +07:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-01-11 13:41:05 +07:00
}
},
"autoload": {
"psr-4": {
2019-12-15 21:11:39 +07:00
"Symfony\\Polyfill\\Php73\\": ""
2016-01-11 13:41:05 +07:00
},
"files": [
"bootstrap.php"
2019-12-15 21:11:39 +07:00
],
"classmap": [
"Resources/stubs"
2016-01-11 13:41:05 +07: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"
}
],
2019-12-15 21:11:39 +07:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2016-01-11 13:41:05 +07:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-04-25 23:00:08 +03: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"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
"shasum": ""
},
"require": {
"php": ">=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"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": "2020-07-14T12:35:20+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "symfony/process",
2020-09-29 22:56:26 +02:00
"version": "v5.1.6",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
2016-01-11 13:41:05 +07:00
"url": "https://github.com/symfony/process.git",
2020-09-29 22:56:26 +02:00
"reference": "d3a2e64866169586502f0cd9cab69135ad12cee9"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/process/zipball/d3a2e64866169586502f0cd9cab69135ad12cee9",
"reference": "d3a2e64866169586502f0cd9cab69135ad12cee9",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "5.1-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2015-02-20 15:20:29 +03:00
"Symfony\\Component\\Process\\": ""
2016-01-11 13:41:05 +07:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-02-20 15:20:29 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-05-11 23:05:41 +07:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-02-20 15:20:29 +03:00
},
2015-05-11 23:05:41 +07:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2020-04-25 23:00:08 +03: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"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-09-02T16:23:27+00:00"
2019-12-15 21:11:39 +07:00
},
{
"name": "symfony/service-contracts",
2020-09-29 22:56:26 +02:00
"version": "v2.2.0",
2019-12-15 21:11:39 +07:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-09-29 22:56:26 +02:00
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
2019-12-15 21:11:39 +07:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
2019-12-15 21:11:39 +07:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": ">=7.2.5",
2019-12-15 21:11:39 +07:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-12-15 21:11:39 +07: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"
],
2020-09-29 22:56:26 +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"
}
],
"time": "2020-09-07T11:33:47+00:00"
},
{
"name": "symfony/string",
"version": "v5.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
"reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony String component",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"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": "2020-09-15T12:23:47+00:00"
2015-05-11 23:05:41 +07:00
},
{
"name": "symfony/yaml",
2020-09-29 22:56:26 +02:00
"version": "v5.1.6",
2015-05-11 23:05:41 +07:00
"source": {
"type": "git",
2016-01-11 13:41:05 +07:00
"url": "https://github.com/symfony/yaml.git",
2020-09-29 22:56:26 +02:00
"reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a"
2015-05-11 23:05:41 +07:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
"reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
2015-05-11 23:05:41 +07:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2019-12-14 17:38:03 +07:00
"symfony/polyfill-ctype": "~1.8"
2017-12-22 13:50:49 +07:00
},
"conflict": {
2019-12-15 21:11:39 +07:00
"symfony/console": "<4.4"
2015-05-11 23:05:41 +07:00
},
2017-01-27 11:06:12 +07:00
"require-dev": {
2019-12-15 21:11:39 +07:00
"symfony/console": "^4.4|^5.0"
2017-01-27 11:06:12 +07:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2020-09-29 22:56:26 +02:00
"bin": [
"Resources/bin/yaml-lint"
],
2015-05-11 23:05:41 +07:00
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "5.1-dev"
2015-05-11 23:05:41 +07:00
}
},
"autoload": {
2015-06-12 23:46:10 +07:00
"psr-4": {
2015-05-11 23:05:41 +07:00
"Symfony\\Component\\Yaml\\": ""
2016-01-11 13:41:05 +07:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-05-11 23:05:41 +07:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-02-20 15:20:29 +03:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-05-11 23:05:41 +07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-02-20 15:20:29 +03:00
}
],
2015-05-11 23:05:41 +07:00
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2020-04-25 23:00:08 +03: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"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-09-27T03:44:28+00:00"
2015-02-20 15:20:29 +03:00
}
],
"packages-dev": [
{
"name": "doctrine/instantiator",
2020-09-29 22:56:26 +02:00
"version": "1.3.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2020-09-29 22:56:26 +02:00
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": "^7.1 || ^8.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"doctrine/coding-standard": "^6.0",
2015-02-20 15:20:29 +03:00
"ext-pdo": "*",
"ext-phar": "*",
2019-12-15 21:11:39 +07:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "1.2.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2015-06-24 08:34:09 +02:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2015-02-20 15:20:29 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2019-12-15 21:11:39 +07:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2015-02-20 15:20:29 +03:00
"keywords": [
"constructor",
"instantiate"
],
2020-09-29 22:56:26 +02:00
"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": "2020-05-29T17:27:14+00:00"
2015-02-20 15:20:29 +03:00
},
2016-08-04 23:41:51 +03:00
{
"name": "myclabs/deep-copy",
2020-09-29 22:56:26 +02:00
"version": "1.10.1",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-09-29 22:56:26 +02:00
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
"reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": "^7.1 || ^8.0"
2019-12-15 21:11:39 +07:00
},
"replace": {
"myclabs/deep-copy": "self.version"
2016-08-04 23:41:51 +03:00
},
"require-dev": {
2017-12-18 18:15:52 +07:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.1"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-12-18 18:15:52 +07:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2016-08-04 23:41:51 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-09-29 22:56:26 +02:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-06-29T13:22:24+00:00"
2017-06-23 10:32:07 +07:00
},
{
"name": "phar-io/manifest",
2019-12-15 21:11:39 +07:00
"version": "1.0.3",
2017-06-23 10:32:07 +07:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2019-12-15 21:11:39 +07:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-06-23 10:32:07 +07:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-06-23 10:32:07 +07:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-12-15 21:11:39 +07:00
"phar-io/version": "^2.0",
2017-06-23 10:32:07 +07:00
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2019-12-15 21:11:39 +07:00
"time": "2018-07-08T19:23:20+00:00"
2017-06-23 10:32:07 +07:00
},
{
"name": "phar-io/version",
2019-12-15 21:11:39 +07:00
"version": "2.0.1",
2017-06-23 10:32:07 +07:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2019-12-15 21:11:39 +07:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-06-23 10:32:07 +07:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-06-23 10:32:07 +07:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2019-12-15 21:11:39 +07:00
"time": "2018-07-08T19:19:57+00:00"
2016-08-04 23:41:51 +03:00
},
2016-08-04 22:16:57 +03:00
{
"name": "phpdocumentor/reflection-common",
2020-09-29 22:56:26 +02:00
"version": "2.2.0",
2016-08-04 22:16:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-09-29 22:56:26 +02:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2016-08-04 22:16:57 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2016-08-04 22:16:57 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": "^7.2 || ^8.0"
2016-08-04 22:16:57 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-2.x": "2.x-dev"
2016-08-04 22:16:57 +03:00
}
},
"autoload": {
"psr-4": {
2019-12-15 21:11:39 +07:00
"phpDocumentor\\Reflection\\": "src/"
2016-08-04 22:16:57 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2020-09-29 22:56:26 +02:00
"time": "2020-06-27T09:03:43+00:00"
2016-08-04 22:16:57 +03:00
},
2015-02-20 15:20:29 +03:00
{
"name": "phpdocumentor/reflection-docblock",
2020-09-29 22:56:26 +02:00
"version": "5.2.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-09-29 22:56:26 +02:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2020-09-29 22:56:26 +02:00
"mockery/mockery": "~1.3.2"
2015-02-20 15:20:29 +03:00
},
2016-08-04 22:16:57 +03:00
"type": "library",
2017-12-18 18:15:52 +07:00
"extra": {
"branch-alias": {
2020-04-25 23:00:08 +03:00
"dev-master": "5.x-dev"
2017-12-18 18:15:52 +07:00
}
},
2016-08-04 22:16:57 +03:00
"autoload": {
"psr-4": {
2020-04-25 23:00:08 +03:00
"phpDocumentor\\Reflection\\": "src"
2016-08-04 22:16:57 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-04-25 23:00:08 +03:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2016-08-04 22:16:57 +03:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-09-29 22:56:26 +02:00
"time": "2020-09-03T19:13:55+00:00"
2016-08-04 22:16:57 +03:00
},
{
"name": "phpdocumentor/type-resolver",
2020-09-29 22:56:26 +02:00
"version": "1.4.0",
2016-08-04 22:16:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-09-29 22:56:26 +02:00
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
2016-08-04 22:16:57 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
2016-08-04 22:16:57 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": "^7.2 || ^8.0",
2019-12-15 21:11:39 +07:00
"phpdocumentor/reflection-common": "^2.0"
2016-08-04 22:16:57 +03:00
},
"require-dev": {
2020-09-29 22:56:26 +02:00
"ext-tokenizer": "*"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-1.x": "1.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2016-08-04 22:16:57 +03:00
"psr-4": {
2019-12-14 17:38:03 +07:00
"phpDocumentor\\Reflection\\": "src"
2015-02-20 15:20:29 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
2016-08-04 22:16:57 +03:00
"email": "me@mikevanriel.com"
2015-02-20 15:20:29 +03:00
}
],
2019-12-15 21:11:39 +07:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2020-09-29 22:56:26 +02:00
"time": "2020-09-17T18:55:26+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpspec/prophecy",
2020-09-29 22:56:26 +02:00
"version": "1.12.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-09-29 22:56:26 +02:00
"reference": "765cd5d5d237525f8bbadaec5dc161c83a369119"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/765cd5d5d237525f8bbadaec5dc161c83a369119",
"reference": "765cd5d5d237525f8bbadaec5dc161c83a369119",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2020-09-29 22:56:26 +02:00
"phpspec/phpspec": "^6.0",
"phpunit/phpunit": "^8.0 || ^9.0 <9.3"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-29 22:56:26 +02:00
"dev-master": "1.11.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
2019-12-14 17:38:03 +07:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2015-02-20 15:20:29 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
2015-05-05 00:36:41 +07:00
"homepage": "https://github.com/phpspec/prophecy",
2015-02-20 15:20:29 +03:00
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-09-29 22:56:26 +02:00
"time": "2020-09-28T12:23:07+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-code-coverage",
2019-12-15 21:11:39 +07:00
"version": "7.0.10",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2019-12-15 21:11:39 +07:00
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-12-15 21:11:39 +07:00
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
2017-12-18 18:15:52 +07:00
"phpunit/php-text-template": "^1.2.1",
2019-12-15 21:11:39 +07:00
"phpunit/php-token-stream": "^3.1.1",
2017-12-18 18:15:52 +07:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-12-15 21:11:39 +07:00
"sebastian/environment": "^4.2.2",
2017-12-18 18:15:52 +07:00
"sebastian/version": "^2.0.1",
2019-12-15 21:11:39 +07:00
"theseer/tokenizer": "^1.1.3"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^8.2.2"
2015-02-20 15:20:29 +03:00
},
"suggest": {
2019-12-15 21:11:39 +07:00
"ext-xdebug": "^2.7.2"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "7.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-12-18 18:15:52 +07:00
"email": "sebastian@phpunit.de",
2015-02-20 15:20:29 +03:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2019-12-15 21:11:39 +07:00
"time": "2019-11-20T13:55:58+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-file-iterator",
2019-12-15 21:11:39 +07:00
"version": "2.0.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-12-15 21:11:39 +07:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2015-02-20 15:20:29 +03:00
},
"type": "library",
2015-05-05 00:36:41 +07:00
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.0.x-dev"
2015-05-05 00:36:41 +07:00
}
},
2015-02-20 15:20:29 +03:00
"autoload": {
"classmap": [
2015-05-05 00:36:41 +07:00
"src/"
2015-02-20 15:20:29 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
2015-02-20 15:20:29 +03: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"
],
2019-12-15 21:11:39 +07:00
"time": "2018-09-13T20:33:42+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-text-template",
2015-06-24 08:34:09 +02:00
"version": "1.2.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2015-06-24 08:34:09 +02:00
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2015-06-24 08:34:09 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
2015-06-24 08:34:09 +02:00
"src/"
2015-02-20 15:20:29 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-02-20 15:20:29 +03:00
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-02-16 08:50:44 +01:00
"time": "2015-06-21T13:50:34+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-timer",
2019-12-15 21:11:39 +07:00
"version": "2.1.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-12-15 21:11:39 +07:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
2016-08-04 22:16:57 +03:00
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.0"
2016-08-04 22:16:57 +03:00
},
2015-02-20 15:20:29 +03:00
"type": "library",
2017-03-16 11:07:45 +07:00
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.1-dev"
2017-03-16 11:07:45 +07:00
}
},
2015-02-20 15:20:29 +03:00
"autoload": {
"classmap": [
2015-06-24 08:34:09 +02:00
"src/"
2015-02-20 15:20:29 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
2015-02-20 15:20:29 +03:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2019-12-15 21:11:39 +07:00
"time": "2019-06-07T04:22:29+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/php-token-stream",
2019-12-15 21:11:39 +07:00
"version": "3.1.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-12-15 21:11:39 +07:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.1-dev"
2015-02-20 15:20:29 +03: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"
],
2020-09-03 15:19:22 +02:00
"abandoned": true,
2019-12-15 21:11:39 +07:00
"time": "2019-09-17T06:23:10+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "phpunit/phpunit",
2020-09-29 22:56:26 +02:00
"version": "8.5.8",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-09-29 22:56:26 +02:00
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997",
"reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"doctrine/instantiator": "^1.2.0",
2015-02-20 15:20:29 +03:00
"ext-dom": "*",
"ext-json": "*",
2016-11-13 15:38:57 +07:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-12-15 21:11:39 +07:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
2017-12-18 18:15:52 +07:00
"phpunit/php-text-template": "^1.2.1",
2019-12-15 21:11:39 +07:00
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
2017-12-18 18:15:52 +07:00
"sebastian/object-enumerator": "^3.0.3",
2019-12-15 21:11:39 +07:00
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
2017-12-18 18:15:52 +07:00
"sebastian/version": "^2.0.1"
2015-02-20 15:20:29 +03:00
},
2016-11-13 15:38:57 +07:00
"require-dev": {
"ext-pdo": "*"
},
2015-02-20 15:20:29 +03:00
"suggest": {
2019-12-15 21:11:39 +07:00
"ext-soap": "*",
2016-11-13 15:38:57 +07:00
"ext-xdebug": "*",
2019-12-15 21:11:39 +07:00
"phpunit/php-invoker": "^2.0.0"
2015-02-20 15:20:29 +03:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "8.5-dev"
2015-02-20 15:20:29 +03: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"
],
2020-04-25 23:00:08 +03:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-09-29 22:56:26 +02:00
"time": "2020-06-22T07:06:58+00:00"
2016-08-04 23:41:51 +03:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2017-03-16 11:07:45 +07:00
"version": "1.0.1",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2017-03-16 11:07:45 +07:00
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2017-03-16 11:07:45 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^5.6 || ^7.0"
2016-08-04 23:41:51 +03:00
},
"require-dev": {
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^5.7 || ^6.0"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2017-03-16 11:07:45 +07:00
"time": "2017-03-04T06:30:41+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/comparator",
2019-12-15 21:11:39 +07:00
"version": "3.0.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-12-15 21:11:39 +07:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2017-12-18 18:15:52 +07:00
"sebastian/exporter": "^3.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.1"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2017-12-18 18:15:52 +07:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2015-02-20 15:20:29 +03:00
"keywords": [
"comparator",
"compare",
"equality"
],
2019-12-15 21:11:39 +07:00
"time": "2018-07-12T15:12:46+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/diff",
2019-12-15 21:11:39 +07:00
"version": "3.0.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2019-12-15 21:11:39 +07:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.0-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2016-01-11 13:41:05 +07:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-02-20 15:20:29 +03:00
"keywords": [
2019-12-15 21:11:39 +07:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-02-20 15:20:29 +03:00
],
2019-12-15 21:11:39 +07:00
"time": "2019-02-04T06:01:07+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/environment",
2019-12-15 21:11:39 +07:00
"version": "4.2.3",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2019-12-15 21:11:39 +07:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "4.2-dev"
2015-02-20 15:20:29 +03: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"
],
2019-12-15 21:11:39 +07:00
"time": "2019-11-20T08:46:58+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/exporter",
2019-12-14 17:38:03 +07:00
"version": "3.1.2",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-12-14 17:38:03 +07:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-14 17:38:03 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2016-08-04 22:16:57 +03:00
"ext-mbstring": "*",
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^6.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-06-23 10:32:07 +07:00
"dev-master": "3.1.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-12-14 17:38:03 +07:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2015-02-20 15:20:29 +03:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-12-14 17:38:03 +07:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2015-02-20 15:20:29 +03:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2019-12-14 17:38:03 +07:00
"time": "2019-09-14T09:02:43+00:00"
2015-02-20 15:20:29 +03:00
},
{
"name": "sebastian/global-state",
2019-12-15 21:11:39 +07:00
"version": "3.0.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2019-12-15 21:11:39 +07:00
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2019-12-15 21:11:39 +07:00
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
2015-02-20 15:20:29 +03:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "3.0-dev"
2015-02-20 15:20:29 +03: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"
],
2019-12-15 21:11:39 +07:00
"time": "2019-02-01T05:30:01+00:00"
2015-02-20 15:20:29 +03:00
},
2016-08-04 23:41:51 +03:00
{
"name": "sebastian/object-enumerator",
2017-12-18 18:15:52 +07:00
"version": "3.0.3",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2017-12-18 18:15:52 +07:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2017-12-18 18:15:52 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^7.0",
2017-12-18 18:15:52 +07:00
"sebastian/object-reflector": "^1.1.1",
2017-03-16 11:07:45 +07:00
"sebastian/recursion-context": "^3.0"
2016-08-04 23:41:51 +03:00
},
"require-dev": {
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^6.0"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-16 11:07:45 +07:00
"dev-master": "3.0.x-dev"
2016-08-04 23:41:51 +03: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/",
2017-12-18 18:15:52 +07:00
"time": "2017-08-03T12:35:26+00:00"
2017-03-16 11:07:45 +07:00
},
{
"name": "sebastian/object-reflector",
2017-06-23 10:32:07 +07:00
"version": "1.1.1",
2017-03-16 11:07:45 +07:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2017-06-23 10:32:07 +07:00
"reference": "773f97c67f28de00d397be301821b06708fca0be"
2017-03-16 11:07:45 +07:00
},
"dist": {
"type": "zip",
2017-06-23 10:32:07 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
2017-03-16 11:07:45 +07:00
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-19 23:49:15 +07:00
"dev-master": "1.1-dev"
2017-03-16 11:07:45 +07:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2017-06-23 10:32:07 +07:00
"time": "2017-03-29T09:07:27+00:00"
2016-08-04 23:41:51 +03:00
},
2015-02-20 15:20:29 +03:00
{
"name": "sebastian/recursion-context",
2017-03-16 11:07:45 +07:00
"version": "3.0.0",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2017-03-16 11:07:45 +07:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2017-03-16 11:07:45 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
"require": {
2017-03-16 11:07:45 +07:00
"php": "^7.0"
2015-02-20 15:20:29 +03:00
},
"require-dev": {
2017-03-16 11:07:45 +07:00
"phpunit/phpunit": "^6.0"
2015-02-20 15:20:29 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-16 11:07:45 +07:00
"dev-master": "3.0.x-dev"
2015-02-20 15:20:29 +03:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2017-03-16 11:07:45 +07:00
"time": "2017-03-03T06:23:57+00:00"
2015-02-20 15:20:29 +03:00
},
2016-08-04 23:41:51 +03:00
{
"name": "sebastian/resource-operations",
2019-12-15 21:11:39 +07:00
"version": "2.0.1",
2016-08-04 23:41:51 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-12-15 21:11:39 +07:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2016-08-04 23:41:51 +03:00
},
"dist": {
"type": "zip",
2019-12-15 21:11:39 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2016-08-04 23:41:51 +03:00
"shasum": ""
},
"require": {
2019-12-15 21:11:39 +07:00
"php": "^7.1"
2016-08-04 23:41:51 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-12-15 21:11:39 +07:00
"dev-master": "2.0-dev"
2016-08-04 23:41:51 +03: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",
2019-12-15 21:11:39 +07:00
"time": "2018-10-04T04:07:39+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"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",
"time": "2019-07-02T08:10:15+00:00"
2016-08-04 23:41:51 +03:00
},
2015-02-20 15:20:29 +03:00
{
"name": "sebastian/version",
2017-01-27 11:06:12 +07:00
"version": "2.0.1",
2015-02-20 15:20:29 +03:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2017-01-27 11:06:12 +07:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2015-02-20 15:20:29 +03:00
},
"dist": {
"type": "zip",
2017-01-27 11:06:12 +07:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2015-02-20 15:20:29 +03:00
"shasum": ""
},
2016-08-04 23:41:51 +03:00
"require": {
"php": ">=5.6"
},
2015-02-20 15:20:29 +03:00
"type": "library",
2016-08-04 23:41:51 +03:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-02-20 15:20:29 +03:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-12-15 21:11:39 +07:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-02-20 15:20:29 +03:00
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2017-02-16 08:50:44 +01:00
"time": "2016-10-03T07:35:21+00:00"
2016-08-04 22:16:57 +03:00
},
2017-06-23 10:32:07 +07:00
{
"name": "theseer/tokenizer",
2020-09-29 22:56:26 +02:00
"version": "1.2.0",
2017-06-23 10:32:07 +07:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-09-29 22:56:26 +02:00
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2017-06-23 10:32:07 +07:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
2017-06-23 10:32:07 +07:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-09-29 22:56:26 +02:00
"php": "^7.2 || ^8.0"
2017-06-23 10:32:07 +07: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",
2020-09-29 22:56:26 +02:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
2017-06-23 10:32:07 +07:00
},
2016-08-04 22:16:57 +03:00
{
"name": "webmozart/assert",
2020-09-29 22:56:26 +02:00
"version": "1.9.1",
2016-08-04 22:16:57 +03:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-09-29 22:56:26 +02:00
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
2016-08-04 22:16:57 +03:00
},
"dist": {
"type": "zip",
2020-09-29 22:56:26 +02:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
2016-08-04 22:16:57 +03:00
"shasum": ""
},
"require": {
2020-09-29 22:56:26 +02:00
"php": "^5.3.3 || ^7.0 || ^8.0",
2019-12-14 17:38:03 +07:00
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
2020-09-29 22:56:26 +02:00
"phpstan/phpstan": "<0.12.20",
2020-04-25 23:00:08 +03:00
"vimeo/psalm": "<3.9.1"
2016-08-04 22:16:57 +03:00
},
"require-dev": {
2019-12-14 17:38:03 +07:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2016-08-04 22:16:57 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2020-09-29 22:56:26 +02:00
"time": "2020-07-08T17:02:28+00:00"
2015-02-20 15:20:29 +03:00
}
],
"aliases": [],
"minimum-stability": "stable",
2015-06-12 23:46:10 +07:00
"stability-flags": [],
2015-02-20 15:20:29 +03:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2020-04-25 23:00:08 +03:00
"php": "^7.3"
2015-02-20 15:20:29 +03:00
},
2017-12-22 15:28:40 +07:00
"platform-dev": [],
2020-04-25 23:00:08 +03:00
"plugin-api-version": "1.1.0"
2015-02-20 15:20:29 +03:00
}