|
|
@@ -1,5917 +1,6232 @@
|
|
|
-[
|
|
|
- {
|
|
|
- "name": "anlity/yii2-swoole-async-timer",
|
|
|
- "version": "0.9.2",
|
|
|
- "version_normalized": "0.9.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/anlityli/yii2-swoole-async-timer.git",
|
|
|
- "reference": "60bb70e0e34951d5aa46b89fa224f471f68e666d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/anlityli/yii2-swoole-async-timer/zipball/60bb70e0e34951d5aa46b89fa224f471f68e666d",
|
|
|
- "reference": "60bb70e0e34951d5aa46b89fa224f471f68e666d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+{
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "anlity/yii2-swoole-async-timer",
|
|
|
+ "version": "0.9.2",
|
|
|
+ "version_normalized": "0.9.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/anlityli/yii2-swoole-async-timer.git",
|
|
|
+ "reference": "60bb70e0e34951d5aa46b89fa224f471f68e666d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/anlityli/yii2-swoole-async-timer/zipball/60bb70e0e34951d5aa46b89fa224f471f68e666d",
|
|
|
+ "reference": "60bb70e0e34951d5aa46b89fa224f471f68e666d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "yiisoft/yii2": "~2.0.0"
|
|
|
+ },
|
|
|
+ "time": "2019-11-22T03:10:24+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "anlity\\swooleAsyncTimer\\": ""
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "yiisoft/yii2": "~2.0.0"
|
|
|
- },
|
|
|
- "time": "2019-11-22T03:10:24+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "anlity\\swooleAsyncTimer\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-4-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "anlity",
|
|
|
- "email": "leo@leocode.net"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "用于异步处理任务和需要定时器完成的任务",
|
|
|
- "homepage": "https://github.com/anlityli/yii2-swoole-async-timer",
|
|
|
- "keywords": [
|
|
|
- "extension",
|
|
|
- "swoole",
|
|
|
- "yii2"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "behat/gherkin",
|
|
|
- "version": "v4.9.0",
|
|
|
- "version_normalized": "4.9.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Behat/Gherkin.git",
|
|
|
- "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
|
|
- "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-4-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "anlity",
|
|
|
+ "email": "leo@leocode.net"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "~7.2|~8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "cucumber/cucumber": "dev-gherkin-22.0.0",
|
|
|
- "phpunit/phpunit": "~8|~9",
|
|
|
- "symfony/yaml": "~3|~4|~5"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
|
- },
|
|
|
- "time": "2021-10-12T13:05:09+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "4.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Gherkin DSL parser for PHP",
|
|
|
- "homepage": "http://behat.org/",
|
|
|
- "keywords": [
|
|
|
- "BDD",
|
|
|
- "Behat",
|
|
|
- "Cucumber",
|
|
|
- "DSL",
|
|
|
- "gherkin",
|
|
|
- "parser"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bower-asset/bootstrap",
|
|
|
- "version": "v3.3.7",
|
|
|
- "version_normalized": "3.3.7.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/twbs/bootstrap.git",
|
|
|
- "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
|
|
|
- "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/jquery": ">=1.9.1,<4.0"
|
|
|
- },
|
|
|
- "type": "bower-asset",
|
|
|
- "installation-source": "dist",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bower-asset/inputmask",
|
|
|
- "version": "3.3.11",
|
|
|
- "version_normalized": "3.3.11.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/RobinHerbots/Inputmask.git",
|
|
|
- "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b",
|
|
|
- "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/jquery": ">=1.7"
|
|
|
- },
|
|
|
- "type": "bower-asset",
|
|
|
- "installation-source": "dist",
|
|
|
- "license": [
|
|
|
- "http://opensource.org/licenses/mit-license.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bower-asset/jquery",
|
|
|
- "version": "3.2.1",
|
|
|
- "version_normalized": "3.2.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/jquery/jquery-dist.git",
|
|
|
- "reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/77d2a51d0520d2ee44173afdf4e40a9201f5964e",
|
|
|
- "reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
|
|
|
- },
|
|
|
- "type": "bower-asset",
|
|
|
- "installation-source": "dist",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bower-asset/punycode",
|
|
|
- "version": "v1.3.2",
|
|
|
- "version_normalized": "1.3.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/bestiejs/punycode.js.git",
|
|
|
- "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
|
|
|
- "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
|
|
|
- },
|
|
|
- "type": "bower-asset",
|
|
|
- "installation-source": "dist"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bower-asset/typeahead.js",
|
|
|
- "version": "v0.11.1",
|
|
|
- "version_normalized": "0.11.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "git@github.com:twitter/typeahead.js.git",
|
|
|
- "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
|
|
|
- "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/jquery": ">=1.7"
|
|
|
- },
|
|
|
- "type": "bower-asset",
|
|
|
- "installation-source": "dist"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bower-asset/yii2-pjax",
|
|
|
- "version": "2.0.7.1",
|
|
|
- "version_normalized": "2.0.7.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "git@github.com:yiisoft/jquery-pjax.git",
|
|
|
- "reference": "aef7b953107264f00234902a3880eb50dafc48be"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be",
|
|
|
- "reference": "aef7b953107264f00234902a3880eb50dafc48be"
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/jquery": ">=1.8"
|
|
|
- },
|
|
|
- "type": "bower-asset",
|
|
|
- "installation-source": "dist",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cebe/markdown",
|
|
|
- "version": "1.2.1",
|
|
|
- "version_normalized": "1.2.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/cebe/markdown.git",
|
|
|
- "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
|
|
|
- "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "用于异步处理任务和需要定时器完成的任务",
|
|
|
+ "homepage": "https://github.com/anlityli/yii2-swoole-async-timer",
|
|
|
+ "keywords": [
|
|
|
+ "extension",
|
|
|
+ "swoole",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "install-path": "../anlity/yii2-swoole-async-timer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "behat/gherkin",
|
|
|
+ "version": "v4.9.0",
|
|
|
+ "version_normalized": "4.9.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Behat/Gherkin.git",
|
|
|
+ "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
|
|
+ "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "~7.2|~8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cucumber/cucumber": "dev-gherkin-22.0.0",
|
|
|
+ "phpunit/phpunit": "~8|~9",
|
|
|
+ "symfony/yaml": "~3|~4|~5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
|
+ },
|
|
|
+ "time": "2021-10-12T13:05:09+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "lib-pcre": "*",
|
|
|
- "php": ">=5.4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "cebe/indent": "*",
|
|
|
- "facebook/xhprof": "*@dev",
|
|
|
- "phpunit/phpunit": "4.1.*"
|
|
|
- },
|
|
|
- "time": "2018-03-26T11:24:36+00:00",
|
|
|
- "bin": [
|
|
|
- "bin/markdown"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.2.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "cebe\\markdown\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Carsten Brandt",
|
|
|
- "email": "mail@cebe.cc",
|
|
|
- "homepage": "http://cebe.cc/",
|
|
|
- "role": "Creator"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A super fast, highly extensible markdown parser for PHP",
|
|
|
- "homepage": "https://github.com/cebe/markdown#readme",
|
|
|
- "keywords": [
|
|
|
- "extensible",
|
|
|
- "fast",
|
|
|
- "gfm",
|
|
|
- "markdown",
|
|
|
- "markdown-extra"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "codeception/base",
|
|
|
- "version": "2.5.6",
|
|
|
- "version_normalized": "2.5.6.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Codeception/base.git",
|
|
|
- "reference": "aace5bab5593c93d8473b620f70754135a1eb4f0"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Codeception/base/zipball/aace5bab5593c93d8473b620f70754135a1eb4f0",
|
|
|
- "reference": "aace5bab5593c93d8473b620f70754135a1eb4f0",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Behat\\Gherkin": "src/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "behat/gherkin": "^4.4.0",
|
|
|
- "codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
|
|
|
- "codeception/stub": "^2.0",
|
|
|
- "ext-curl": "*",
|
|
|
- "ext-json": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "guzzlehttp/psr7": "~1.0",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "codeception/specify": "~0.3",
|
|
|
- "facebook/graph-sdk": "~5.3",
|
|
|
- "flow/jsonpath": "~0.2",
|
|
|
- "monolog/monolog": "~1.8",
|
|
|
- "pda/pheanstalk": "~3.0",
|
|
|
- "php-amqplib/php-amqplib": "~2.4",
|
|
|
- "predis/predis": "^1.0",
|
|
|
- "squizlabs/php_codesniffer": "~2.0",
|
|
|
- "symfony/process": ">=2.7 <5.0",
|
|
|
- "vlucas/phpdotenv": "^3.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "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",
|
|
|
- "codeception/specify": "BDD-style code blocks",
|
|
|
- "codeception/verify": "BDD-style assertions",
|
|
|
- "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",
|
|
|
- "stecman/symfony-console-completion": "For BASH autocompletion",
|
|
|
- "symfony/phpunit-bridge": "For phpunit-bridge support"
|
|
|
- },
|
|
|
- "time": "2019-04-24T11:36:34+00:00",
|
|
|
- "bin": [
|
|
|
- "codecept"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": []
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Codeception\\": "src/Codeception",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "abandoned": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "codeception/phpunit-wrapper",
|
|
|
- "version": "7.8.2",
|
|
|
- "version_normalized": "7.8.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Codeception/phpunit-wrapper.git",
|
|
|
- "reference": "cafed18048826790c527843f9b85e8cc79b866f1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/cafed18048826790c527843f9b85e8cc79b866f1",
|
|
|
- "reference": "cafed18048826790c527843f9b85e8cc79b866f1",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Konstantin Kudryashov",
|
|
|
+ "email": "ever.zet@gmail.com",
|
|
|
+ "homepage": "http://everzet.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "phpunit/php-code-coverage": "^6.0",
|
|
|
- "phpunit/phpunit": "7.5.*",
|
|
|
- "sebastian/comparator": "^3.0",
|
|
|
- "sebastian/diff": "^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "codeception/specify": "*",
|
|
|
- "vlucas/phpdotenv": "^3.0"
|
|
|
- },
|
|
|
- "time": "2020-12-28T14:00:26+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Codeception\\PHPUnit\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Davert",
|
|
|
- "email": "davert.php@resend.cc"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHPUnit classes used by Codeception"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "codeception/stub",
|
|
|
- "version": "2.1.0",
|
|
|
- "version_normalized": "2.1.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Codeception/Stub.git",
|
|
|
- "reference": "853657f988942f7afb69becf3fd0059f192c705a"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
|
|
|
- "reference": "853657f988942f7afb69becf3fd0059f192c705a",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "Gherkin DSL parser for PHP",
|
|
|
+ "homepage": "http://behat.org/",
|
|
|
+ "keywords": [
|
|
|
+ "BDD",
|
|
|
+ "Behat",
|
|
|
+ "Cucumber",
|
|
|
+ "DSL",
|
|
|
+ "gherkin",
|
|
|
+ "parser"
|
|
|
+ ],
|
|
|
+ "install-path": "../behat/gherkin"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bower-asset/bootstrap",
|
|
|
+ "version": "v3.3.7",
|
|
|
+ "version_normalized": "3.3.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/twbs/bootstrap.git",
|
|
|
+ "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
|
|
|
+ "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/jquery": ">=1.9.1,<4.0"
|
|
|
+ },
|
|
|
+ "type": "bower-asset",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "install-path": "../bower-asset/bootstrap"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bower-asset/inputmask",
|
|
|
+ "version": "3.3.11",
|
|
|
+ "version_normalized": "3.3.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/RobinHerbots/Inputmask.git",
|
|
|
+ "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b",
|
|
|
+ "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/jquery": ">=1.7"
|
|
|
+ },
|
|
|
+ "type": "bower-asset",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "license": [
|
|
|
+ "http://opensource.org/licenses/mit-license.php"
|
|
|
+ ],
|
|
|
+ "install-path": "../bower-asset/inputmask"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bower-asset/jquery",
|
|
|
+ "version": "3.2.1",
|
|
|
+ "version_normalized": "3.2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/jquery/jquery-dist.git",
|
|
|
+ "reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/77d2a51d0520d2ee44173afdf4e40a9201f5964e",
|
|
|
+ "reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
|
|
|
+ },
|
|
|
+ "type": "bower-asset",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "install-path": "../bower-asset/jquery"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bower-asset/punycode",
|
|
|
+ "version": "v1.3.2",
|
|
|
+ "version_normalized": "1.3.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/bestiejs/punycode.js.git",
|
|
|
+ "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
|
|
|
+ "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
|
|
|
+ },
|
|
|
+ "type": "bower-asset",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "install-path": "../bower-asset/punycode"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bower-asset/typeahead.js",
|
|
|
+ "version": "v0.11.1",
|
|
|
+ "version_normalized": "0.11.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git@github.com:twitter/typeahead.js.git",
|
|
|
+ "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
|
|
|
+ "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/jquery": ">=1.7"
|
|
|
+ },
|
|
|
+ "type": "bower-asset",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "install-path": "../bower-asset/typeahead.js"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "bower-asset/yii2-pjax",
|
|
|
+ "version": "2.0.7.1",
|
|
|
+ "version_normalized": "2.0.7.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git@github.com:yiisoft/jquery-pjax.git",
|
|
|
+ "reference": "aef7b953107264f00234902a3880eb50dafc48be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be",
|
|
|
+ "reference": "aef7b953107264f00234902a3880eb50dafc48be"
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/jquery": ">=1.8"
|
|
|
+ },
|
|
|
+ "type": "bower-asset",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "install-path": "../bower-asset/yii2-pjax"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "cebe/markdown",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "version_normalized": "1.2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/cebe/markdown.git",
|
|
|
+ "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
|
|
|
+ "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "lib-pcre": "*",
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cebe/indent": "*",
|
|
|
+ "facebook/xhprof": "*@dev",
|
|
|
+ "phpunit/phpunit": "4.1.*"
|
|
|
+ },
|
|
|
+ "time": "2018-03-26T11:24:36+00:00",
|
|
|
+ "bin": [
|
|
|
+ "bin/markdown"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
|
|
|
- },
|
|
|
- "time": "2019-03-02T15:35:10+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Codeception\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "description": "Flexible Stub wrapper for PHPUnit's Mock Builder"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "codeception/verify",
|
|
|
- "version": "0.3.3",
|
|
|
- "version_normalized": "0.3.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/Codeception/Verify.git",
|
|
|
- "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
|
|
|
- "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "cebe\\markdown\\": ""
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~4.0"
|
|
|
- },
|
|
|
- "time": "2017-01-09T10:58:51+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/Codeception/function.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Michael Bodnarchuk",
|
|
|
- "email": "davert.php@mailican.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "BDD assertion library for PHPUnit"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "doctrine/instantiator",
|
|
|
- "version": "1.4.0",
|
|
|
- "version_normalized": "1.4.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/doctrine/instantiator.git",
|
|
|
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
|
|
- "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Carsten Brandt",
|
|
|
+ "email": "mail@cebe.cc",
|
|
|
+ "homepage": "http://cebe.cc/",
|
|
|
+ "role": "Creator"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/coding-standard": "^8.0",
|
|
|
- "ext-pdo": "*",
|
|
|
- "ext-phar": "*",
|
|
|
- "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
|
|
|
- "phpstan/phpstan": "^0.12",
|
|
|
- "phpstan/phpstan-phpunit": "^0.12",
|
|
|
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
|
- },
|
|
|
- "time": "2020-11-10T18:47:58+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Marco Pivetta",
|
|
|
- "email": "ocramius@gmail.com",
|
|
|
- "homepage": "https://ocramius.github.io/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
- "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
|
- "keywords": [
|
|
|
- "constructor",
|
|
|
- "instantiate"
|
|
|
- ],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "doctrine/lexer",
|
|
|
- "version": "1.2.1",
|
|
|
- "version_normalized": "1.2.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/doctrine/lexer.git",
|
|
|
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
- "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "A super fast, highly extensible markdown parser for PHP",
|
|
|
+ "homepage": "https://github.com/cebe/markdown#readme",
|
|
|
+ "keywords": [
|
|
|
+ "extensible",
|
|
|
+ "fast",
|
|
|
+ "gfm",
|
|
|
+ "markdown",
|
|
|
+ "markdown-extra"
|
|
|
+ ],
|
|
|
+ "install-path": "../cebe/markdown"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "codeception/base",
|
|
|
+ "version": "2.5.6",
|
|
|
+ "version_normalized": "2.5.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Codeception/base.git",
|
|
|
+ "reference": "aace5bab5593c93d8473b620f70754135a1eb4f0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Codeception/base/zipball/aace5bab5593c93d8473b620f70754135a1eb4f0",
|
|
|
+ "reference": "aace5bab5593c93d8473b620f70754135a1eb4f0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "behat/gherkin": "^4.4.0",
|
|
|
+ "codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
|
|
|
+ "codeception/stub": "^2.0",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "guzzlehttp/psr7": "~1.0",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "codeception/specify": "~0.3",
|
|
|
+ "facebook/graph-sdk": "~5.3",
|
|
|
+ "flow/jsonpath": "~0.2",
|
|
|
+ "monolog/monolog": "~1.8",
|
|
|
+ "pda/pheanstalk": "~3.0",
|
|
|
+ "php-amqplib/php-amqplib": "~2.4",
|
|
|
+ "predis/predis": "^1.0",
|
|
|
+ "squizlabs/php_codesniffer": "~2.0",
|
|
|
+ "symfony/process": ">=2.7 <5.0",
|
|
|
+ "vlucas/phpdotenv": "^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "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",
|
|
|
+ "codeception/specify": "BDD-style code blocks",
|
|
|
+ "codeception/verify": "BDD-style assertions",
|
|
|
+ "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",
|
|
|
+ "stecman/symfony-console-completion": "For BASH autocompletion",
|
|
|
+ "symfony/phpunit-bridge": "For phpunit-bridge support"
|
|
|
+ },
|
|
|
+ "time": "2019-04-24T11:36:34+00:00",
|
|
|
+ "bin": [
|
|
|
+ "codecept"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": []
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Codeception\\": "src/Codeception",
|
|
|
+ "Codeception\\Extension\\": "ext"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/coding-standard": "^6.0",
|
|
|
- "phpstan/phpstan": "^0.11.8",
|
|
|
- "phpunit/phpunit": "^8.2"
|
|
|
- },
|
|
|
- "time": "2020-05-25T17:44:05+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.2.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Guilherme Blanco",
|
|
|
- "email": "guilhermeblanco@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Roman Borschel",
|
|
|
- "email": "roman@code-factory.org"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Johannes Schmitt",
|
|
|
- "email": "schmittjoh@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
- "homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
|
- "keywords": [
|
|
|
- "annotations",
|
|
|
- "docblock",
|
|
|
- "lexer",
|
|
|
- "parser",
|
|
|
- "php"
|
|
|
- ],
|
|
|
- "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%2Flexer",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "egulias/email-validator",
|
|
|
- "version": "3.1.2",
|
|
|
- "version_normalized": "3.1.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/egulias/EmailValidator.git",
|
|
|
- "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
|
|
|
- "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Michael Bodnarchuk",
|
|
|
+ "email": "davert@mail.ua",
|
|
|
+ "homepage": "http://codegyre.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "doctrine/lexer": "^1.2",
|
|
|
- "php": ">=7.2",
|
|
|
- "symfony/polyfill-intl-idn": "^1.15"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.2",
|
|
|
- "phpunit/phpunit": "^8.5.8|^9.3.3",
|
|
|
- "vimeo/psalm": "^4"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
|
|
- },
|
|
|
- "time": "2021-10-11T09:18:27+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Egulias\\EmailValidator\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Eduardo Gulias Davis"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A library for validating emails against several RFCs",
|
|
|
- "homepage": "https://github.com/egulias/EmailValidator",
|
|
|
- "keywords": [
|
|
|
- "email",
|
|
|
- "emailvalidation",
|
|
|
- "emailvalidator",
|
|
|
- "validation",
|
|
|
- "validator"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/egulias",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ezyang/htmlpurifier",
|
|
|
- "version": "v4.13.0",
|
|
|
- "version_normalized": "4.13.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
|
|
|
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "BDD-style testing framework",
|
|
|
+ "homepage": "http://codeception.com/",
|
|
|
+ "keywords": [
|
|
|
+ "BDD",
|
|
|
+ "TDD",
|
|
|
+ "acceptance testing",
|
|
|
+ "functional testing",
|
|
|
+ "unit testing"
|
|
|
+ ],
|
|
|
+ "abandoned": true,
|
|
|
+ "install-path": "../codeception/base"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "codeception/phpunit-wrapper",
|
|
|
+ "version": "7.8.2",
|
|
|
+ "version_normalized": "7.8.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Codeception/phpunit-wrapper.git",
|
|
|
+ "reference": "cafed18048826790c527843f9b85e8cc79b866f1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/cafed18048826790c527843f9b85e8cc79b866f1",
|
|
|
+ "reference": "cafed18048826790c527843f9b85e8cc79b866f1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "phpunit/php-code-coverage": "^6.0",
|
|
|
+ "phpunit/phpunit": "7.5.*",
|
|
|
+ "sebastian/comparator": "^3.0",
|
|
|
+ "sebastian/diff": "^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "codeception/specify": "*",
|
|
|
+ "vlucas/phpdotenv": "^3.0"
|
|
|
+ },
|
|
|
+ "time": "2020-12-28T14:00:26+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Codeception\\PHPUnit\\": "src/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
|
|
|
- },
|
|
|
- "time": "2020-06-29T00:56:53+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "HTMLPurifier": "library/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "library/HTMLPurifier.composer.php"
|
|
|
- ],
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/library/HTMLPurifier/Language/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "LGPL-2.1-or-later"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Edward Z. Yang",
|
|
|
- "email": "admin@htmlpurifier.org",
|
|
|
- "homepage": "http://ezyang.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Standards compliant HTML filter written in PHP",
|
|
|
- "homepage": "http://htmlpurifier.org/",
|
|
|
- "keywords": [
|
|
|
- "html"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fakerphp/faker",
|
|
|
- "version": "v1.17.0",
|
|
|
- "version_normalized": "1.17.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/FakerPHP/Faker.git",
|
|
|
- "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/b85e9d44eae8c52cca7aa0939483611f7232b669",
|
|
|
- "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Davert",
|
|
|
+ "email": "davert.php@resend.cc"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1 || ^8.0",
|
|
|
- "psr/container": "^1.0 || ^2.0",
|
|
|
- "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "fzaninotto/faker": "*"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
- "ext-intl": "*",
|
|
|
- "symfony/phpunit-bridge": "^4.4 || ^5.2"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "Required by Faker\\Provider\\Image to download images.",
|
|
|
- "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
|
|
|
- "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
|
|
|
- "ext-mbstring": "Required for multibyte Unicode string functionality."
|
|
|
- },
|
|
|
- "time": "2021-12-05T17:14:47+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "v1.17-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Faker\\": "src/Faker/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "François Zaninotto"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Faker is a PHP library that generates fake data for you.",
|
|
|
- "keywords": [
|
|
|
- "data",
|
|
|
- "faker",
|
|
|
- "fixtures"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "godruoyi/php-snowflake",
|
|
|
- "version": "1.1.1",
|
|
|
- "version_normalized": "1.1.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/godruoyi/php-snowflake.git",
|
|
|
- "reference": "d8cbe72ed375b45033b7042e3d03340ce4fa479f"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/godruoyi/php-snowflake/zipball/d8cbe72ed375b45033b7042e3d03340ce4fa479f",
|
|
|
- "reference": "d8cbe72ed375b45033b7042e3d03340ce4fa479f",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "PHPUnit classes used by Codeception",
|
|
|
+ "install-path": "../codeception/phpunit-wrapper"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "codeception/stub",
|
|
|
+ "version": "2.1.0",
|
|
|
+ "version_normalized": "2.1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Codeception/Stub.git",
|
|
|
+ "reference": "853657f988942f7afb69becf3fd0059f192c705a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
|
|
|
+ "reference": "853657f988942f7afb69becf3fd0059f192c705a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
|
|
|
+ },
|
|
|
+ "time": "2019-03-02T15:35:10+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Codeception\\": "src/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "~7"
|
|
|
- },
|
|
|
- "time": "2021-05-25T05:56:30+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Godruoyi\\Snowflake\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Godruoyi",
|
|
|
- "email": "g@godruoyi.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).",
|
|
|
- "homepage": "https://github.com/godruoyi/php-snowflake",
|
|
|
- "keywords": [
|
|
|
- "Unique ID",
|
|
|
- "laravel snowflake",
|
|
|
- "order id",
|
|
|
- "php snowflake",
|
|
|
- "php unique id",
|
|
|
- "snowflake algorithm",
|
|
|
- "unique order id"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://images.godruoyi.com/wechat.png",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/godruoyi",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/psr7",
|
|
|
- "version": "1.8.3",
|
|
|
- "version_normalized": "1.8.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
|
|
- "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
|
|
|
+ "install-path": "../codeception/stub"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "codeception/verify",
|
|
|
+ "version": "0.3.3",
|
|
|
+ "version_normalized": "0.3.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Codeception/Verify.git",
|
|
|
+ "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
|
|
|
+ "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "time": "2017-01-09T10:58:51+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/Codeception/function.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Michael Bodnarchuk",
|
|
|
+ "email": "davert.php@mailican.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.4.0",
|
|
|
- "psr/http-message": "~1.0",
|
|
|
- "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-zlib": "*",
|
|
|
- "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
- },
|
|
|
- "time": "2021-10-05T13:56:00+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.7-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Psr7\\": "src/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "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"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response",
|
|
|
- "stream",
|
|
|
- "uri",
|
|
|
- "url"
|
|
|
- ],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maennchen/zipstream-php",
|
|
|
- "version": "2.1.0",
|
|
|
- "version_normalized": "2.1.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
|
- "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
|
|
|
- "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "BDD assertion library for PHPUnit",
|
|
|
+ "install-path": "../codeception/verify"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/instantiator",
|
|
|
+ "version": "1.4.0",
|
|
|
+ "version_normalized": "1.4.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/instantiator.git",
|
|
|
+ "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
|
|
+ "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^8.0",
|
|
|
+ "ext-pdo": "*",
|
|
|
+ "ext-phar": "*",
|
|
|
+ "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
|
|
|
+ "phpstan/phpstan": "^0.12",
|
|
|
+ "phpstan/phpstan-phpunit": "^0.12",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
|
+ },
|
|
|
+ "time": "2020-11-10T18:47:58+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "myclabs/php-enum": "^1.5",
|
|
|
- "php": ">= 7.1",
|
|
|
- "psr/http-message": "^1.0",
|
|
|
- "symfony/polyfill-mbstring": "^1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-zip": "*",
|
|
|
- "guzzlehttp/guzzle": ">= 6.3",
|
|
|
- "mikey179/vfsstream": "^1.6",
|
|
|
- "phpunit/phpunit": ">= 7.5"
|
|
|
- },
|
|
|
- "time": "2020-05-30T13:11:16+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "ZipStream\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paul Duncan",
|
|
|
- "email": "pabs@pablotron.org"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jonatan Männchen",
|
|
|
- "email": "jonatan@maennchen.ch"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jesse Donat",
|
|
|
- "email": "donatj@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "András Kolesár",
|
|
|
- "email": "kolesar@kolesar.hu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
|
- "keywords": [
|
|
|
- "stream",
|
|
|
- "zip"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/zipstream",
|
|
|
- "type": "open_collective"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "markbaker/complex",
|
|
|
- "version": "3.0.1",
|
|
|
- "version_normalized": "3.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
- "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
|
|
|
- "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Marco Pivetta",
|
|
|
+ "email": "ocramius@gmail.com",
|
|
|
+ "homepage": "https://ocramius.github.io/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
- "phpcompatibility/php-compatibility": "^9.0",
|
|
|
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
|
|
|
- "squizlabs/php_codesniffer": "^3.4"
|
|
|
- },
|
|
|
- "time": "2021-06-29T15:32:53+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Complex\\": "classes/src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mark Baker",
|
|
|
- "email": "mark@lange.demon.co.uk"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Class for working with complex numbers",
|
|
|
- "homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
|
- "keywords": [
|
|
|
- "complex",
|
|
|
- "mathematics"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "markbaker/matrix",
|
|
|
- "version": "3.0.0",
|
|
|
- "version_normalized": "3.0.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
|
- "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
|
|
|
- "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
|
+ "keywords": [
|
|
|
+ "constructor",
|
|
|
+ "instantiate"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
- "phpcompatibility/php-compatibility": "^9.0",
|
|
|
- "phpdocumentor/phpdocumentor": "2.*",
|
|
|
- "phploc/phploc": "^4.0",
|
|
|
- "phpmd/phpmd": "2.*",
|
|
|
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
|
|
|
- "sebastian/phpcpd": "^4.0",
|
|
|
- "squizlabs/php_codesniffer": "^3.4"
|
|
|
- },
|
|
|
- "time": "2021-07-01T19:01:15+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Matrix\\": "classes/src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mark Baker",
|
|
|
- "email": "mark@demon-angel.eu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Class for working with matrices",
|
|
|
- "homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
|
- "keywords": [
|
|
|
- "mathematics",
|
|
|
- "matrix",
|
|
|
- "vector"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "myclabs/deep-copy",
|
|
|
- "version": "1.10.2",
|
|
|
- "version_normalized": "1.10.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
|
|
|
- "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1 || ^8.0"
|
|
|
- },
|
|
|
- "replace": {
|
|
|
- "myclabs/deep-copy": "self.version"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/collections": "^1.0",
|
|
|
- "doctrine/common": "^2.6",
|
|
|
- "phpunit/phpunit": "^7.1"
|
|
|
- },
|
|
|
- "time": "2020-11-13T09:40:50+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "DeepCopy\\": "src/DeepCopy/"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "src/DeepCopy/deep_copy.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "description": "Create deep copies (clones) of your objects",
|
|
|
- "keywords": [
|
|
|
- "clone",
|
|
|
- "copy",
|
|
|
- "duplicate",
|
|
|
- "object",
|
|
|
- "object graph"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "myclabs/php-enum",
|
|
|
- "version": "1.8.3",
|
|
|
- "version_normalized": "1.8.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/myclabs/php-enum.git",
|
|
|
- "reference": "b942d263c641ddb5190929ff840c68f78713e937"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
|
|
|
- "reference": "b942d263c641ddb5190929ff840c68f78713e937",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "php": "^7.3 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^9.5",
|
|
|
- "squizlabs/php_codesniffer": "1.*",
|
|
|
- "vimeo/psalm": "^4.6.2"
|
|
|
- },
|
|
|
- "time": "2021-07-05T08:18:36+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "MyCLabs\\Enum\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP Enum contributors",
|
|
|
- "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Enum implementation",
|
|
|
- "homepage": "http://github.com/myclabs/php-enum",
|
|
|
- "keywords": [
|
|
|
- "enum"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/mnapoli",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "paragonie/random_compat",
|
|
|
- "version": "v9.99.100",
|
|
|
- "version_normalized": "9.99.100.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/paragonie/random_compat.git",
|
|
|
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
- "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "install-path": "../doctrine/instantiator"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/lexer",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "version_normalized": "1.2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/lexer.git",
|
|
|
+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
+ "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^6.0",
|
|
|
+ "phpstan/phpstan": "^0.11.8",
|
|
|
+ "phpunit/phpunit": "^8.2"
|
|
|
+ },
|
|
|
+ "time": "2020-05-25T17:44:05+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">= 7"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "4.*|5.*",
|
|
|
- "vimeo/psalm": "^1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
- },
|
|
|
- "time": "2020-10-15T08:29:30+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paragon Initiative Enterprises",
|
|
|
- "email": "security@paragonie.com",
|
|
|
- "homepage": "https://paragonie.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
- "keywords": [
|
|
|
- "csprng",
|
|
|
- "polyfill",
|
|
|
- "pseudorandom",
|
|
|
- "random"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phar-io/manifest",
|
|
|
- "version": "1.0.3",
|
|
|
- "version_normalized": "1.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phar-io/manifest.git",
|
|
|
- "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
|
- "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-phar": "*",
|
|
|
- "phar-io/version": "^2.0",
|
|
|
- "php": "^5.6 || ^7.0"
|
|
|
- },
|
|
|
- "time": "2018-07-08T19:23:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phar-io/version",
|
|
|
- "version": "2.0.1",
|
|
|
- "version_normalized": "2.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phar-io/version.git",
|
|
|
- "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
|
- "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "docblock",
|
|
|
+ "lexer",
|
|
|
+ "parser",
|
|
|
+ "php"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^5.6 || ^7.0"
|
|
|
- },
|
|
|
- "time": "2018-07-08T19:19:57+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpdocumentor/reflection-common",
|
|
|
- "version": "2.2.0",
|
|
|
- "version_normalized": "2.2.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
- "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../doctrine/lexer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "egulias/email-validator",
|
|
|
+ "version": "3.1.2",
|
|
|
+ "version_normalized": "3.1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/egulias/EmailValidator.git",
|
|
|
+ "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
|
|
|
+ "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/lexer": "^1.2",
|
|
|
+ "php": ">=7.2",
|
|
|
+ "symfony/polyfill-intl-idn": "^1.15"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.2",
|
|
|
+ "phpunit/phpunit": "^8.5.8|^9.3.3",
|
|
|
+ "vimeo/psalm": "^4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
|
|
+ },
|
|
|
+ "time": "2021-10-11T09:18:27+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Egulias\\EmailValidator\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Eduardo Gulias Davis"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "time": "2020-06-27T09:03:43+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-2.x": "2.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jaap van Otterdijk",
|
|
|
- "email": "opensource@ijaap.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
- "homepage": "http://www.phpdoc.org",
|
|
|
- "keywords": [
|
|
|
- "FQSEN",
|
|
|
- "phpDocumentor",
|
|
|
- "phpdoc",
|
|
|
- "reflection",
|
|
|
- "static analysis"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpdocumentor/reflection-docblock",
|
|
|
- "version": "5.3.0",
|
|
|
- "version_normalized": "5.3.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
- "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "A library for validating emails against several RFCs",
|
|
|
+ "homepage": "https://github.com/egulias/EmailValidator",
|
|
|
+ "keywords": [
|
|
|
+ "email",
|
|
|
+ "emailvalidation",
|
|
|
+ "emailvalidator",
|
|
|
+ "validation",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://github.com/egulias",
|
|
|
+ "type": "github"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-filter": "*",
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "phpdocumentor/reflection-common": "^2.2",
|
|
|
- "phpdocumentor/type-resolver": "^1.3",
|
|
|
- "webmozart/assert": "^1.9.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "~1.3.2",
|
|
|
- "psalm/phar": "^4.8"
|
|
|
- },
|
|
|
- "time": "2021-10-19T17:43:47+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "5.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mike van Riel",
|
|
|
- "email": "me@mikevanriel.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jaap van Otterdijk",
|
|
|
- "email": "account@ijaap.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpdocumentor/type-resolver",
|
|
|
- "version": "1.5.1",
|
|
|
- "version_normalized": "1.5.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
- "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
|
|
|
- "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../egulias/email-validator"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ezyang/htmlpurifier",
|
|
|
+ "version": "v4.13.0",
|
|
|
+ "version_normalized": "4.13.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
+ "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
|
|
|
+ "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
|
|
|
+ },
|
|
|
+ "time": "2020-06-29T00:56:53+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "HTMLPurifier": "library/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "library/HTMLPurifier.composer.php"
|
|
|
+ ],
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/library/HTMLPurifier/Language/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Edward Z. Yang",
|
|
|
+ "email": "admin@htmlpurifier.org",
|
|
|
+ "homepage": "http://ezyang.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "phpdocumentor/reflection-common": "^2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-tokenizer": "*",
|
|
|
- "psalm/phar": "^4.8"
|
|
|
- },
|
|
|
- "time": "2021-10-02T14:08:47+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-1.x": "1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mike van Riel",
|
|
|
- "email": "me@mikevanriel.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpoffice/phpspreadsheet",
|
|
|
- "version": "1.20.0",
|
|
|
- "version_normalized": "1.20.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
- "reference": "44436f270bb134b4a94670f3d020a85dfa0a3c02"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/44436f270bb134b4a94670f3d020a85dfa0a3c02",
|
|
|
- "reference": "44436f270bb134b4a94670f3d020a85dfa0a3c02",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Standards compliant HTML filter written in PHP",
|
|
|
+ "homepage": "http://htmlpurifier.org/",
|
|
|
+ "keywords": [
|
|
|
+ "html"
|
|
|
+ ],
|
|
|
+ "install-path": "../ezyang/htmlpurifier"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "fakerphp/faker",
|
|
|
+ "version": "v1.17.0",
|
|
|
+ "version_normalized": "1.17.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/FakerPHP/Faker.git",
|
|
|
+ "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/b85e9d44eae8c52cca7aa0939483611f7232b669",
|
|
|
+ "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0",
|
|
|
+ "psr/container": "^1.0 || ^2.0",
|
|
|
+ "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "fzaninotto/faker": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "bamarni/composer-bin-plugin": "^1.4.1",
|
|
|
+ "ext-intl": "*",
|
|
|
+ "symfony/phpunit-bridge": "^4.4 || ^5.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-curl": "Required by Faker\\Provider\\Image to download images.",
|
|
|
+ "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
|
|
|
+ "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
|
|
|
+ "ext-mbstring": "Required for multibyte Unicode string functionality."
|
|
|
+ },
|
|
|
+ "time": "2021-12-05T17:14:47+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "v1.17-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Faker\\": "src/Faker/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "François Zaninotto"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-ctype": "*",
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-fileinfo": "*",
|
|
|
- "ext-gd": "*",
|
|
|
- "ext-iconv": "*",
|
|
|
- "ext-libxml": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "ext-simplexml": "*",
|
|
|
- "ext-xml": "*",
|
|
|
- "ext-xmlreader": "*",
|
|
|
- "ext-xmlwriter": "*",
|
|
|
- "ext-zip": "*",
|
|
|
- "ext-zlib": "*",
|
|
|
- "ezyang/htmlpurifier": "^4.13",
|
|
|
- "maennchen/zipstream-php": "^2.1",
|
|
|
- "markbaker/complex": "^3.0",
|
|
|
- "markbaker/matrix": "^3.0",
|
|
|
- "php": "^7.3 || ^8.0",
|
|
|
- "psr/http-client": "^1.0",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/simple-cache": "^1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
- "dompdf/dompdf": "^1.0",
|
|
|
- "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
- "jpgraph/jpgraph": "^4.0",
|
|
|
- "mpdf/mpdf": "^8.0",
|
|
|
- "phpcompatibility/php-compatibility": "^9.3",
|
|
|
- "phpstan/phpstan": "^1.1",
|
|
|
- "phpstan/phpstan-phpunit": "^1.0",
|
|
|
- "phpunit/phpunit": "^8.5 || ^9.0",
|
|
|
- "squizlabs/php_codesniffer": "^3.6",
|
|
|
- "tecnickcom/tcpdf": "^6.4"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
|
|
|
- "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
|
- "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
- "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
|
|
|
- },
|
|
|
- "time": "2021-11-23T15:23:42+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Maarten Balliauw",
|
|
|
- "homepage": "https://blog.maartenballiauw.be"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Mark Baker",
|
|
|
- "homepage": "https://markbakeruk.net"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Franck Lefevre",
|
|
|
- "homepage": "https://rootslabs.net"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Erik Tilt"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Adrien Crivelli"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
- "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
|
- "keywords": [
|
|
|
- "OpenXML",
|
|
|
- "excel",
|
|
|
- "gnumeric",
|
|
|
- "ods",
|
|
|
- "php",
|
|
|
- "spreadsheet",
|
|
|
- "xls",
|
|
|
- "xlsx"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpspec/php-diff",
|
|
|
- "version": "v1.1.3",
|
|
|
- "version_normalized": "1.1.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpspec/php-diff.git",
|
|
|
- "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9",
|
|
|
- "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Faker is a PHP library that generates fake data for you.",
|
|
|
+ "keywords": [
|
|
|
+ "data",
|
|
|
+ "faker",
|
|
|
+ "fixtures"
|
|
|
+ ],
|
|
|
+ "install-path": "../fakerphp/faker"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "godruoyi/php-snowflake",
|
|
|
+ "version": "1.1.1",
|
|
|
+ "version_normalized": "1.1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/godruoyi/php-snowflake.git",
|
|
|
+ "reference": "d8cbe72ed375b45033b7042e3d03340ce4fa479f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/godruoyi/php-snowflake/zipball/d8cbe72ed375b45033b7042e3d03340ce4fa479f",
|
|
|
+ "reference": "d8cbe72ed375b45033b7042e3d03340ce4fa479f",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~7"
|
|
|
+ },
|
|
|
+ "time": "2021-05-25T05:56:30+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Godruoyi\\Snowflake\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Godruoyi",
|
|
|
+ "email": "g@godruoyi.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "time": "2020-09-18T13:47:07+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Diff": "lib/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Chris Boulton",
|
|
|
- "homepage": "http://github.com/chrisboulton"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays)."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpspec/prophecy",
|
|
|
- "version": "v1.15.0",
|
|
|
- "version_normalized": "1.15.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/phpspec/prophecy.git",
|
|
|
- "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
|
- "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).",
|
|
|
+ "homepage": "https://github.com/godruoyi/php-snowflake",
|
|
|
+ "keywords": [
|
|
|
+ "Unique ID",
|
|
|
+ "laravel snowflake",
|
|
|
+ "order id",
|
|
|
+ "php snowflake",
|
|
|
+ "php unique id",
|
|
|
+ "snowflake algorithm",
|
|
|
+ "unique order id"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://images.godruoyi.com/wechat.png",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://github.com/godruoyi",
|
|
|
+ "type": "github"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "doctrine/instantiator": "^1.2",
|
|
|
- "php": "^7.2 || ~8.0, <8.2",
|
|
|
- "phpdocumentor/reflection-docblock": "^5.2",
|
|
|
- "sebastian/comparator": "^3.0 || ^4.0",
|
|
|
- "sebastian/recursion-context": "^3.0 || ^4.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpspec/phpspec": "^6.0 || ^7.0",
|
|
|
- "phpunit/phpunit": "^8.0 || ^9.0"
|
|
|
- },
|
|
|
- "time": "2021-12-08T12:19:24+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Prophecy\\": "src/Prophecy"
|
|
|
- }
|
|
|
- },
|
|
|
- "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+",
|
|
|
- "homepage": "https://github.com/phpspec/prophecy",
|
|
|
- "keywords": [
|
|
|
- "Double",
|
|
|
- "Dummy",
|
|
|
- "fake",
|
|
|
- "mock",
|
|
|
- "spy",
|
|
|
- "stub"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpunit/php-code-coverage",
|
|
|
- "version": "6.1.4",
|
|
|
- "version_normalized": "6.1.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
- "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
|
- "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "install-path": "../godruoyi/php-snowflake"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "1.8.3",
|
|
|
+ "version_normalized": "1.8.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
|
|
+ "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "psr/http-message": "~1.0",
|
|
|
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
+ },
|
|
|
+ "time": "2021-10-05T13:56:00+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.7-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-xmlwriter": "*",
|
|
|
- "php": "^7.1",
|
|
|
- "phpunit/php-file-iterator": "^2.0",
|
|
|
- "phpunit/php-text-template": "^1.2.1",
|
|
|
- "phpunit/php-token-stream": "^3.0",
|
|
|
- "sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
|
- "sebastian/environment": "^3.1 || ^4.0",
|
|
|
- "sebastian/version": "^2.0.1",
|
|
|
- "theseer/tokenizer": "^1.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-xdebug": "^2.6.0"
|
|
|
- },
|
|
|
- "time": "2018-10-31T16:06:48+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "6.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de",
|
|
|
- "role": "lead"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
- "keywords": [
|
|
|
- "coverage",
|
|
|
- "testing",
|
|
|
- "xunit"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpunit/php-file-iterator",
|
|
|
- "version": "2.0.5",
|
|
|
- "version_normalized": "2.0.5.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
- "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
|
- "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Psr7\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5"
|
|
|
- },
|
|
|
- "time": "2021-12-02T12:42:26+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de",
|
|
|
- "role": "lead"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
- "keywords": [
|
|
|
- "filesystem",
|
|
|
- "iterator"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpunit/php-text-template",
|
|
|
- "version": "1.2.1",
|
|
|
- "version_normalized": "1.2.1.0",
|
|
|
- "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": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Graham Campbell",
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "time": "2015-06-21T13:50:34+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpunit/php-timer",
|
|
|
- "version": "2.1.3",
|
|
|
- "version_normalized": "2.1.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
- "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
|
- "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5"
|
|
|
- },
|
|
|
- "time": "2020-11-30T08:20:02+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de",
|
|
|
- "role": "lead"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Utility class for timing",
|
|
|
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
- "keywords": [
|
|
|
- "timer"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpunit/php-token-stream",
|
|
|
- "version": "3.1.3",
|
|
|
- "version_normalized": "3.1.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
- "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
|
- "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "George Mponos",
|
|
|
+ "email": "gmponos@gmail.com",
|
|
|
+ "homepage": "https://github.com/gmponos"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-tokenizer": "*",
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7.0"
|
|
|
- },
|
|
|
- "time": "2021-07-26T12:15:06+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ],
|
|
|
- "abandoned": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpunit/phpunit",
|
|
|
- "version": "7.5.20",
|
|
|
- "version_normalized": "7.5.20.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
- "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
|
|
|
- "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Tobias Nyholm",
|
|
|
+ "email": "tobias.nyholm@gmail.com",
|
|
|
+ "homepage": "https://github.com/Nyholm"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "doctrine/instantiator": "^1.1",
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-json": "*",
|
|
|
- "ext-libxml": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "ext-xml": "*",
|
|
|
- "myclabs/deep-copy": "^1.7",
|
|
|
- "phar-io/manifest": "^1.0.2",
|
|
|
- "phar-io/version": "^2.0",
|
|
|
- "php": "^7.1",
|
|
|
- "phpspec/prophecy": "^1.7",
|
|
|
- "phpunit/php-code-coverage": "^6.0.7",
|
|
|
- "phpunit/php-file-iterator": "^2.0.1",
|
|
|
- "phpunit/php-text-template": "^1.2.1",
|
|
|
- "phpunit/php-timer": "^2.1",
|
|
|
- "sebastian/comparator": "^3.0",
|
|
|
- "sebastian/diff": "^3.0",
|
|
|
- "sebastian/environment": "^4.0",
|
|
|
- "sebastian/exporter": "^3.1",
|
|
|
- "sebastian/global-state": "^2.0",
|
|
|
- "sebastian/object-enumerator": "^3.0.3",
|
|
|
- "sebastian/resource-operations": "^2.0",
|
|
|
- "sebastian/version": "^2.0.1"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "phpunit/phpunit-mock-objects": "*"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-pdo": "*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-soap": "*",
|
|
|
- "ext-xdebug": "*",
|
|
|
- "phpunit/php-invoker": "^2.0"
|
|
|
- },
|
|
|
- "time": "2020-01-08T08:45:45+00:00",
|
|
|
- "bin": [
|
|
|
- "phpunit"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "7.5-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/container",
|
|
|
- "version": "1.1.2",
|
|
|
- "version_normalized": "1.1.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/container.git",
|
|
|
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Márk Sági-Kazár",
|
|
|
+ "email": "mark.sagikazar@gmail.com",
|
|
|
+ "homepage": "https://github.com/sagikazarmark"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "email": "webmaster@tubo-world.de",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.4.0"
|
|
|
- },
|
|
|
- "time": "2021-11-05T16:50:12+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Container\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
- "homepage": "https://github.com/php-fig/container",
|
|
|
- "keywords": [
|
|
|
- "PSR-11",
|
|
|
- "container",
|
|
|
- "container-interface",
|
|
|
- "container-interop",
|
|
|
- "psr"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-client",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-client.git",
|
|
|
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
- "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "stream",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.0 || ^8.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
- },
|
|
|
- "time": "2020-06-29T06:28:15+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Client\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP clients",
|
|
|
- "homepage": "https://github.com/php-fig/http-client",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-client",
|
|
|
- "psr",
|
|
|
- "psr-18"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-factory",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-factory.git",
|
|
|
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
- },
|
|
|
- "time": "2019-04-30T12:38:16+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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 interfaces for PSR-7 HTTP message factories",
|
|
|
- "keywords": [
|
|
|
- "factory",
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr",
|
|
|
- "psr-17",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-message",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "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": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://github.com/Nyholm",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2016-08-06T14:39:51+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/simple-cache",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
- "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "install-path": "../guzzlehttp/psr7"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "maennchen/zipstream-php",
|
|
|
+ "version": "2.1.0",
|
|
|
+ "version_normalized": "2.1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
|
+ "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
|
|
|
+ "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "myclabs/php-enum": "^1.5",
|
|
|
+ "php": ">= 7.1",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-zip": "*",
|
|
|
+ "guzzlehttp/guzzle": ">= 6.3",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "phpunit/phpunit": ">= 7.5"
|
|
|
+ },
|
|
|
+ "time": "2020-05-30T13:11:16+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ZipStream\\": "src/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2017-10-23T01:57:42+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\SimpleCache\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interfaces for simple caching",
|
|
|
- "keywords": [
|
|
|
- "cache",
|
|
|
- "caching",
|
|
|
- "psr",
|
|
|
- "psr-16",
|
|
|
- "simple-cache"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ralouphie/getallheaders",
|
|
|
- "version": "3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.1",
|
|
|
- "phpunit/phpunit": "^5 || ^6.5"
|
|
|
- },
|
|
|
- "time": "2019-03-08T08:55:37+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/getallheaders.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Ralph Khattar",
|
|
|
- "email": "ralph.khattar@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A polyfill for getallheaders."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/code-unit-reverse-lookup",
|
|
|
- "version": "1.0.2",
|
|
|
- "version_normalized": "1.0.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
- "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
- "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Paul Duncan",
|
|
|
+ "email": "pabs@pablotron.org"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5"
|
|
|
- },
|
|
|
- "time": "2020-11-30T08:15:22+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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/",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/comparator",
|
|
|
- "version": "3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
- "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
|
|
|
- "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Jonatan Männchen",
|
|
|
+ "email": "jonatan@maennchen.ch"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1",
|
|
|
- "sebastian/diff": "^3.0",
|
|
|
- "sebastian/exporter": "^3.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5"
|
|
|
- },
|
|
|
- "time": "2020-11-30T08:04:30+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jeff Welch",
|
|
|
- "email": "whatthejeff@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Volker Dusch",
|
|
|
- "email": "github@wallbash.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Bernhard Schussek",
|
|
|
- "email": "bschussek@2bepublished.at"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Provides the functionality to compare PHP values for equality",
|
|
|
- "homepage": "https://github.com/sebastianbergmann/comparator",
|
|
|
- "keywords": [
|
|
|
- "comparator",
|
|
|
- "compare",
|
|
|
- "equality"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/diff",
|
|
|
- "version": "3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
- "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
|
|
|
- "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Jesse Donat",
|
|
|
+ "email": "donatj@gmail.com"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "András Kolesár",
|
|
|
+ "email": "kolesar@kolesar.hu"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7.5 || ^8.0",
|
|
|
- "symfony/process": "^2 || ^3.3 || ^4"
|
|
|
- },
|
|
|
- "time": "2020-11-30T07:59:04+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Kore Nordmann",
|
|
|
- "email": "mail@kore-nordmann.de"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Diff implementation",
|
|
|
- "homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
- "keywords": [
|
|
|
- "diff",
|
|
|
- "udiff",
|
|
|
- "unidiff",
|
|
|
- "unified diff"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/environment",
|
|
|
- "version": "4.2.4",
|
|
|
- "version_normalized": "4.2.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
- "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
|
- "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
|
+ "keywords": [
|
|
|
+ "stream",
|
|
|
+ "zip"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://opencollective.com/zipstream",
|
|
|
+ "type": "open_collective"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^7.5"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-posix": "*"
|
|
|
- },
|
|
|
- "time": "2020-11-30T07:53:42+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "4.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/exporter",
|
|
|
- "version": "3.1.4",
|
|
|
- "version_normalized": "3.1.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
- "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
|
|
|
- "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "install-path": "../maennchen/zipstream-php"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/complex",
|
|
|
+ "version": "3.0.1",
|
|
|
+ "version_normalized": "3.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
+ "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22",
|
|
|
+ "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.0",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
+ },
|
|
|
+ "time": "2021-06-29T15:32:53+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Complex\\": "classes/src/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0",
|
|
|
- "sebastian/recursion-context": "^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-mbstring": "*",
|
|
|
- "phpunit/phpunit": "^8.5"
|
|
|
- },
|
|
|
- "time": "2021-11-11T13:51:24+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jeff Welch",
|
|
|
- "email": "whatthejeff@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Volker Dusch",
|
|
|
- "email": "github@wallbash.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Adam Harvey",
|
|
|
- "email": "aharvey@php.net"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Bernhard Schussek",
|
|
|
- "email": "bschussek@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Provides the functionality to export PHP variables for visualization",
|
|
|
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
- "keywords": [
|
|
|
- "export",
|
|
|
- "exporter"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/global-state",
|
|
|
- "version": "2.0.0",
|
|
|
- "version_normalized": "2.0.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
- "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
|
- "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@lange.demon.co.uk"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^6.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-uopz": "*"
|
|
|
- },
|
|
|
- "time": "2017-04-27T15:39:26+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/object-enumerator",
|
|
|
- "version": "3.0.4",
|
|
|
- "version_normalized": "3.0.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
- "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
|
- "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with complex numbers",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
|
+ "keywords": [
|
|
|
+ "complex",
|
|
|
+ "mathematics"
|
|
|
+ ],
|
|
|
+ "install-path": "../markbaker/complex"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markbaker/matrix",
|
|
|
+ "version": "3.0.0",
|
|
|
+ "version_normalized": "3.0.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
|
+ "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576",
|
|
|
+ "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.0",
|
|
|
+ "phpdocumentor/phpdocumentor": "2.*",
|
|
|
+ "phploc/phploc": "^4.0",
|
|
|
+ "phpmd/phpmd": "2.*",
|
|
|
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
|
|
|
+ "sebastian/phpcpd": "^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
+ },
|
|
|
+ "time": "2021-07-01T19:01:15+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Matrix\\": "classes/src/"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0",
|
|
|
- "sebastian/object-reflector": "^1.1.1",
|
|
|
- "sebastian/recursion-context": "^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^6.0"
|
|
|
- },
|
|
|
- "time": "2020-11-30T07:40:27+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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/",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/object-reflector",
|
|
|
- "version": "1.1.2",
|
|
|
- "version_normalized": "1.1.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
|
- "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
|
- "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "email": "mark@demon-angel.eu"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^6.0"
|
|
|
- },
|
|
|
- "time": "2020-11-30T07:37:18+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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/",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/recursion-context",
|
|
|
- "version": "3.0.1",
|
|
|
- "version_normalized": "3.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
- "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
|
- "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "description": "PHP Class for working with matrices",
|
|
|
+ "homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
|
+ "keywords": [
|
|
|
+ "mathematics",
|
|
|
+ "matrix",
|
|
|
+ "vector"
|
|
|
+ ],
|
|
|
+ "install-path": "../markbaker/matrix"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "monolog/monolog",
|
|
|
+ "version": "2.4.0",
|
|
|
+ "version_normalized": "2.4.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Seldaek/monolog.git",
|
|
|
+ "reference": "d7fd7450628561ba697b7097d86db72662f54aef"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d7fd7450628561ba697b7097d86db72662f54aef",
|
|
|
+ "reference": "d7fd7450628561ba697b7097d86db72662f54aef",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2",
|
|
|
+ "psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
+ "doctrine/couchdb": "~1.0@dev",
|
|
|
+ "elasticsearch/elasticsearch": "^7",
|
|
|
+ "graylog2/gelf-php": "^1.4.2",
|
|
|
+ "mongodb/mongodb": "^1.8",
|
|
|
+ "php-amqplib/php-amqplib": "~2.4 || ^3",
|
|
|
+ "php-console/php-console": "^3.1.3",
|
|
|
+ "phpspec/prophecy": "^1.6.1",
|
|
|
+ "phpstan/phpstan": "^0.12.91",
|
|
|
+ "phpunit/phpunit": "^8.5",
|
|
|
+ "predis/predis": "^1.1",
|
|
|
+ "rollbar/rollbar": "^1.3 || ^2 || ^3",
|
|
|
+ "ruflin/elastica": ">=0.90@dev",
|
|
|
+ "swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
+ "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
|
|
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
|
|
+ "ext-mbstring": "Allow to work properly with unicode symbols",
|
|
|
+ "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
|
+ "ext-openssl": "Required to send log messages using SSL",
|
|
|
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
|
|
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
|
|
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
+ "php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
|
+ },
|
|
|
+ "time": "2022-03-14T12:44:37+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^6.0"
|
|
|
- },
|
|
|
- "time": "2020-11-30T07:34:24+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "classmap": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sebastian Bergmann",
|
|
|
- "email": "sebastian@phpunit.de"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jeff Welch",
|
|
|
- "email": "whatthejeff@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Adam Harvey",
|
|
|
- "email": "aharvey@php.net"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Provides functionality to recursively process PHP variables",
|
|
|
- "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/resource-operations",
|
|
|
- "version": "2.0.2",
|
|
|
- "version_normalized": "2.0.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
|
- "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
|
- "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Monolog\\": "src/Monolog"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
+ "homepage": "https://seld.be"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "time": "2020-11-30T07:30:19+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sebastianbergmann",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sebastian/version",
|
|
|
- "version": "2.0.1",
|
|
|
- "version_normalized": "2.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/sebastianbergmann/version.git",
|
|
|
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
- "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
+ "homepage": "https://github.com/Seldaek/monolog",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "logging",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
+ "source": "https://github.com/Seldaek/monolog/tree/2.4.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Seldaek",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "time": "2016-10-03T07:35:21+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sunmoon/yii2-phpspreadsheet",
|
|
|
- "version": "1.2.0",
|
|
|
- "version_normalized": "1.2.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/arieslee/yii2-phpspreadsheet.git",
|
|
|
- "reference": "51fc4d0183eb81e654b3360ac18e631fc4b89c09"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/arieslee/yii2-phpspreadsheet/zipball/51fc4d0183eb81e654b3360ac18e631fc4b89c09",
|
|
|
- "reference": "51fc4d0183eb81e654b3360ac18e631fc4b89c09",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../monolog/monolog"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "myclabs/deep-copy",
|
|
|
+ "version": "1.10.2",
|
|
|
+ "version_normalized": "1.10.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
+ "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
|
|
|
+ "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "myclabs/deep-copy": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/collections": "^1.0",
|
|
|
+ "doctrine/common": "^2.6",
|
|
|
+ "phpunit/phpunit": "^7.1"
|
|
|
+ },
|
|
|
+ "time": "2020-11-13T09:40:50+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "DeepCopy\\": "src/DeepCopy/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/DeepCopy/deep_copy.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Create deep copies (clones) of your objects",
|
|
|
+ "keywords": [
|
|
|
+ "clone",
|
|
|
+ "copy",
|
|
|
+ "duplicate",
|
|
|
+ "object",
|
|
|
+ "object graph"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "phpoffice/phpspreadsheet": "*",
|
|
|
- "yiisoft/yii2": "^2.0.15"
|
|
|
- },
|
|
|
- "time": "2019-02-18T03:02:43+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "sunmoon\\phpspreadsheet\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Sunmoon",
|
|
|
- "email": "forphp@qq.com",
|
|
|
- "homepage": "https://blog.iw3c.com",
|
|
|
- "role": "Developer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Yii2处理Excel文件, 修改自moonlandsoft/yii2-phpexcel。",
|
|
|
- "homepage": "https://github.com/arieslee/yii2-phpspreadsheet"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "swiftmailer/swiftmailer",
|
|
|
- "version": "v6.3.0",
|
|
|
- "version_normalized": "6.3.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
|
- "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
|
|
- "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../myclabs/deep-copy"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "myclabs/php-enum",
|
|
|
+ "version": "1.8.3",
|
|
|
+ "version_normalized": "1.8.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/myclabs/php-enum.git",
|
|
|
+ "reference": "b942d263c641ddb5190929ff840c68f78713e937"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
|
|
|
+ "reference": "b942d263c641ddb5190929ff840c68f78713e937",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "php": "^7.3 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "squizlabs/php_codesniffer": "1.*",
|
|
|
+ "vimeo/psalm": "^4.6.2"
|
|
|
+ },
|
|
|
+ "time": "2021-07-05T08:18:36+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "MyCLabs\\Enum\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "PHP Enum contributors",
|
|
|
+ "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "egulias/email-validator": "^2.0|^3.1",
|
|
|
- "php": ">=7.0.0",
|
|
|
- "symfony/polyfill-iconv": "^1.0",
|
|
|
- "symfony/polyfill-intl-idn": "^1.10",
|
|
|
- "symfony/polyfill-mbstring": "^1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "^1.0",
|
|
|
- "symfony/phpunit-bridge": "^4.4|^5.4"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "Needed to support internationalized email addresses"
|
|
|
- },
|
|
|
- "time": "2021-10-18T15:26:12+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "6.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "lib/swift_required.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Chris Corbyn"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Swiftmailer, free feature-rich PHP mailer",
|
|
|
- "homepage": "https://swiftmailer.symfony.com",
|
|
|
- "keywords": [
|
|
|
- "email",
|
|
|
- "mail",
|
|
|
- "mailer"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "abandoned": "symfony/mailer"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/browser-kit",
|
|
|
- "version": "v4.4.27",
|
|
|
- "version_normalized": "4.4.27.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/browser-kit.git",
|
|
|
- "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
|
|
|
- "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "PHP Enum implementation",
|
|
|
+ "homepage": "http://github.com/myclabs/php-enum",
|
|
|
+ "keywords": [
|
|
|
+ "enum"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/mnapoli",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/dom-crawler": "^3.4|^4.0|^5.0",
|
|
|
- "symfony/polyfill-php80": "^1.16"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "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"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/process": ""
|
|
|
- },
|
|
|
- "time": "2021-07-21T12:19:41+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\BrowserKit\\": ""
|
|
|
- },
|
|
|
- "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/console",
|
|
|
- "version": "v4.4.34",
|
|
|
- "version_normalized": "4.4.34.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/console.git",
|
|
|
- "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/console/zipball/329b3a75cc6b16d435ba1b1a41df54a53382a3f0",
|
|
|
- "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../myclabs/php-enum"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "paragonie/random_compat",
|
|
|
+ "version": "v9.99.100",
|
|
|
+ "version_normalized": "9.99.100.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paragonie/random_compat.git",
|
|
|
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
+ "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">= 7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "4.*|5.*",
|
|
|
+ "vimeo/psalm": "^1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
+ },
|
|
|
+ "time": "2020-10-15T08:29:30+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Paragon Initiative Enterprises",
|
|
|
+ "email": "security@paragonie.com",
|
|
|
+ "homepage": "https://paragonie.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/polyfill-mbstring": "~1.0",
|
|
|
- "symfony/polyfill-php73": "^1.8",
|
|
|
- "symfony/polyfill-php80": "^1.16",
|
|
|
- "symfony/service-contracts": "^1.1|^2"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "psr/log": ">=3",
|
|
|
- "symfony/dependency-injection": "<3.4",
|
|
|
- "symfony/event-dispatcher": "<4.3|>=5",
|
|
|
- "symfony/lock": "<4.4",
|
|
|
- "symfony/process": "<3.3"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/log-implementation": "1.0|2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "psr/log": "^1|^2",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "psr/log": "For using the console logger",
|
|
|
- "symfony/event-dispatcher": "",
|
|
|
- "symfony/lock": "",
|
|
|
- "symfony/process": ""
|
|
|
- },
|
|
|
- "time": "2021-11-04T12:23:33+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Console\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/css-selector",
|
|
|
- "version": "v4.4.27",
|
|
|
- "version_normalized": "4.4.27.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/css-selector.git",
|
|
|
- "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
|
|
|
- "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
+ "keywords": [
|
|
|
+ "csprng",
|
|
|
+ "polyfill",
|
|
|
+ "pseudorandom",
|
|
|
+ "random"
|
|
|
+ ],
|
|
|
+ "install-path": "../paragonie/random_compat"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phar-io/manifest",
|
|
|
+ "version": "1.0.3",
|
|
|
+ "version_normalized": "1.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phar-io/manifest.git",
|
|
|
+ "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
|
+ "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-phar": "*",
|
|
|
+ "phar-io/version": "^2.0",
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "time": "2018-07-08T19:23:20+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Arne Blankerts",
|
|
|
+ "email": "arne@blankerts.de",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Sebastian Heuer",
|
|
|
+ "email": "sebastian@phpeople.de",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
+ "role": "Developer"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/polyfill-php80": "^1.16"
|
|
|
- },
|
|
|
- "time": "2021-07-21T12:19:41+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\CssSelector\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jean-François Simon",
|
|
|
- "email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Converts CSS selectors to XPath expressions",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/deprecation-contracts",
|
|
|
- "version": "v2.5.0",
|
|
|
- "version_normalized": "2.5.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
- "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
|
|
- "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
|
+ "install-path": "../phar-io/manifest"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phar-io/version",
|
|
|
+ "version": "2.0.1",
|
|
|
+ "version_normalized": "2.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phar-io/version.git",
|
|
|
+ "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
|
+ "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "time": "2018-07-08T19:19:57+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "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"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "time": "2021-07-12T14:48:14+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "2.5-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/contracts",
|
|
|
- "url": "https://github.com/symfony/contracts"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/dom-crawler",
|
|
|
- "version": "v4.4.30",
|
|
|
- "version_normalized": "4.4.30.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/dom-crawler.git",
|
|
|
- "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4",
|
|
|
- "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Library for handling version information and constraints",
|
|
|
+ "install-path": "../phar-io/version"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-common",
|
|
|
+ "version": "2.2.0",
|
|
|
+ "version_normalized": "2.2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "time": "2020-06-27T09:03:43+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-2.x": "2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "opensource@ijaap.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
+ "homepage": "http://www.phpdoc.org",
|
|
|
+ "keywords": [
|
|
|
+ "FQSEN",
|
|
|
+ "phpDocumentor",
|
|
|
+ "phpdoc",
|
|
|
+ "reflection",
|
|
|
+ "static analysis"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpdocumentor/reflection-common"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-docblock",
|
|
|
+ "version": "5.3.0",
|
|
|
+ "version_normalized": "5.3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.2",
|
|
|
+ "phpdocumentor/type-resolver": "^1.3",
|
|
|
+ "webmozart/assert": "^1.9.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~1.3.2",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
+ },
|
|
|
+ "time": "2021-10-19T17:43:47+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "me@mikevanriel.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "account@ijaap.nl"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
+ "install-path": "../phpdocumentor/reflection-docblock"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/type-resolver",
|
|
|
+ "version": "1.5.1",
|
|
|
+ "version_normalized": "1.5.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
+ "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
|
|
|
+ "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
+ },
|
|
|
+ "time": "2021-10-02T14:08:47+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-1.x": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "me@mikevanriel.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
+ "install-path": "../phpdocumentor/type-resolver"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpoffice/phpspreadsheet",
|
|
|
+ "version": "1.20.0",
|
|
|
+ "version_normalized": "1.20.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
+ "reference": "44436f270bb134b4a94670f3d020a85dfa0a3c02"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/44436f270bb134b4a94670f3d020a85dfa0a3c02",
|
|
|
+ "reference": "44436f270bb134b4a94670f3d020a85dfa0a3c02",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "ext-gd": "*",
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "ext-xmlreader": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "ext-zip": "*",
|
|
|
+ "ext-zlib": "*",
|
|
|
+ "ezyang/htmlpurifier": "^4.13",
|
|
|
+ "maennchen/zipstream-php": "^2.1",
|
|
|
+ "markbaker/complex": "^3.0",
|
|
|
+ "markbaker/matrix": "^3.0",
|
|
|
+ "php": "^7.3 || ^8.0",
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
+ "dompdf/dompdf": "^1.0",
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
+ "jpgraph/jpgraph": "^4.0",
|
|
|
+ "mpdf/mpdf": "^8.0",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3",
|
|
|
+ "phpstan/phpstan": "^1.1",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.0",
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9.0",
|
|
|
+ "squizlabs/php_codesniffer": "^3.6",
|
|
|
+ "tecnickcom/tcpdf": "^6.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
|
|
|
+ "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
|
+ "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
+ "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
|
|
|
+ },
|
|
|
+ "time": "2021-11-23T15:23:42+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Maarten Balliauw",
|
|
|
+ "homepage": "https://blog.maartenballiauw.be"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Mark Baker",
|
|
|
+ "homepage": "https://markbakeruk.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Franck Lefevre",
|
|
|
+ "homepage": "https://rootslabs.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Erik Tilt"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adrien Crivelli"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
+ "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
|
+ "keywords": [
|
|
|
+ "OpenXML",
|
|
|
+ "excel",
|
|
|
+ "gnumeric",
|
|
|
+ "ods",
|
|
|
+ "php",
|
|
|
+ "spreadsheet",
|
|
|
+ "xls",
|
|
|
+ "xlsx"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpoffice/phpspreadsheet"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpspec/php-diff",
|
|
|
+ "version": "v1.1.3",
|
|
|
+ "version_normalized": "1.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpspec/php-diff.git",
|
|
|
+ "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9",
|
|
|
+ "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "time": "2020-09-18T13:47:07+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Diff": "lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Chris Boulton",
|
|
|
+ "homepage": "http://github.com/chrisboulton"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
|
|
|
+ "install-path": "../phpspec/php-diff"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpspec/prophecy",
|
|
|
+ "version": "v1.15.0",
|
|
|
+ "version_normalized": "1.15.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpspec/prophecy.git",
|
|
|
+ "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
|
+ "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/instantiator": "^1.2",
|
|
|
+ "php": "^7.2 || ~8.0, <8.2",
|
|
|
+ "phpdocumentor/reflection-docblock": "^5.2",
|
|
|
+ "sebastian/comparator": "^3.0 || ^4.0",
|
|
|
+ "sebastian/recursion-context": "^3.0 || ^4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpspec/phpspec": "^6.0 || ^7.0",
|
|
|
+ "phpunit/phpunit": "^8.0 || ^9.0"
|
|
|
+ },
|
|
|
+ "time": "2021-12-08T12:19:24+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Prophecy\\": "src/Prophecy"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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+",
|
|
|
+ "homepage": "https://github.com/phpspec/prophecy",
|
|
|
+ "keywords": [
|
|
|
+ "Double",
|
|
|
+ "Dummy",
|
|
|
+ "fake",
|
|
|
+ "mock",
|
|
|
+ "spy",
|
|
|
+ "stub"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpspec/prophecy"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-code-coverage",
|
|
|
+ "version": "6.1.4",
|
|
|
+ "version_normalized": "6.1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
+ "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
|
+ "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "php": "^7.1",
|
|
|
+ "phpunit/php-file-iterator": "^2.0",
|
|
|
+ "phpunit/php-text-template": "^1.2.1",
|
|
|
+ "phpunit/php-token-stream": "^3.0",
|
|
|
+ "sebastian/code-unit-reverse-lookup": "^1.0.1",
|
|
|
+ "sebastian/environment": "^3.1 || ^4.0",
|
|
|
+ "sebastian/version": "^2.0.1",
|
|
|
+ "theseer/tokenizer": "^1.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-xdebug": "^2.6.0"
|
|
|
+ },
|
|
|
+ "time": "2018-10-31T16:06:48+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "6.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
+ "keywords": [
|
|
|
+ "coverage",
|
|
|
+ "testing",
|
|
|
+ "xunit"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpunit/php-code-coverage"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-file-iterator",
|
|
|
+ "version": "2.0.5",
|
|
|
+ "version_normalized": "2.0.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
+ "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
|
+ "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5"
|
|
|
+ },
|
|
|
+ "time": "2021-12-02T12:42:26+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
+ "keywords": [
|
|
|
+ "filesystem",
|
|
|
+ "iterator"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../phpunit/php-file-iterator"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-text-template",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "version_normalized": "1.2.1.0",
|
|
|
+ "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": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "time": "2015-06-21T13:50:34+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpunit/php-text-template"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-timer",
|
|
|
+ "version": "2.1.3",
|
|
|
+ "version_normalized": "2.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
+ "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
|
+ "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T08:20:02+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Utility class for timing",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
+ "keywords": [
|
|
|
+ "timer"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../phpunit/php-timer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-token-stream",
|
|
|
+ "version": "3.1.3",
|
|
|
+ "version_normalized": "3.1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
+ "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
|
+ "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.0"
|
|
|
+ },
|
|
|
+ "time": "2021-07-26T12:15:06+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "abandoned": true,
|
|
|
+ "install-path": "../phpunit/php-token-stream"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/phpunit",
|
|
|
+ "version": "7.5.20",
|
|
|
+ "version_normalized": "7.5.20.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
+ "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
|
|
|
+ "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/instantiator": "^1.1",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "myclabs/deep-copy": "^1.7",
|
|
|
+ "phar-io/manifest": "^1.0.2",
|
|
|
+ "phar-io/version": "^2.0",
|
|
|
+ "php": "^7.1",
|
|
|
+ "phpspec/prophecy": "^1.7",
|
|
|
+ "phpunit/php-code-coverage": "^6.0.7",
|
|
|
+ "phpunit/php-file-iterator": "^2.0.1",
|
|
|
+ "phpunit/php-text-template": "^1.2.1",
|
|
|
+ "phpunit/php-timer": "^2.1",
|
|
|
+ "sebastian/comparator": "^3.0",
|
|
|
+ "sebastian/diff": "^3.0",
|
|
|
+ "sebastian/environment": "^4.0",
|
|
|
+ "sebastian/exporter": "^3.1",
|
|
|
+ "sebastian/global-state": "^2.0",
|
|
|
+ "sebastian/object-enumerator": "^3.0.3",
|
|
|
+ "sebastian/resource-operations": "^2.0",
|
|
|
+ "sebastian/version": "^2.0.1"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpunit/phpunit-mock-objects": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-pdo": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-soap": "*",
|
|
|
+ "ext-xdebug": "*",
|
|
|
+ "phpunit/php-invoker": "^2.0"
|
|
|
+ },
|
|
|
+ "time": "2020-01-08T08:45:45+00:00",
|
|
|
+ "bin": [
|
|
|
+ "phpunit"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "7.5-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../phpunit/phpunit"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.1.2",
|
|
|
+ "version_normalized": "1.1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
+ "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.4.0"
|
|
|
+ },
|
|
|
+ "time": "2021-11-05T16:50:12+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/container"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-client",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-client.git",
|
|
|
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^8.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2020-06-29T06:28:15+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Client\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP clients",
|
|
|
+ "homepage": "https://github.com/php-fig/http-client",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-client",
|
|
|
+ "psr",
|
|
|
+ "psr-18"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-client"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-factory",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-factory.git",
|
|
|
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "time": "2019-04-30T12:38:16+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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 interfaces for PSR-7 HTTP message factories",
|
|
|
+ "keywords": [
|
|
|
+ "factory",
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr",
|
|
|
+ "psr-17",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-factory"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-message",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "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": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2016-08-06T14:39:51+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/http-message"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "version_normalized": "1.1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2021-05-03T11:20:27+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
+ },
|
|
|
+ "install-path": "../psr/log"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/simple-cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "version_normalized": "1.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "time": "2017-10-23T01:57:42+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "psr",
|
|
|
+ "psr-16",
|
|
|
+ "simple-cache"
|
|
|
+ ],
|
|
|
+ "install-path": "../psr/simple-cache"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "version_normalized": "3.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
+ },
|
|
|
+ "time": "2019-03-08T08:55:37+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/getallheaders.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ralph Khattar",
|
|
|
+ "email": "ralph.khattar@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A polyfill for getallheaders.",
|
|
|
+ "install-path": "../ralouphie/getallheaders"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/code-unit-reverse-lookup",
|
|
|
+ "version": "1.0.2",
|
|
|
+ "version_normalized": "1.0.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
+ "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
+ "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T08:15:22+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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/",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/code-unit-reverse-lookup"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/comparator",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "version_normalized": "3.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
+ "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
|
|
|
+ "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1",
|
|
|
+ "sebastian/diff": "^3.0",
|
|
|
+ "sebastian/exporter": "^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T08:04:30+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jeff Welch",
|
|
|
+ "email": "whatthejeff@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Volker Dusch",
|
|
|
+ "email": "github@wallbash.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "bschussek@2bepublished.at"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides the functionality to compare PHP values for equality",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/comparator",
|
|
|
+ "keywords": [
|
|
|
+ "comparator",
|
|
|
+ "compare",
|
|
|
+ "equality"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/comparator"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/diff",
|
|
|
+ "version": "3.0.3",
|
|
|
+ "version_normalized": "3.0.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
+ "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
|
|
|
+ "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.0",
|
|
|
+ "symfony/process": "^2 || ^3.3 || ^4"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T07:59:04+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Kore Nordmann",
|
|
|
+ "email": "mail@kore-nordmann.de"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Diff implementation",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
+ "keywords": [
|
|
|
+ "diff",
|
|
|
+ "udiff",
|
|
|
+ "unidiff",
|
|
|
+ "unified diff"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/diff"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/environment",
|
|
|
+ "version": "4.2.4",
|
|
|
+ "version_normalized": "4.2.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
+ "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
|
+ "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^7.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-posix": "*"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T07:53:42+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/environment"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/exporter",
|
|
|
+ "version": "3.1.4",
|
|
|
+ "version_normalized": "3.1.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
+ "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
|
|
|
+ "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0",
|
|
|
+ "sebastian/recursion-context": "^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "phpunit/phpunit": "^8.5"
|
|
|
+ },
|
|
|
+ "time": "2021-11-11T13:51:24+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jeff Welch",
|
|
|
+ "email": "whatthejeff@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Volker Dusch",
|
|
|
+ "email": "github@wallbash.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adam Harvey",
|
|
|
+ "email": "aharvey@php.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "bschussek@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides the functionality to export PHP variables for visualization",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
+ "keywords": [
|
|
|
+ "export",
|
|
|
+ "exporter"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/exporter"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/global-state",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "version_normalized": "2.0.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
+ "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
|
+ "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-uopz": "*"
|
|
|
+ },
|
|
|
+ "time": "2017-04-27T15:39:26+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/global-state"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/object-enumerator",
|
|
|
+ "version": "3.0.4",
|
|
|
+ "version_normalized": "3.0.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
+ "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
|
+ "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0",
|
|
|
+ "sebastian/object-reflector": "^1.1.1",
|
|
|
+ "sebastian/recursion-context": "^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T07:40:27+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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/",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/object-enumerator"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/object-reflector",
|
|
|
+ "version": "1.1.2",
|
|
|
+ "version_normalized": "1.1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
|
+ "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
|
+ "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T07:37:18+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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/",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/object-reflector"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/recursion-context",
|
|
|
+ "version": "3.0.1",
|
|
|
+ "version_normalized": "3.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
+ "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
|
+ "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T07:34:24+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "sebastian@phpunit.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jeff Welch",
|
|
|
+ "email": "whatthejeff@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adam Harvey",
|
|
|
+ "email": "aharvey@php.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides functionality to recursively process PHP variables",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/recursion-context"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/resource-operations",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "version_normalized": "2.0.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
|
+ "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
|
+ "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2020-11-30T07:30:19+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../sebastian/resource-operations"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/version",
|
|
|
+ "version": "2.0.1",
|
|
|
+ "version_normalized": "2.0.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/version.git",
|
|
|
+ "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
+ "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "time": "2016-10-03T07:35:21+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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",
|
|
|
+ "install-path": "../sebastian/version"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sunmoon/yii2-phpspreadsheet",
|
|
|
+ "version": "1.2.0",
|
|
|
+ "version_normalized": "1.2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/arieslee/yii2-phpspreadsheet.git",
|
|
|
+ "reference": "51fc4d0183eb81e654b3360ac18e631fc4b89c09"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/arieslee/yii2-phpspreadsheet/zipball/51fc4d0183eb81e654b3360ac18e631fc4b89c09",
|
|
|
+ "reference": "51fc4d0183eb81e654b3360ac18e631fc4b89c09",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "phpoffice/phpspreadsheet": "*",
|
|
|
+ "yiisoft/yii2": "^2.0.15"
|
|
|
+ },
|
|
|
+ "time": "2019-02-18T03:02:43+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "sunmoon\\phpspreadsheet\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sunmoon",
|
|
|
+ "email": "forphp@qq.com",
|
|
|
+ "homepage": "https://blog.iw3c.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Yii2处理Excel文件, 修改自moonlandsoft/yii2-phpexcel。",
|
|
|
+ "homepage": "https://github.com/arieslee/yii2-phpspreadsheet",
|
|
|
+ "install-path": "../sunmoon/yii2-phpspreadsheet"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "swiftmailer/swiftmailer",
|
|
|
+ "version": "v6.3.0",
|
|
|
+ "version_normalized": "6.3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
|
+ "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
|
|
+ "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "egulias/email-validator": "^2.0|^3.1",
|
|
|
+ "php": ">=7.0.0",
|
|
|
+ "symfony/polyfill-iconv": "^1.0",
|
|
|
+ "symfony/polyfill-intl-idn": "^1.10",
|
|
|
+ "symfony/polyfill-mbstring": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "symfony/phpunit-bridge": "^4.4|^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "Needed to support internationalized email addresses"
|
|
|
+ },
|
|
|
+ "time": "2021-10-18T15:26:12+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "6.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "lib/swift_required.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Chris Corbyn"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Swiftmailer, free feature-rich PHP mailer",
|
|
|
+ "homepage": "https://swiftmailer.symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "email",
|
|
|
+ "mail",
|
|
|
+ "mailer"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "abandoned": "symfony/mailer",
|
|
|
+ "install-path": "../swiftmailer/swiftmailer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/browser-kit",
|
|
|
+ "version": "v4.4.27",
|
|
|
+ "version_normalized": "4.4.27.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/browser-kit.git",
|
|
|
+ "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
|
|
|
+ "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/dom-crawler": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/process": ""
|
|
|
+ },
|
|
|
+ "time": "2021-07-21T12:19:41+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\BrowserKit\\": ""
|
|
|
+ },
|
|
|
+ "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/browser-kit"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/console",
|
|
|
+ "version": "v4.4.34",
|
|
|
+ "version_normalized": "4.4.34.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/console.git",
|
|
|
+ "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/329b3a75cc6b16d435ba1b1a41df54a53382a3f0",
|
|
|
+ "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php73": "^1.8",
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
+ "symfony/service-contracts": "^1.1|^2"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "psr/log": ">=3",
|
|
|
+ "symfony/dependency-injection": "<3.4",
|
|
|
+ "symfony/event-dispatcher": "<4.3|>=5",
|
|
|
+ "symfony/lock": "<4.4",
|
|
|
+ "symfony/process": "<3.3"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0|2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log": "For using the console logger",
|
|
|
+ "symfony/event-dispatcher": "",
|
|
|
+ "symfony/lock": "",
|
|
|
+ "symfony/process": ""
|
|
|
+ },
|
|
|
+ "time": "2021-11-04T12:23:33+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Console\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/console"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/css-selector",
|
|
|
+ "version": "v4.4.27",
|
|
|
+ "version_normalized": "4.4.27.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/css-selector.git",
|
|
|
+ "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
|
|
|
+ "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "time": "2021-07-21T12:19:41+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\CssSelector\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jean-François Simon",
|
|
|
+ "email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Converts CSS selectors to XPath expressions",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/css-selector"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
+ "version": "v2.5.0",
|
|
|
+ "version_normalized": "2.5.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
+ "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
|
|
+ "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2021-07-12T14:48:14+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/deprecation-contracts"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/dom-crawler",
|
|
|
+ "version": "v4.4.30",
|
|
|
+ "version_normalized": "4.4.30.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/dom-crawler.git",
|
|
|
+ "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4",
|
|
|
+ "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/polyfill-ctype": "~1.8",
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "masterminds/html5": "<2.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "masterminds/html5": "^2.6",
|
|
|
+ "symfony/css-selector": "^3.4|^4.0|^5.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/css-selector": ""
|
|
|
+ },
|
|
|
+ "time": "2021-08-28T15:40:01+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\DomCrawler\\": ""
|
|
|
+ },
|
|
|
+ "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": "Eases DOM navigation for HTML and XML documents",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/dom-crawler"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/event-dispatcher",
|
|
|
+ "version": "v4.4.34",
|
|
|
+ "version_normalized": "4.4.34.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
+ "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8",
|
|
|
+ "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/event-dispatcher-contracts": "^1.1",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/dependency-injection": "<3.4"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/event-dispatcher-implementation": "1.0",
|
|
|
+ "symfony/event-dispatcher-implementation": "1.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
+ "symfony/config": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
|
+ "symfony/error-handler": "~3.4|~4.4",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/dependency-injection": "",
|
|
|
+ "symfony/http-kernel": ""
|
|
|
+ },
|
|
|
+ "time": "2021-11-15T14:42:25+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/event-dispatcher"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/event-dispatcher-contracts",
|
|
|
+ "version": "v1.1.11",
|
|
|
+ "version_normalized": "1.1.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
+ "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/01e9a4efac0ee33a05dfdf93b346f62e7d0e998c",
|
|
|
+ "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/event-dispatcher": "",
|
|
|
+ "symfony/event-dispatcher-implementation": ""
|
|
|
+ },
|
|
|
+ "time": "2021-03-23T15:25:38+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.1-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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 dispatching event",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "abstractions",
|
|
|
+ "contracts",
|
|
|
+ "decoupling",
|
|
|
+ "interfaces",
|
|
|
+ "interoperability",
|
|
|
+ "standards"
|
|
|
+ ],
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/event-dispatcher-contracts"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/finder",
|
|
|
+ "version": "v4.4.30",
|
|
|
+ "version_normalized": "4.4.30.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/finder.git",
|
|
|
+ "reference": "70362f1e112280d75b30087c7598b837c1b468b6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6",
|
|
|
+ "reference": "70362f1e112280d75b30087c7598b837c1b468b6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/polyfill-php80": "^1.16"
|
|
|
+ },
|
|
|
+ "time": "2021-08-04T20:31:23+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/finder"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
+ "version": "v1.23.0",
|
|
|
+ "version_normalized": "1.23.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
+ "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
|
|
+ "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2021-02-19T12:13:01+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-ctype"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-iconv",
|
|
|
+ "version": "v1.23.0",
|
|
|
+ "version_normalized": "1.23.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-iconv.git",
|
|
|
+ "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
|
|
|
+ "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-iconv": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2021-05-27T09:27:20+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Iconv\\": ""
|
|
|
+ },
|
|
|
+ "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 the Iconv extension",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "iconv",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-iconv"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-idn",
|
|
|
+ "version": "v1.23.0",
|
|
|
+ "version_normalized": "1.23.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
+ "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
|
|
|
+ "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1",
|
|
|
+ "symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
+ "symfony/polyfill-php72": "^1.10"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2021-05-27T09:27:20+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Laurent Bassin",
|
|
|
+ "email": "laurent@bassin.info"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Trevor Rowbotham",
|
|
|
+ "email": "trevor.rowbotham@pm.me"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "idn",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-intl-idn"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-intl-normalizer",
|
|
|
+ "version": "v1.23.0",
|
|
|
+ "version_normalized": "1.23.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
+ "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
|
+ "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2021-02-19T12:13:01+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-intl-normalizer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
+ "version": "v1.23.1",
|
|
|
+ "version_normalized": "1.23.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
+ "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
+ },
|
|
|
+ "time": "2021-05-27T12:26:48+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
+ },
|
|
|
+ "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 the Mbstring extension",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "mbstring",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-mbstring"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php72",
|
|
|
+ "version": "v1.23.0",
|
|
|
+ "version_normalized": "1.23.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
|
+ "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2021-05-27T09:17:38+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php72\\": ""
|
|
|
+ },
|
|
|
+ "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 backporting some PHP 7.2+ 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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php72"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php73",
|
|
|
+ "version": "v1.23.0",
|
|
|
+ "version_normalized": "1.23.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
+ "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
|
|
+ "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2021-02-19T12:13:01+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php73\\": ""
|
|
|
+ },
|
|
|
+ "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 backporting some PHP 7.3+ 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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php73"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
+ "version": "v1.23.1",
|
|
|
+ "version_normalized": "1.23.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
+ "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
|
|
+ "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2021-07-28T13:41:28+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.23-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php80"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
+ "version": "v2.5.0",
|
|
|
+ "version_normalized": "2.5.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
+ "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
|
|
|
+ "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.2.5",
|
|
|
+ "psr/container": "^1.1",
|
|
|
+ "symfony/deprecation-contracts": "^2.1"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "ext-psr": "<1.1|>=2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/service-implementation": ""
|
|
|
+ },
|
|
|
+ "time": "2021-11-04T16:48:04+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "2.5-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/contracts",
|
|
|
+ "url": "https://github.com/symfony/contracts"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/service-contracts"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/yaml",
|
|
|
+ "version": "v4.4.34",
|
|
|
+ "version_normalized": "4.4.34.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/yaml.git",
|
|
|
+ "reference": "2c309e258adeb9970229042be39b360d34986fad"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad",
|
|
|
+ "reference": "2c309e258adeb9970229042be39b360d34986fad",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.3",
|
|
|
+ "symfony/polyfill-ctype": "~1.8"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/console": "<3.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/console": "^3.4|^4.0|^5.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/console": "For validating YAML files using the lint command"
|
|
|
+ },
|
|
|
+ "time": "2021-11-18T18:49:23+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Yaml\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Loads and dumps YAML files",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/yaml"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "theseer/tokenizer",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "version_normalized": "1.2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/theseer/tokenizer.git",
|
|
|
+ "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
|
+ "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "time": "2021-07-28T10:34:58+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/theseer",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../theseer/tokenizer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "webmozart/assert",
|
|
|
+ "version": "1.10.0",
|
|
|
+ "version_normalized": "1.10.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/webmozarts/assert.git",
|
|
|
+ "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
+ "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "symfony/polyfill-ctype": "^1.8"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpstan/phpstan": "<0.12.20",
|
|
|
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8.5.13"
|
|
|
+ },
|
|
|
+ "time": "2021-03-09T10:59:23+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.10-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "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"
|
|
|
+ ],
|
|
|
+ "install-path": "../webmozart/assert"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2",
|
|
|
+ "version": "2.0.43",
|
|
|
+ "version_normalized": "2.0.43.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-framework.git",
|
|
|
+ "reference": "f370955faa3067d9b27879aaf14b0978a805cd59"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/f370955faa3067d9b27879aaf14b0978a805cd59",
|
|
|
+ "reference": "f370955faa3067d9b27879aaf14b0978a805cd59",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
|
|
|
+ "bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
|
|
|
+ "bower-asset/punycode": "1.3.*",
|
|
|
+ "bower-asset/yii2-pjax": "~2.0.1",
|
|
|
+ "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ezyang/htmlpurifier": "~4.6",
|
|
|
+ "lib-pcre": "*",
|
|
|
+ "paragonie/random_compat": ">=1",
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "yiisoft/yii2-composer": "~2.0.4"
|
|
|
+ },
|
|
|
+ "time": "2021-08-09T17:38:43+00:00",
|
|
|
+ "bin": [
|
|
|
+ "yii"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Qiang Xue",
|
|
|
+ "email": "qiang.xue@gmail.com",
|
|
|
+ "homepage": "https://www.yiiframework.com/",
|
|
|
+ "role": "Founder and project lead"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Alexander Makarov",
|
|
|
+ "email": "sam@rmcreative.ru",
|
|
|
+ "homepage": "https://rmcreative.ru/",
|
|
|
+ "role": "Core framework development"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Maurizio Domba",
|
|
|
+ "homepage": "http://mdomba.info/",
|
|
|
+ "role": "Core framework development"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Carsten Brandt",
|
|
|
+ "email": "mail@cebe.cc",
|
|
|
+ "homepage": "https://cebe.cc/",
|
|
|
+ "role": "Core framework development"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Timur Ruziev",
|
|
|
+ "email": "resurtm@gmail.com",
|
|
|
+ "homepage": "http://resurtm.com/",
|
|
|
+ "role": "Core framework development"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Paul Klimov",
|
|
|
+ "email": "klimov.paul@gmail.com",
|
|
|
+ "role": "Core framework development"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/polyfill-ctype": "~1.8",
|
|
|
- "symfony/polyfill-mbstring": "~1.0",
|
|
|
- "symfony/polyfill-php80": "^1.16"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "masterminds/html5": "<2.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "masterminds/html5": "^2.6",
|
|
|
- "symfony/css-selector": "^3.4|^4.0|^5.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/css-selector": ""
|
|
|
- },
|
|
|
- "time": "2021-08-28T15:40:01+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\DomCrawler\\": ""
|
|
|
- },
|
|
|
- "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": "Eases DOM navigation for HTML and XML documents",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/event-dispatcher",
|
|
|
- "version": "v4.4.34",
|
|
|
- "version_normalized": "4.4.34.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/event-dispatcher.git",
|
|
|
- "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8",
|
|
|
- "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Dmitry Naumenko",
|
|
|
+ "email": "d.naumenko.a@gmail.com",
|
|
|
+ "role": "Core framework development"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Boudewijn Vahrmeijer",
|
|
|
+ "email": "info@dynasource.eu",
|
|
|
+ "homepage": "http://dynasource.eu",
|
|
|
+ "role": "Core framework development"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/event-dispatcher-contracts": "^1.1",
|
|
|
- "symfony/polyfill-php80": "^1.16"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/dependency-injection": "<3.4"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/event-dispatcher-implementation": "1.0",
|
|
|
- "symfony/event-dispatcher-implementation": "1.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "psr/log": "^1|^2|^3",
|
|
|
- "symfony/config": "^3.4|^4.0|^5.0",
|
|
|
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
|
- "symfony/error-handler": "~3.4|~4.4",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/dependency-injection": "",
|
|
|
- "symfony/http-kernel": ""
|
|
|
- },
|
|
|
- "time": "2021-11-15T14:42:25+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\EventDispatcher\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/event-dispatcher-contracts",
|
|
|
- "version": "v1.1.11",
|
|
|
- "version_normalized": "1.1.11.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
|
- "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/01e9a4efac0ee33a05dfdf93b346f62e7d0e998c",
|
|
|
- "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Yii PHP Framework Version 2",
|
|
|
+ "homepage": "https://www.yiiframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "framework",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "psr/event-dispatcher": "",
|
|
|
- "symfony/event-dispatcher-implementation": ""
|
|
|
- },
|
|
|
- "time": "2021-03-23T15:25:38+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.1-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/contracts",
|
|
|
- "url": "https://github.com/symfony/contracts"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "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 dispatching event",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "abstractions",
|
|
|
- "contracts",
|
|
|
- "decoupling",
|
|
|
- "interfaces",
|
|
|
- "interoperability",
|
|
|
- "standards"
|
|
|
- ],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/finder",
|
|
|
- "version": "v4.4.30",
|
|
|
- "version_normalized": "4.4.30.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/finder.git",
|
|
|
- "reference": "70362f1e112280d75b30087c7598b837c1b468b6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6",
|
|
|
- "reference": "70362f1e112280d75b30087c7598b837c1b468b6",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/polyfill-php80": "^1.16"
|
|
|
- },
|
|
|
- "time": "2021-08-04T20:31:23+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-ctype",
|
|
|
- "version": "v1.23.0",
|
|
|
- "version_normalized": "1.23.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
|
|
- "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-ctype": "For best performance"
|
|
|
- },
|
|
|
- "time": "2021-02-19T12:13:01+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-iconv",
|
|
|
- "version": "v1.23.0",
|
|
|
- "version_normalized": "1.23.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-iconv.git",
|
|
|
- "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
|
|
|
- "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-bootstrap",
|
|
|
+ "version": "2.0.11",
|
|
|
+ "version_normalized": "2.0.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-bootstrap.git",
|
|
|
+ "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/83d144f4089adaa7064ad60dc4c1436daa2eb30e",
|
|
|
+ "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/bootstrap": "3.4.* | 3.3.* | 3.2.* | 3.1.*",
|
|
|
+ "yiisoft/yii2": "~2.0.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cweagans/composer-patches": "^1.7",
|
|
|
+ "phpunit/phpunit": "4.8.34"
|
|
|
+ },
|
|
|
+ "time": "2021-08-09T20:54:06+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ },
|
|
|
+ "patches": {
|
|
|
+ "phpunit/phpunit-mock-objects": {
|
|
|
+ "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
|
|
|
+ },
|
|
|
+ "phpunit/phpunit": {
|
|
|
+ "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
|
|
|
+ "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
|
|
|
+ }
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-iconv": "For best performance"
|
|
|
- },
|
|
|
- "time": "2021-05-27T09:27:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Iconv\\": ""
|
|
|
- },
|
|
|
- "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 the Iconv extension",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "iconv",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-intl-idn",
|
|
|
- "version": "v1.23.0",
|
|
|
- "version_normalized": "1.23.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
|
- "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
|
|
|
- "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\bootstrap\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Qiang Xue",
|
|
|
+ "email": "qiang.xue@gmail.com",
|
|
|
+ "homepage": "http://www.yiiframework.com/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Alexander Makarov",
|
|
|
+ "email": "sam@rmcreative.ru",
|
|
|
+ "homepage": "http://rmcreative.ru/"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Antonio Ramirez",
|
|
|
+ "email": "amigo.cobos@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Paul Klimov",
|
|
|
+ "email": "klimov.paul@gmail.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1",
|
|
|
- "symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
- "symfony/polyfill-php72": "^1.10"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "For best performance"
|
|
|
- },
|
|
|
- "time": "2021-05-27T09:27:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Laurent Bassin",
|
|
|
- "email": "laurent@bassin.info"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Trevor Rowbotham",
|
|
|
- "email": "trevor.rowbotham@pm.me"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "idn",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-intl-normalizer",
|
|
|
- "version": "v1.23.0",
|
|
|
- "version_normalized": "1.23.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
|
- "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "The Twitter Bootstrap extension for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "bootstrap",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-bootstrap",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-bootstrap"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-composer",
|
|
|
+ "version": "2.0.10",
|
|
|
+ "version_normalized": "2.0.10.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-composer.git",
|
|
|
+ "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/94bb3f66e779e2774f8776d6e1bdeab402940510",
|
|
|
+ "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-plugin-api": "^1.0 | ^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.0 | ^2.0@dev",
|
|
|
+ "phpunit/phpunit": "<7"
|
|
|
+ },
|
|
|
+ "time": "2020-06-24T00:04:01+00:00",
|
|
|
+ "type": "composer-plugin",
|
|
|
+ "extra": {
|
|
|
+ "class": "yii\\composer\\Plugin",
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-intl": "For best performance"
|
|
|
- },
|
|
|
- "time": "2021-02-19T12:13:01+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
},
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\composer\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.23.1",
|
|
|
- "version_normalized": "1.23.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
- "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-mbstring": "For best performance"
|
|
|
- },
|
|
|
- "time": "2021-05-27T12:26:48+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
- },
|
|
|
- "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 the Mbstring extension",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "mbstring",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php72",
|
|
|
- "version": "v1.23.0",
|
|
|
- "version_normalized": "1.23.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php72.git",
|
|
|
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
|
- "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "name": "Qiang Xue",
|
|
|
+ "email": "qiang.xue@gmail.com"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Carsten Brandt",
|
|
|
+ "email": "mail@cebe.cc"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "time": "2021-05-27T09:17:38+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php72\\": ""
|
|
|
- },
|
|
|
- "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 backporting some PHP 7.2+ 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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php73",
|
|
|
- "version": "v1.23.0",
|
|
|
- "version_normalized": "1.23.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php73.git",
|
|
|
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
|
|
- "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "The composer plugin for Yii extension installer",
|
|
|
+ "keywords": [
|
|
|
+ "composer",
|
|
|
+ "extension installer",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-composer",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-composer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-debug",
|
|
|
+ "version": "2.0.14",
|
|
|
+ "version_normalized": "2.0.14.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-debug.git",
|
|
|
+ "reference": "dc5a4a8529de1a41dbb037dbabf1f3f93002f21d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/dc5a4a8529de1a41dbb037dbabf1f3f93002f21d",
|
|
|
+ "reference": "dc5a4a8529de1a41dbb037dbabf1f3f93002f21d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "yiisoft/yii2": "~2.0.13",
|
|
|
+ "yiisoft/yii2-bootstrap": "~2.0.0"
|
|
|
+ },
|
|
|
+ "time": "2018-09-23T21:41:04+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "time": "2021-02-19T12:13:01+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php73\\": ""
|
|
|
},
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\debug\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
],
|
|
|
- "classmap": [
|
|
|
- "Resources/stubs"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nicolas Grekas",
|
|
|
- "email": "p@tchwork.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill backporting some PHP 7.3+ 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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php80",
|
|
|
- "version": "v1.23.1",
|
|
|
- "version_normalized": "1.23.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
|
|
- "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Qiang Xue",
|
|
|
+ "email": "qiang.xue@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The debugger extension for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "debugger",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-debug"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-faker",
|
|
|
+ "version": "2.0.5",
|
|
|
+ "version_normalized": "2.0.5.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-faker.git",
|
|
|
+ "reference": "8c361657143bfaea58ff7dcc9bf51f1991a46f5d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/8c361657143bfaea58ff7dcc9bf51f1991a46f5d",
|
|
|
+ "reference": "8c361657143bfaea58ff7dcc9bf51f1991a46f5d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "fakerphp/faker": "~1.9|~1.10",
|
|
|
+ "yiisoft/yii2": "~2.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cweagans/composer-patches": "^1.7",
|
|
|
+ "phpunit/phpunit": "4.8.34"
|
|
|
+ },
|
|
|
+ "time": "2020-11-10T12:27:35+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ },
|
|
|
+ "composer-exit-on-patch-failure": true,
|
|
|
+ "patches": {
|
|
|
+ "phpunit/phpunit-mock-objects": {
|
|
|
+ "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
|
|
|
+ },
|
|
|
+ "phpunit/phpunit": {
|
|
|
+ "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
|
|
|
+ "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\faker\\": "src"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1"
|
|
|
- },
|
|
|
- "time": "2021-07-28T13:41:28+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "1.23-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/polyfill",
|
|
|
- "url": "https://github.com/symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php80\\": ""
|
|
|
},
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/service-contracts",
|
|
|
- "version": "v2.5.0",
|
|
|
- "version_normalized": "2.5.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/service-contracts.git",
|
|
|
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
|
|
|
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Mark Jebri",
|
|
|
+ "email": "mark.github@yandex.ru"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.2.5",
|
|
|
- "psr/container": "^1.1",
|
|
|
- "symfony/deprecation-contracts": "^2.1"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "ext-psr": "<1.1|>=2"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/service-implementation": ""
|
|
|
- },
|
|
|
- "time": "2021-11-04T16:48:04+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "2.5-dev"
|
|
|
- },
|
|
|
- "thanks": {
|
|
|
- "name": "symfony/contracts",
|
|
|
- "url": "https://github.com/symfony/contracts"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ],
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/yaml",
|
|
|
- "version": "v4.4.34",
|
|
|
- "version_normalized": "4.4.34.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/yaml.git",
|
|
|
- "reference": "2c309e258adeb9970229042be39b360d34986fad"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad",
|
|
|
- "reference": "2c309e258adeb9970229042be39b360d34986fad",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Fixture generator. The Faker integration for the Yii framework.",
|
|
|
+ "keywords": [
|
|
|
+ "Fixture",
|
|
|
+ "faker",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.3",
|
|
|
- "symfony/polyfill-ctype": "~1.8"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/console": "<3.4"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/console": "^3.4|^4.0|^5.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/console": "For validating YAML files using the lint command"
|
|
|
- },
|
|
|
- "time": "2021-11-18T18:49:23+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Yaml\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Loads and dumps YAML files",
|
|
|
- "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"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "theseer/tokenizer",
|
|
|
- "version": "1.2.1",
|
|
|
- "version_normalized": "1.2.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/theseer/tokenizer.git",
|
|
|
- "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
|
- "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-tokenizer": "*",
|
|
|
- "ext-xmlwriter": "*",
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "time": "2021-07-28T10:34:58+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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",
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/theseer",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "webmozart/assert",
|
|
|
- "version": "1.10.0",
|
|
|
- "version_normalized": "1.10.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/webmozarts/assert.git",
|
|
|
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-faker",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "symfony/polyfill-ctype": "^1.8"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "phpstan/phpstan": "<0.12.20",
|
|
|
- "vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^8.5.13"
|
|
|
- },
|
|
|
- "time": "2021-03-09T10:59:23+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.10-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2",
|
|
|
- "version": "2.0.43",
|
|
|
- "version_normalized": "2.0.43.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-framework.git",
|
|
|
- "reference": "f370955faa3067d9b27879aaf14b0978a805cd59"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/f370955faa3067d9b27879aaf14b0978a805cd59",
|
|
|
- "reference": "f370955faa3067d9b27879aaf14b0978a805cd59",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-faker"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-gii",
|
|
|
+ "version": "2.0.8",
|
|
|
+ "version_normalized": "2.0.8.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-gii.git",
|
|
|
+ "reference": "c02adc552bcf3a0ef6f3694a9dcbf209f4885ab1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/c02adc552bcf3a0ef6f3694a9dcbf209f4885ab1",
|
|
|
+ "reference": "c02adc552bcf3a0ef6f3694a9dcbf209f4885ab1",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
|
|
|
+ "phpspec/php-diff": ">=1.0.2",
|
|
|
+ "yiisoft/yii2": "~2.0.14",
|
|
|
+ "yiisoft/yii2-bootstrap": "~2.0.0"
|
|
|
+ },
|
|
|
+ "time": "2018-12-08T10:07:49+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
|
|
|
- "bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
|
|
|
- "bower-asset/punycode": "1.3.*",
|
|
|
- "bower-asset/yii2-pjax": "~2.0.1",
|
|
|
- "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
|
|
|
- "ext-ctype": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "ezyang/htmlpurifier": "~4.6",
|
|
|
- "lib-pcre": "*",
|
|
|
- "paragonie/random_compat": ">=1",
|
|
|
- "php": ">=5.4.0",
|
|
|
- "yiisoft/yii2-composer": "~2.0.4"
|
|
|
- },
|
|
|
- "time": "2021-08-09T17:38:43+00:00",
|
|
|
- "bin": [
|
|
|
- "yii"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Qiang Xue",
|
|
|
- "email": "qiang.xue@gmail.com",
|
|
|
- "homepage": "https://www.yiiframework.com/",
|
|
|
- "role": "Founder and project lead"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Alexander Makarov",
|
|
|
- "email": "sam@rmcreative.ru",
|
|
|
- "homepage": "https://rmcreative.ru/",
|
|
|
- "role": "Core framework development"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Maurizio Domba",
|
|
|
- "homepage": "http://mdomba.info/",
|
|
|
- "role": "Core framework development"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Carsten Brandt",
|
|
|
- "email": "mail@cebe.cc",
|
|
|
- "homepage": "https://cebe.cc/",
|
|
|
- "role": "Core framework development"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Timur Ruziev",
|
|
|
- "email": "resurtm@gmail.com",
|
|
|
- "homepage": "http://resurtm.com/",
|
|
|
- "role": "Core framework development"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Paul Klimov",
|
|
|
- "email": "klimov.paul@gmail.com",
|
|
|
- "role": "Core framework development"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Dmitry Naumenko",
|
|
|
- "email": "d.naumenko.a@gmail.com",
|
|
|
- "role": "Core framework development"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Boudewijn Vahrmeijer",
|
|
|
- "email": "info@dynasource.eu",
|
|
|
- "homepage": "http://dynasource.eu",
|
|
|
- "role": "Core framework development"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Yii PHP Framework Version 2",
|
|
|
- "homepage": "https://www.yiiframework.com/",
|
|
|
- "keywords": [
|
|
|
- "framework",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-bootstrap",
|
|
|
- "version": "2.0.11",
|
|
|
- "version_normalized": "2.0.11.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-bootstrap.git",
|
|
|
- "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/83d144f4089adaa7064ad60dc4c1436daa2eb30e",
|
|
|
- "reference": "83d144f4089adaa7064ad60dc4c1436daa2eb30e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\gii\\": "src"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/bootstrap": "3.4.* | 3.3.* | 3.2.* | 3.1.*",
|
|
|
- "yiisoft/yii2": "~2.0.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "cweagans/composer-patches": "^1.7",
|
|
|
- "phpunit/phpunit": "4.8.34"
|
|
|
- },
|
|
|
- "time": "2021-08-09T20:54:06+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
},
|
|
|
- "patches": {
|
|
|
- "phpunit/phpunit-mock-objects": {
|
|
|
- "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Qiang Xue",
|
|
|
+ "email": "qiang.xue@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The Gii extension for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "code generator",
|
|
|
+ "gii",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-gii"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-httpclient",
|
|
|
+ "version": "2.0.14",
|
|
|
+ "version_normalized": "2.0.14.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-httpclient.git",
|
|
|
+ "reference": "50d670d2e1a30a354c27aeebf806a2db16954836"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/50d670d2e1a30a354c27aeebf806a2db16954836",
|
|
|
+ "reference": "50d670d2e1a30a354c27aeebf806a2db16954836",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "paragonie/random_compat": ">=1",
|
|
|
+ "yiisoft/yii2": "~2.0.13"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cweagans/composer-patches": "^1.7",
|
|
|
+ "phpunit/phpunit": "4.8.34"
|
|
|
+ },
|
|
|
+ "time": "2021-08-09T21:10:49+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
},
|
|
|
- "phpunit/phpunit": {
|
|
|
- "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
|
|
|
- "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
|
|
|
+ "composer-exit-on-patch-failure": true,
|
|
|
+ "patches": {
|
|
|
+ "phpunit/phpunit-mock-objects": {
|
|
|
+ "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
|
|
|
+ },
|
|
|
+ "phpunit/phpunit": {
|
|
|
+ "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
|
|
|
+ "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
|
|
|
+ }
|
|
|
}
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\bootstrap\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Qiang Xue",
|
|
|
- "email": "qiang.xue@gmail.com",
|
|
|
- "homepage": "http://www.yiiframework.com/"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Alexander Makarov",
|
|
|
- "email": "sam@rmcreative.ru",
|
|
|
- "homepage": "http://rmcreative.ru/"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Antonio Ramirez",
|
|
|
- "email": "amigo.cobos@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Paul Klimov",
|
|
|
- "email": "klimov.paul@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Twitter Bootstrap extension for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "bootstrap",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-bootstrap",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-composer",
|
|
|
- "version": "2.0.10",
|
|
|
- "version_normalized": "2.0.10.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-composer.git",
|
|
|
- "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/94bb3f66e779e2774f8776d6e1bdeab402940510",
|
|
|
- "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\httpclient\\": "src"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "composer-plugin-api": "^1.0 | ^2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "composer/composer": "^1.0 | ^2.0@dev",
|
|
|
- "phpunit/phpunit": "<7"
|
|
|
- },
|
|
|
- "time": "2020-06-24T00:04:01+00:00",
|
|
|
- "type": "composer-plugin",
|
|
|
- "extra": {
|
|
|
- "class": "yii\\composer\\Plugin",
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\composer\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Qiang Xue",
|
|
|
- "email": "qiang.xue@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Carsten Brandt",
|
|
|
- "email": "mail@cebe.cc"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The composer plugin for Yii extension installer",
|
|
|
- "keywords": [
|
|
|
- "composer",
|
|
|
- "extension installer",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-composer",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-debug",
|
|
|
- "version": "2.0.14",
|
|
|
- "version_normalized": "2.0.14.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-debug.git",
|
|
|
- "reference": "dc5a4a8529de1a41dbb037dbabf1f3f93002f21d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/dc5a4a8529de1a41dbb037dbabf1f3f93002f21d",
|
|
|
- "reference": "dc5a4a8529de1a41dbb037dbabf1f3f93002f21d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Paul Klimov",
|
|
|
+ "email": "klimov.paul@gmail.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "yiisoft/yii2": "~2.0.13",
|
|
|
- "yiisoft/yii2-bootstrap": "~2.0.0"
|
|
|
- },
|
|
|
- "time": "2018-09-23T21:41:04+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\debug\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Qiang Xue",
|
|
|
- "email": "qiang.xue@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The debugger extension for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "debug",
|
|
|
- "debugger",
|
|
|
- "yii2"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-faker",
|
|
|
- "version": "2.0.5",
|
|
|
- "version_normalized": "2.0.5.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-faker.git",
|
|
|
- "reference": "8c361657143bfaea58ff7dcc9bf51f1991a46f5d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/8c361657143bfaea58ff7dcc9bf51f1991a46f5d",
|
|
|
- "reference": "8c361657143bfaea58ff7dcc9bf51f1991a46f5d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "HTTP client extension for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "curl",
|
|
|
+ "http",
|
|
|
+ "httpclient",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-httpclient",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "fakerphp/faker": "~1.9|~1.10",
|
|
|
- "yiisoft/yii2": "~2.0.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "cweagans/composer-patches": "^1.7",
|
|
|
- "phpunit/phpunit": "4.8.34"
|
|
|
- },
|
|
|
- "time": "2020-11-10T12:27:35+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- },
|
|
|
- "composer-exit-on-patch-failure": true,
|
|
|
- "patches": {
|
|
|
- "phpunit/phpunit-mock-objects": {
|
|
|
- "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
|
|
|
- },
|
|
|
- "phpunit/phpunit": {
|
|
|
- "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
|
|
|
- "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\faker\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mark Jebri",
|
|
|
- "email": "mark.github@yandex.ru"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Fixture generator. The Faker integration for the Yii framework.",
|
|
|
- "keywords": [
|
|
|
- "Fixture",
|
|
|
- "faker",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-faker",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-gii",
|
|
|
- "version": "2.0.8",
|
|
|
- "version_normalized": "2.0.8.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-gii.git",
|
|
|
- "reference": "c02adc552bcf3a0ef6f3694a9dcbf209f4885ab1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/c02adc552bcf3a0ef6f3694a9dcbf209f4885ab1",
|
|
|
- "reference": "c02adc552bcf3a0ef6f3694a9dcbf209f4885ab1",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-httpclient"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-mongodb",
|
|
|
+ "version": "2.1.12",
|
|
|
+ "version_normalized": "2.1.12.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-mongodb.git",
|
|
|
+ "reference": "4a74369a2b233f2def02579766e1eceadb8964be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-mongodb/zipball/4a74369a2b233f2def02579766e1eceadb8964be",
|
|
|
+ "reference": "4a74369a2b233f2def02579766e1eceadb8964be",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mongodb": ">=1.0.0",
|
|
|
+ "paragonie/random_compat": ">=1",
|
|
|
+ "yiisoft/yii2": "~2.0.39"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "4.8.27|~5.7.21|^6.2"
|
|
|
+ },
|
|
|
+ "time": "2021-08-09T21:15:42+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\mongodb\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Paul Klimov",
|
|
|
+ "email": "klimov.paul@gmail.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
|
|
|
- "phpspec/php-diff": ">=1.0.2",
|
|
|
- "yiisoft/yii2": "~2.0.14",
|
|
|
- "yiisoft/yii2-bootstrap": "~2.0.0"
|
|
|
- },
|
|
|
- "time": "2018-12-08T10:07:49+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\gii\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Qiang Xue",
|
|
|
- "email": "qiang.xue@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Gii extension for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "code generator",
|
|
|
- "gii",
|
|
|
- "yii2"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-httpclient",
|
|
|
- "version": "2.0.14",
|
|
|
- "version_normalized": "2.0.14.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-httpclient.git",
|
|
|
- "reference": "50d670d2e1a30a354c27aeebf806a2db16954836"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/50d670d2e1a30a354c27aeebf806a2db16954836",
|
|
|
- "reference": "50d670d2e1a30a354c27aeebf806a2db16954836",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "MongoDB extension for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "GridFS",
|
|
|
+ "active-record",
|
|
|
+ "mongo",
|
|
|
+ "mongodb",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-mongodb",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "paragonie/random_compat": ">=1",
|
|
|
- "yiisoft/yii2": "~2.0.13"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "cweagans/composer-patches": "^1.7",
|
|
|
- "phpunit/phpunit": "4.8.34"
|
|
|
- },
|
|
|
- "time": "2021-08-09T21:10:49+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- },
|
|
|
- "composer-exit-on-patch-failure": true,
|
|
|
- "patches": {
|
|
|
- "phpunit/phpunit-mock-objects": {
|
|
|
- "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
|
|
|
- },
|
|
|
- "phpunit/phpunit": {
|
|
|
- "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
|
|
|
- "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\httpclient\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paul Klimov",
|
|
|
- "email": "klimov.paul@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "HTTP client extension for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "curl",
|
|
|
- "http",
|
|
|
- "httpclient",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-httpclient",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-mongodb",
|
|
|
- "version": "2.1.12",
|
|
|
- "version_normalized": "2.1.12.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-mongodb.git",
|
|
|
- "reference": "4a74369a2b233f2def02579766e1eceadb8964be"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-mongodb/zipball/4a74369a2b233f2def02579766e1eceadb8964be",
|
|
|
- "reference": "4a74369a2b233f2def02579766e1eceadb8964be",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-mongodb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-redis",
|
|
|
+ "version": "2.0.16",
|
|
|
+ "version_normalized": "2.0.16.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-redis.git",
|
|
|
+ "reference": "1b9efe97d8add594256b51089fbf7a56f31e3c9c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/1b9efe97d8add594256b51089fbf7a56f31e3c9c",
|
|
|
+ "reference": "1b9efe97d8add594256b51089fbf7a56f31e3c9c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "yiisoft/yii2": "~2.0.39"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "<7",
|
|
|
+ "yiisoft/yii2-dev": "~2.0.39"
|
|
|
+ },
|
|
|
+ "time": "2021-10-04T11:28:17+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\redis\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Carsten Brandt",
|
|
|
+ "email": "mail@cebe.cc"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-mongodb": ">=1.0.0",
|
|
|
- "paragonie/random_compat": ">=1",
|
|
|
- "yiisoft/yii2": "~2.0.39"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "4.8.27|~5.7.21|^6.2"
|
|
|
- },
|
|
|
- "time": "2021-08-09T21:15:42+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\mongodb\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paul Klimov",
|
|
|
- "email": "klimov.paul@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "MongoDB extension for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "GridFS",
|
|
|
- "active-record",
|
|
|
- "mongo",
|
|
|
- "mongodb",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-mongodb",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-redis",
|
|
|
- "version": "2.0.16",
|
|
|
- "version_normalized": "2.0.16.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-redis.git",
|
|
|
- "reference": "1b9efe97d8add594256b51089fbf7a56f31e3c9c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/1b9efe97d8add594256b51089fbf7a56f31e3c9c",
|
|
|
- "reference": "1b9efe97d8add594256b51089fbf7a56f31e3c9c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "description": "Redis Cache, Session and ActiveRecord for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "active-record",
|
|
|
+ "cache",
|
|
|
+ "redis",
|
|
|
+ "session",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/yiisoft",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "url": "https://opencollective.com/yiisoft",
|
|
|
+ "type": "open_collective"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-redis",
|
|
|
+ "type": "tidelift"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-openssl": "*",
|
|
|
- "yiisoft/yii2": "~2.0.39"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "<7",
|
|
|
- "yiisoft/yii2-dev": "~2.0.39"
|
|
|
- },
|
|
|
- "time": "2021-10-04T11:28:17+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\redis\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Carsten Brandt",
|
|
|
- "email": "mail@cebe.cc"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Redis Cache, Session and ActiveRecord for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "active-record",
|
|
|
- "cache",
|
|
|
- "redis",
|
|
|
- "session",
|
|
|
- "yii2"
|
|
|
- ],
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/yiisoft",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://opencollective.com/yiisoft",
|
|
|
- "type": "open_collective"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-redis",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "yiisoft/yii2-swiftmailer",
|
|
|
- "version": "2.1.2",
|
|
|
- "version_normalized": "2.1.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
|
|
|
- "reference": "09659a55959f9e64b8178d842b64a9ffae42b994"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994",
|
|
|
- "reference": "09659a55959f9e64b8178d842b64a9ffae42b994",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-redis"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yiisoft/yii2-swiftmailer",
|
|
|
+ "version": "2.1.2",
|
|
|
+ "version_normalized": "2.1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
|
|
|
+ "reference": "09659a55959f9e64b8178d842b64a9ffae42b994"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994",
|
|
|
+ "reference": "09659a55959f9e64b8178d842b64a9ffae42b994",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "swiftmailer/swiftmailer": "~6.0",
|
|
|
+ "yiisoft/yii2": ">=2.0.4"
|
|
|
+ },
|
|
|
+ "time": "2018-09-23T22:00:47+00:00",
|
|
|
+ "type": "yii2-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yii\\swiftmailer\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
{
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
+ "name": "Paul Klimov",
|
|
|
+ "email": "klimov.paul@gmail.com"
|
|
|
}
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "swiftmailer/swiftmailer": "~6.0",
|
|
|
- "yiisoft/yii2": ">=2.0.4"
|
|
|
- },
|
|
|
- "time": "2018-09-23T22:00:47+00:00",
|
|
|
- "type": "yii2-extension",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "yii\\swiftmailer\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "BSD-3-Clause"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paul Klimov",
|
|
|
- "email": "klimov.paul@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The SwiftMailer integration for the Yii framework",
|
|
|
- "keywords": [
|
|
|
- "email",
|
|
|
- "mail",
|
|
|
- "mailer",
|
|
|
- "swift",
|
|
|
- "swiftmailer",
|
|
|
- "yii2"
|
|
|
- ]
|
|
|
- }
|
|
|
-]
|
|
|
+ ],
|
|
|
+ "description": "The SwiftMailer integration for the Yii framework",
|
|
|
+ "keywords": [
|
|
|
+ "email",
|
|
|
+ "mail",
|
|
|
+ "mailer",
|
|
|
+ "swift",
|
|
|
+ "swiftmailer",
|
|
|
+ "yii2"
|
|
|
+ ],
|
|
|
+ "install-path": "../yiisoft/yii2-swiftmailer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dev": true,
|
|
|
+ "dev-package-names": [
|
|
|
+ "behat/gherkin",
|
|
|
+ "bower-asset/typeahead.js",
|
|
|
+ "codeception/base",
|
|
|
+ "codeception/phpunit-wrapper",
|
|
|
+ "codeception/stub",
|
|
|
+ "codeception/verify",
|
|
|
+ "doctrine/instantiator",
|
|
|
+ "fakerphp/faker",
|
|
|
+ "guzzlehttp/psr7",
|
|
|
+ "myclabs/deep-copy",
|
|
|
+ "phar-io/manifest",
|
|
|
+ "phar-io/version",
|
|
|
+ "phpdocumentor/reflection-common",
|
|
|
+ "phpdocumentor/reflection-docblock",
|
|
|
+ "phpdocumentor/type-resolver",
|
|
|
+ "phpspec/php-diff",
|
|
|
+ "phpspec/prophecy",
|
|
|
+ "phpunit/php-code-coverage",
|
|
|
+ "phpunit/php-file-iterator",
|
|
|
+ "phpunit/php-text-template",
|
|
|
+ "phpunit/php-timer",
|
|
|
+ "phpunit/php-token-stream",
|
|
|
+ "phpunit/phpunit",
|
|
|
+ "psr/container",
|
|
|
+ "ralouphie/getallheaders",
|
|
|
+ "sebastian/code-unit-reverse-lookup",
|
|
|
+ "sebastian/comparator",
|
|
|
+ "sebastian/diff",
|
|
|
+ "sebastian/environment",
|
|
|
+ "sebastian/exporter",
|
|
|
+ "sebastian/global-state",
|
|
|
+ "sebastian/object-enumerator",
|
|
|
+ "sebastian/object-reflector",
|
|
|
+ "sebastian/recursion-context",
|
|
|
+ "sebastian/resource-operations",
|
|
|
+ "sebastian/version",
|
|
|
+ "symfony/browser-kit",
|
|
|
+ "symfony/console",
|
|
|
+ "symfony/css-selector",
|
|
|
+ "symfony/deprecation-contracts",
|
|
|
+ "symfony/dom-crawler",
|
|
|
+ "symfony/event-dispatcher",
|
|
|
+ "symfony/event-dispatcher-contracts",
|
|
|
+ "symfony/finder",
|
|
|
+ "symfony/polyfill-ctype",
|
|
|
+ "symfony/polyfill-php73",
|
|
|
+ "symfony/polyfill-php80",
|
|
|
+ "symfony/service-contracts",
|
|
|
+ "symfony/yaml",
|
|
|
+ "theseer/tokenizer",
|
|
|
+ "webmozart/assert",
|
|
|
+ "yiisoft/yii2-debug",
|
|
|
+ "yiisoft/yii2-faker",
|
|
|
+ "yiisoft/yii2-gii"
|
|
|
+ ]
|
|
|
+}
|