Created
June 11, 2019 13:47
-
-
Save samdark/10fc336ae546ceb1cbd5d19d3031f37a to your computer and use it in GitHub Desktop.
yii-demo 2019.06.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_readme": [ | |
| "This file locks the dependencies of your project to a known state", | |
| "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | |
| "This file is @generated automatically" | |
| ], | |
| "content-hash": "3c5ebbee4c63d262290c75bc24c2e892", | |
| "packages": [ | |
| { | |
| "name": "cebe/markdown", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/cebe/markdown.git", | |
| "reference": "eeb1bf622e80f337479e00a5db94c56e7cf1326b" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/cebe/markdown/zipball/eeb1bf622e80f337479e00a5db94c56e7cf1326b", | |
| "reference": "eeb1bf622e80f337479e00a5db94c56e7cf1326b", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "lib-pcre": "*", | |
| "php": ">=5.4.0" | |
| }, | |
| "require-dev": { | |
| "cebe/indent": "*", | |
| "facebook/xhprof": "*@dev", | |
| "phpunit/phpunit": "4.1.*" | |
| }, | |
| "bin": [ | |
| "bin/markdown" | |
| ], | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.2.x-dev" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2018-12-10T09:41:35+00:00" | |
| }, | |
| { | |
| "name": "doctrine/lexer", | |
| "version": "1.0.2", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/doctrine/lexer.git", | |
| "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", | |
| "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.2" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^4.5" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Roman Borschel", | |
| "email": "roman@code-factory.org" | |
| }, | |
| { | |
| "name": "Guilherme Blanco", | |
| "email": "guilhermeblanco@gmail.com" | |
| }, | |
| { | |
| "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" | |
| ], | |
| "time": "2019-06-08T11:03:04+00:00" | |
| }, | |
| { | |
| "name": "egulias/email-validator", | |
| "version": "2.1.8", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/egulias/EmailValidator.git", | |
| "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c26463ff9241f27907112fbcd0c86fa670cfef98", | |
| "reference": "c26463ff9241f27907112fbcd0c86fa670cfef98", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "doctrine/lexer": "^1.0.1", | |
| "php": ">= 5.5" | |
| }, | |
| "require-dev": { | |
| "dominicsayers/isemail": "dev-master", | |
| "phpunit/phpunit": "^4.8.35||^5.7||^6.0", | |
| "satooshi/php-coveralls": "^1.0.1" | |
| }, | |
| "suggest": { | |
| "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "2.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Egulias\\EmailValidator\\": "EmailValidator" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2019-05-16T22:02:54+00:00" | |
| }, | |
| { | |
| "name": "hiqdev/composer-config-plugin", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/hiqdev/composer-config-plugin.git", | |
| "reference": "820a9e6804f8e955597d81eced85dd8d15577000" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/hiqdev/composer-config-plugin/zipball/820a9e6804f8e955597d81eced85dd8d15577000", | |
| "reference": "820a9e6804f8e955597d81eced85dd8d15577000", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "composer-plugin-api": "^1.0", | |
| "php": ">=7.0.0" | |
| }, | |
| "require-dev": { | |
| "composer/composer": "~1.0@dev" | |
| }, | |
| "suggest": { | |
| "symfony/yaml": "^2.0 || ^3.0 || ^4.0 for YAML files support", | |
| "vlucas/phpdotenv": "^2.0 for `.env` files support" | |
| }, | |
| "type": "composer-plugin", | |
| "extra": { | |
| "class": "hiqdev\\composer\\config\\Plugin", | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "hiqdev\\composer\\config\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Andrii Vasyliev", | |
| "email": "sol@hiqdev.com", | |
| "homepage": "http://hipanel.com/", | |
| "role": "Project lead" | |
| }, | |
| { | |
| "name": "Dmitry Naumenko", | |
| "email": "d.naumenko.a@gmail.com", | |
| "homepage": "http://silverfire.me/", | |
| "role": "Lead backend developer" | |
| }, | |
| { | |
| "name": "Andrey Klochok", | |
| "email": "andreyklochok@gmail.com", | |
| "homepage": "http://hiqdev.com/", | |
| "role": "Lead frontend developer" | |
| }, | |
| { | |
| "name": "Yuriy Myronchuk", | |
| "email": "bladeroot@gmail.com", | |
| "homepage": "http://hiqdev.com/", | |
| "role": "QA Lead" | |
| } | |
| ], | |
| "description": "Composer plugin for config assembling", | |
| "homepage": "https://github.com/hiqdev/composer-config-plugin", | |
| "keywords": [ | |
| "assembling", | |
| "composer", | |
| "config", | |
| "plugin" | |
| ], | |
| "time": "2019-05-12T18:15:35+00:00" | |
| }, | |
| { | |
| "name": "nikic/fast-route", | |
| "version": "v1.3.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/nikic/FastRoute.git", | |
| "reference": "181d480e08d9476e61381e04a71b34dc0432e812" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", | |
| "reference": "181d480e08d9476e61381e04a71b34dc0432e812", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.4.0" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^4.8.35|~5.7" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-4": { | |
| "FastRoute\\": "src/" | |
| }, | |
| "files": [ | |
| "src/functions.php" | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Nikita Popov", | |
| "email": "nikic@php.net" | |
| } | |
| ], | |
| "description": "Fast request router for PHP", | |
| "keywords": [ | |
| "router", | |
| "routing" | |
| ], | |
| "time": "2018-02-13T20:26:39+00:00" | |
| }, | |
| { | |
| "name": "nyholm/psr7", | |
| "version": "1.1.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/Nyholm/psr7.git", | |
| "reference": "701fe7ea8c12c07b985b156d589134d328160cf7" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/Nyholm/psr7/zipball/701fe7ea8c12c07b985b156d589134d328160cf7", | |
| "reference": "701fe7ea8c12c07b985b156d589134d328160cf7", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.1", | |
| "php-http/message-factory": "^1.0", | |
| "psr/http-factory": "^1.0", | |
| "psr/http-message": "^1.0" | |
| }, | |
| "provide": { | |
| "psr/http-factory-implementation": "1.0", | |
| "psr/http-message-implementation": "1.0" | |
| }, | |
| "require-dev": { | |
| "http-interop/http-factory-tests": "dev-master", | |
| "php-http/psr7-integration-tests": "dev-master", | |
| "phpunit/phpunit": "^7.5" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Nyholm\\Psr7\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Tobias Nyholm", | |
| "email": "tobias.nyholm@gmail.com" | |
| }, | |
| { | |
| "name": "Martijn van der Ven", | |
| "email": "martijn@vanderven.se" | |
| } | |
| ], | |
| "description": "A fast PHP7 implementation of PSR-7", | |
| "homepage": "http://tnyholm.se", | |
| "keywords": [ | |
| "psr-17", | |
| "psr-7" | |
| ], | |
| "time": "2019-02-16T17:20:43+00:00" | |
| }, | |
| { | |
| "name": "php-http/message-factory", | |
| "version": "v1.0.2", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-http/message-factory.git", | |
| "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", | |
| "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.4", | |
| "psr/http-message": "^1.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Http\\Message\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Márk Sági-Kazár", | |
| "email": "mark.sagikazar@gmail.com" | |
| } | |
| ], | |
| "description": "Factory interfaces for PSR-7 HTTP Message", | |
| "homepage": "http://php-http.org", | |
| "keywords": [ | |
| "factory", | |
| "http", | |
| "message", | |
| "stream", | |
| "uri" | |
| ], | |
| "time": "2015-12-19T14:08:53+00:00" | |
| }, | |
| { | |
| "name": "psr/container", | |
| "version": "1.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/container.git", | |
| "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
| "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Container\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "http://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common Container Interface (PHP FIG PSR-11)", | |
| "homepage": "https://github.com/php-fig/container", | |
| "keywords": [ | |
| "PSR-11", | |
| "container", | |
| "container-interface", | |
| "container-interop", | |
| "psr" | |
| ], | |
| "time": "2017-02-14T16:28:37+00:00" | |
| }, | |
| { | |
| "name": "psr/http-factory", | |
| "version": "1.0.1", | |
| "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": "" | |
| }, | |
| "require": { | |
| "php": ">=7.0.0", | |
| "psr/http-message": "^1.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Message\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "http://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interfaces for PSR-7 HTTP message factories", | |
| "keywords": [ | |
| "factory", | |
| "http", | |
| "message", | |
| "psr", | |
| "psr-17", | |
| "psr-7", | |
| "request", | |
| "response" | |
| ], | |
| "time": "2019-04-30T12:38:16+00:00" | |
| }, | |
| { | |
| "name": "psr/http-message", | |
| "version": "1.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/http-message.git", | |
| "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Message\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "http://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interface for HTTP messages", | |
| "homepage": "https://github.com/php-fig/http-message", | |
| "keywords": [ | |
| "http", | |
| "http-message", | |
| "psr", | |
| "psr-7", | |
| "request", | |
| "response" | |
| ], | |
| "time": "2016-08-06T14:39:51+00:00" | |
| }, | |
| { | |
| "name": "psr/http-server-handler", | |
| "version": "1.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/http-server-handler.git", | |
| "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7", | |
| "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=7.0", | |
| "psr/http-message": "^1.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Server\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "http://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interface for HTTP server-side request handler", | |
| "keywords": [ | |
| "handler", | |
| "http", | |
| "http-interop", | |
| "psr", | |
| "psr-15", | |
| "psr-7", | |
| "request", | |
| "response", | |
| "server" | |
| ], | |
| "time": "2018-10-30T16:46:14+00:00" | |
| }, | |
| { | |
| "name": "psr/http-server-middleware", | |
| "version": "1.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/http-server-middleware.git", | |
| "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5", | |
| "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=7.0", | |
| "psr/http-message": "^1.0", | |
| "psr/http-server-handler": "^1.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Server\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "http://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interface for HTTP server-side middleware", | |
| "keywords": [ | |
| "http", | |
| "http-interop", | |
| "middleware", | |
| "psr", | |
| "psr-15", | |
| "psr-7", | |
| "request", | |
| "response" | |
| ], | |
| "time": "2018-10-30T17:12:04+00:00" | |
| }, | |
| { | |
| "name": "psr/log", | |
| "version": "1.1.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/log.git", | |
| "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |
| "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Log\\": "Psr/Log/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "http://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interface for logging libraries", | |
| "homepage": "https://github.com/php-fig/log", | |
| "keywords": [ | |
| "log", | |
| "psr", | |
| "psr-3" | |
| ], | |
| "time": "2018-11-20T15:27:04+00:00" | |
| }, | |
| { | |
| "name": "psr/simple-cache", | |
| "version": "1.0.1", | |
| "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": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2017-10-23T01:57:42+00:00" | |
| }, | |
| { | |
| "name": "swiftmailer/swiftmailer", | |
| "version": "v6.2.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/swiftmailer/swiftmailer.git", | |
| "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", | |
| "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "egulias/email-validator": "~2.0", | |
| "php": ">=7.0.0", | |
| "symfony/polyfill-iconv": "^1.0", | |
| "symfony/polyfill-intl-idn": "^1.10", | |
| "symfony/polyfill-mbstring": "^1.0" | |
| }, | |
| "require-dev": { | |
| "mockery/mockery": "~0.9.1", | |
| "symfony/phpunit-bridge": "^3.4.19|^4.1.8" | |
| }, | |
| "suggest": { | |
| "ext-intl": "Needed to support internationalized email addresses", | |
| "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "6.2-dev" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2019-04-21T09:21:45+00:00" | |
| }, | |
| { | |
| "name": "symfony/polyfill-ctype", | |
| "version": "v1.11.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/polyfill-ctype.git", | |
| "reference": "82ebae02209c21113908c229e9883c419720738a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", | |
| "reference": "82ebae02209c21113908c229e9883c419720738a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "suggest": { | |
| "ext-ctype": "For best performance" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.11-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Symfony\\Polyfill\\Ctype\\": "" | |
| }, | |
| "files": [ | |
| "bootstrap.php" | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Symfony Community", | |
| "homepage": "https://symfony.com/contributors" | |
| }, | |
| { | |
| "name": "Gert de Pagter", | |
| "email": "BackEndTea@gmail.com" | |
| } | |
| ], | |
| "description": "Symfony polyfill for ctype functions", | |
| "homepage": "https://symfony.com", | |
| "keywords": [ | |
| "compatibility", | |
| "ctype", | |
| "polyfill", | |
| "portable" | |
| ], | |
| "time": "2019-02-06T07:57:58+00:00" | |
| }, | |
| { | |
| "name": "symfony/polyfill-iconv", | |
| "version": "v1.11.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/polyfill-iconv.git", | |
| "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", | |
| "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "suggest": { | |
| "ext-iconv": "For best performance" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.11-dev" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2019-02-06T07:57:58+00:00" | |
| }, | |
| { | |
| "name": "symfony/polyfill-intl-idn", | |
| "version": "v1.11.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/polyfill-intl-idn.git", | |
| "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af", | |
| "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3", | |
| "symfony/polyfill-mbstring": "^1.3", | |
| "symfony/polyfill-php72": "^1.9" | |
| }, | |
| "suggest": { | |
| "ext-intl": "For best performance" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.9-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Symfony\\Polyfill\\Intl\\Idn\\": "" | |
| }, | |
| "files": [ | |
| "bootstrap.php" | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Symfony Community", | |
| "homepage": "https://symfony.com/contributors" | |
| }, | |
| { | |
| "name": "Laurent Bassin", | |
| "email": "laurent@bassin.info" | |
| } | |
| ], | |
| "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" | |
| ], | |
| "time": "2019-03-04T13:44:35+00:00" | |
| }, | |
| { | |
| "name": "symfony/polyfill-mbstring", | |
| "version": "v1.11.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/polyfill-mbstring.git", | |
| "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", | |
| "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "suggest": { | |
| "ext-mbstring": "For best performance" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.11-dev" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2019-02-06T07:57:58+00:00" | |
| }, | |
| { | |
| "name": "symfony/polyfill-php72", | |
| "version": "v1.11.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/polyfill-php72.git", | |
| "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c", | |
| "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.3" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.11-dev" | |
| } | |
| }, | |
| "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" | |
| ], | |
| "time": "2019-02-06T07:57:58+00:00" | |
| }, | |
| { | |
| "name": "vlucas/phpdotenv", | |
| "version": "v2.6.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/vlucas/phpdotenv.git", | |
| "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5", | |
| "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3.9", | |
| "symfony/polyfill-ctype": "^1.9" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^4.8.35 || ^5.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "2.6-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Dotenv\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Vance Lucas", | |
| "email": "vance@vancelucas.com", | |
| "homepage": "http://www.vancelucas.com" | |
| } | |
| ], | |
| "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", | |
| "keywords": [ | |
| "dotenv", | |
| "env", | |
| "environment" | |
| ], | |
| "time": "2019-01-29T11:11:52+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/access", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/access.git", | |
| "reference": "e9a9c2130ccc0752167ce71c5fcafd063aa758ca" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/access/zipball/e9a9c2130ccc0752167ce71c5fcafd063aa758ca", | |
| "reference": "e9a9c2130ccc0752167ce71c5fcafd063aa758ca", | |
| "shasum": "" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Access\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "description": "An interface for checking access", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "rbac", | |
| "yii" | |
| ], | |
| "time": "2019-05-29T15:16:00+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/active-record", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/active-record.git", | |
| "reference": "65ab9b7ae1eedb45b6e4c5fdcead51b6b42cec0c" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/active-record/zipball/65ab9b7ae1eedb45b6e4c5fdcead51b6b42cec0c", | |
| "reference": "65ab9b7ae1eedb45b6e4c5fdcead51b6b42cec0c", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/db": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php", | |
| "tests": [ | |
| "$common" | |
| ] | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\ActiveRecord\\": "src", | |
| "Yiisoft\\ActiveRecord\\Tests\\": "tests" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 ActiveRecord Library", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "Active Record", | |
| "yii" | |
| ], | |
| "time": "2019-06-07T14:15:30+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/arrays", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/arrays.git", | |
| "reference": "38644ed14389b2964363734a0d343070bc5872bd" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/arrays/zipball/38644ed14389b2964363734a0d343070bc5872bd", | |
| "reference": "38644ed14389b2964363734a0d343070bc5872bd", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.2", | |
| "yiisoft/strings": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^7.2" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Arrays\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Robert Korulczyk", | |
| "email": "robert@korulczyk.pl" | |
| }, | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/", | |
| "role": "Founder and former project lead" | |
| } | |
| ], | |
| "description": "Yii - Array Helper", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "array", | |
| "helper", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:20:58+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/cache", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/cache.git", | |
| "reference": "09fb6472b4a5d982315bf8495f1a170ff582e6ca" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/cache/zipball/09fb6472b4a5d982315bf8495f1a170ff582e6ca", | |
| "reference": "09fb6472b4a5d982315bf8495f1a170ff582e6ca", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-ctype": "*", | |
| "ext-json": "*", | |
| "php": ">=7.1.0", | |
| "psr/simple-cache": "~1.0.0", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "provide": { | |
| "psr/simple-cache-implementation": "1.0.0" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "nyholm/psr7": "^1.0", | |
| "phpunit/phpunit": "^7.2", | |
| "yiisoft/db": "^3.0@dev", | |
| "yiisoft/db-mysql": "^3.0@dev", | |
| "yiisoft/db-pgsql": "^3.0@dev", | |
| "yiisoft/db-sqlite": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Cache\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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": "Misbahul D Munir", | |
| "email": "misbahuldmunir@gmail.com" | |
| }, | |
| { | |
| "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 Caching Library", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "cache", | |
| "yii" | |
| ], | |
| "time": "2019-05-31T10:37:49+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/db", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/db.git", | |
| "reference": "611ab6f3a5af9fb8d2abd56ba0f0e81c0e8ad15d" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/db/zipball/611ab6f3a5af9fb8d2abd56ba0f0e81c0e8ad15d", | |
| "reference": "611ab6f3a5af9fb8d2abd56ba0f0e81c0e8ad15d", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-pdo": "*", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.2", | |
| "yiisoft/active-record": "^3.0@dev", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/db-mysql": "^3.0@dev", | |
| "yiisoft/db-sqlite": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-console": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php", | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Db\\": "src", | |
| "Yiisoft\\Db\\Tests\\": "tests" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 DataBase Library", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "database", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:12:31+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/db-mysql", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/db-mysql.git", | |
| "reference": "5f671333ce3f3c184ffa0452f73de15ec433aa5e" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/db-mysql/zipball/5f671333ce3f3c184ffa0452f73de15ec433aa5e", | |
| "reference": "5f671333ce3f3c184ffa0452f73de15ec433aa5e", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/db": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/active-record": "^3.0@dev", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-console": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php", | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Db\\Mysql\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 DataBase MySQL Extension", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "mysql", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:07:25+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/di", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/di.git", | |
| "reference": "0503ab88481d5e2183a4092945ae81008b80c1ad" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/di/zipball/0503ab88481d5e2183a4092945ae81008b80c1ad", | |
| "reference": "0503ab88481d5e2183a4092945ae81008b80c1ad", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-mbstring": "*", | |
| "php": "^7.1.0", | |
| "psr/container": "1.0.0" | |
| }, | |
| "provide": { | |
| "psr/container-implementation": "1.0.0" | |
| }, | |
| "require-dev": { | |
| "phpbench/phpbench": "^0.14.0", | |
| "phpunit/phpunit": "^7.2", | |
| "squizlabs/php_codesniffer": "^3.3" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "yii\\di\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/", | |
| "role": "Core framework development" | |
| } | |
| ], | |
| "description": "Yii DI container", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "Autowiring", | |
| "PSR-11", | |
| "container", | |
| "dependency", | |
| "di", | |
| "injection", | |
| "injector" | |
| ], | |
| "time": "2019-06-08T19:44:39+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/log", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/log.git", | |
| "reference": "bf515d80c85ddf1e9824e6c5a3c086324cd6c2d5" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/log/zipball/bf515d80c85ddf1e9824e6c5a3c086324cd6c2d5", | |
| "reference": "bf515d80c85ddf1e9824e6c5a3c086324cd6c2d5", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "psr/log": "^1.1", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/var-dumper": "^3.0@dev" | |
| }, | |
| "provide": { | |
| "psr/log-implementation": "1.0.0" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3" | |
| }, | |
| "suggest": { | |
| "yiisoft/log-target-db": "version ^3.0 for saving logs to the database", | |
| "yiisoft/log-target-email": "version ^3.0 for sending logs by email", | |
| "yiisoft/log-target-file": "version ^3.0 for saving logs to filesystem", | |
| "yiisoft/log-target-syslog": "version ^3.0 for saving logs to Syslog" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Log\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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" | |
| }, | |
| { | |
| "name": "Bizley", | |
| "email": "pawel@positive.codes" | |
| } | |
| ], | |
| "description": "Yii Logging Library", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "framework", | |
| "log", | |
| "logger", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:02:04+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/log-target-file", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/log-target-file.git", | |
| "reference": "83901c046ecaa7e56c3ffc6ce1873370cdd7aa94" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/log-target-file/zipball/83901c046ecaa7e56c3ffc6ce1873370cdd7aa94", | |
| "reference": "83901c046ecaa7e56c3ffc6ce1873370cdd7aa94", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/log": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "common": "config/common.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Log\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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" | |
| }, | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/", | |
| "role": "Founder and former project lead" | |
| } | |
| ], | |
| "description": "Yii Logging Library - File Target", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "framework", | |
| "log", | |
| "logger", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T15:58:57+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/rbac", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/rbac.git", | |
| "reference": "09db6c9fed4390b96b78729b293f5ad1f098d9fd" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/rbac/zipball/09db6c9fed4390b96b78729b293f5ad1f098d9fd", | |
| "reference": "09db6c9fed4390b96b78729b293f5ad1f098d9fd", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/access": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/var-dumper": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "friendsofphp/php-cs-fixer": "^2.2", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "psr/log": "~1.1.0", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/db": "^3.0@dev", | |
| "yiisoft/db-mysql": "^3.0@dev", | |
| "yiisoft/db-pgsql": "^3.0@dev", | |
| "yiisoft/db-sqlite": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-console": "^3.0@dev" | |
| }, | |
| "suggest": { | |
| "yiisoft/db": "^3.0 for data base" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php", | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Rbac\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/", | |
| "role": "Core framework development" | |
| }, | |
| { | |
| "name": "Carsten Brandt", | |
| "email": "mail@cebe.cc", | |
| "homepage": "http://cebe.cc/", | |
| "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" | |
| } | |
| ], | |
| "description": "Yii Role-Based Access Control Library", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "rbac", | |
| "yii" | |
| ], | |
| "time": "2019-05-29T16:39:38+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/router", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/router.git", | |
| "reference": "4e267c749df0b6f9a7d62d1ed9df90a20212c1c3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/router/zipball/4e267c749df0b6f9a7d62d1ed9df90a20212c1c3", | |
| "reference": "4e267c749df0b6f9a7d62d1ed9df90a20212c1c3", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.2", | |
| "psr/http-message": "^1.0", | |
| "psr/http-server-handler": "^1.0", | |
| "psr/http-server-middleware": "^1.0" | |
| }, | |
| "require-dev": { | |
| "nyholm/psr7": "^1.0", | |
| "phpunit/phpunit": "^7.2" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Router\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/", | |
| "role": "Core framework development" | |
| } | |
| ], | |
| "description": "Yii router", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "middleware", | |
| "router", | |
| "web" | |
| ], | |
| "time": "2019-06-10T13:02:02+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/router-fastroute", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/router-fastroute.git", | |
| "reference": "8d51733431b44a0c7d6970d5bbfbc1b109089d07" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/router-fastroute/zipball/8d51733431b44a0c7d6970d5bbfbc1b109089d07", | |
| "reference": "8d51733431b44a0c7d6970d5bbfbc1b109089d07", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "nikic/fast-route": "^1.3", | |
| "php": "^7.2", | |
| "yiisoft/router": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "nyholm/psr7": "^1.0", | |
| "phpunit/phpunit": "^7.2" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Router\\FastRoute\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/", | |
| "role": "Core framework development" | |
| } | |
| ], | |
| "description": "Yii router FastRoute adpapter", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "FastRoute", | |
| "router" | |
| ], | |
| "time": "2019-06-01T10:26:45+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/strings", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/strings.git", | |
| "reference": "fe003d4724d954b61deaf9f5bd72fea7ac205fb1" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/strings/zipball/fe003d4724d954b61deaf9f5bd72fea7ac205fb1", | |
| "reference": "fe003d4724d954b61deaf9f5bd72fea7ac205fb1", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-mbstring": "*", | |
| "php": "^7.2" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^7.2" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Strings\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/", | |
| "role": "Core framework development" | |
| }, | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/", | |
| "role": "Founder and former project lead" | |
| } | |
| ], | |
| "description": "Yii - String Helper", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "helper", | |
| "string", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:09:36+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/var-dumper", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/var-dumper.git", | |
| "reference": "97a404894e91b68e1e734883d44f1866b7b9f8dd" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/var-dumper/zipball/97a404894e91b68e1e734883d44f1866b7b9f8dd", | |
| "reference": "97a404894e91b68e1e734883d44f1866b7b9f8dd", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/arrays": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\VarDumper\\": "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/", | |
| "role": "Founder and former project lead" | |
| } | |
| ], | |
| "description": "Yii - VarDumper helper", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "framework", | |
| "helper", | |
| "var-dumper", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:07:37+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/view", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/view.git", | |
| "reference": "4272d3ac11e38c0655ced1202b5d9753d941a114" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/view/zipball/4272d3ac11e38c0655ced1202b5d9753d941a114", | |
| "reference": "4272d3ac11e38c0655ced1202b5d9753d941a114", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.2", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/var-dumper": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "friendsofphp/php-cs-fixer": "^2.2", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/event-dispatcher": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "common": "config/common.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\View\\": "src/View", | |
| "Yiisoft\\Widget\\": "src/Widget", | |
| "Yiisoft\\Asset\\": "src/Asset" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "description": "Yii View Rendering Library", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "view", | |
| "yii" | |
| ], | |
| "time": "2019-06-08T19:47:31+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-base-web", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-base-web.git", | |
| "reference": "1af339ede8478107c7b6656b8b579eb9e732e6a9" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-base-web/zipball/1af339ede8478107c7b6656b8b579eb9e732e6a9", | |
| "reference": "1af339ede8478107c7b6656b8b579eb9e732e6a9", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "hiqdev/composer-config-plugin": "dev-master", | |
| "php": ">=7.2.0", | |
| "vlucas/phpdotenv": "^2.5", | |
| "yiisoft/active-record": "^3.0@dev", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/yii-swiftmailer": "dev-master", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "foxy/foxy": "^1.0", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/yii-bootstrap4": "dev-master", | |
| "yiisoft/yii-debug": "dev-master", | |
| "yiisoft/yii-gii": "dev-master" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "common": "config/common.php", | |
| "web": "config/web.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\Base\\Web\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Paul Klimov", | |
| "email": "klimov.paul@gmail.com" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru" | |
| } | |
| ], | |
| "description": "Yii Framework Web Application Base", | |
| "homepage": "https://github.com/yiisoft/yii-base-web", | |
| "keywords": [ | |
| "application", | |
| "framework", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T15:56:37+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-bootstrap4", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-bootstrap4.git", | |
| "reference": "2d2adff09c054f6dad1e5bf40b338e66f62c848a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-bootstrap4/zipball/2d2adff09c054f6dad1e5bf40b338e66f62c848a", | |
| "reference": "2d2adff09c054f6dad1e5bf40b338e66f62c848a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev", | |
| "yiisoft/yii-jquery": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "provide": { | |
| "yiisoft/yii-bootstrap-implementation": "3.0.0" | |
| }, | |
| "require-dev": { | |
| "foxy/foxy": "^1.0", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/yii-captcha": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\Bootstrap4\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Paul Klimov", | |
| "email": "klimov.paul@gmail.com" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/" | |
| }, | |
| { | |
| "name": "Antonio Ramirez", | |
| "email": "amigo.cobos@gmail.com" | |
| }, | |
| { | |
| "name": "Simon Karlen", | |
| "email": "simi.albi@gmail.com" | |
| }, | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/" | |
| } | |
| ], | |
| "description": "Yii Framework Twitter Bootstrap 4 Extension", | |
| "keywords": [ | |
| "bootstrap", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T15:58:08+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-captcha", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-captcha.git", | |
| "reference": "8be6dac4950c723e5a8959a1d226b27f6e671893" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-captcha/zipball/8be6dac4950c723e5a8959a1d226b27f6e671893", | |
| "reference": "8be6dac4950c723e5a8959a1d226b27f6e671893", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-json": "*", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev", | |
| "yiisoft/yii-jquery": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\Captcha\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com" | |
| }, | |
| { | |
| "name": "Paul Klimov", | |
| "email": "klimov.paul@gmail.com" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/" | |
| } | |
| ], | |
| "description": "Yii Framework CAPTCHA Extension", | |
| "keywords": [ | |
| "captcha", | |
| "turing test", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:15:45+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-console", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-console.git", | |
| "reference": "64b20e7e662ff52530294a5aec51229f291f1278" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-console/zipball/64b20e7e662ff52530294a5aec51229f291f1278", | |
| "reference": "64b20e7e662ff52530294a5aec51229f291f1278", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "cebe/markdown": "^1.2", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/db": "^3.0@dev", | |
| "yiisoft/db-mysql": "^3.0@dev", | |
| "yiisoft/db-sqlite": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "bin": [ | |
| "bin/yii" | |
| ], | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "console": "config/console.php" | |
| }, | |
| "config-plugin-dev": { | |
| "tests": [ | |
| "$console", | |
| "config/tests.php" | |
| ] | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\Console\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 Framework Console Extension", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "console", | |
| "yii" | |
| ], | |
| "time": "2019-05-31T06:57:56+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-core", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-core.git", | |
| "reference": "a0f721150c6f5cd7ba6032c02778ca612678072c" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-core/zipball/a0f721150c6f5cd7ba6032c02778ca612678072c", | |
| "reference": "a0f721150c6f5cd7ba6032c02778ca612678072c", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-ctype": "*", | |
| "ext-json": "*", | |
| "ext-mbstring": "*", | |
| "lib-pcre": "*", | |
| "php": ">=7.1.0", | |
| "psr/container-implementation": "^1.0", | |
| "psr/log-implementation": "^1.0", | |
| "psr/simple-cache-implementation": "^1.0", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev" | |
| }, | |
| "conflict": { | |
| "yiisoft/yii2": "*", | |
| "yiisoft/yii2-dev": "*" | |
| }, | |
| "require-dev": { | |
| "ezyang/htmlpurifier": "^4.6", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "nyholm/psr7": "^1.0", | |
| "phpunit/phpunit": "^7.2", | |
| "yiisoft/active-record": "^3.0@dev", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/db": "^3.0@dev", | |
| "yiisoft/db-mysql": "^3.0@dev", | |
| "yiisoft/db-sqlite": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/rbac": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-console": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "suggest": { | |
| "ext-intl": "Required for advanced i18n", | |
| "ezyang/htmlpurifier": "Version '^4.6' is required at 'yii\\helpers\\HtmlPurifier' and for 'html' data format support (e.g. 'yii\\i18n\\Formatter:asHtml()')", | |
| "yiisoft/cache": "Caching implementation", | |
| "yiisoft/db": "Required for i18n DbMessageSource", | |
| "yiisoft/di": "DI container implementation", | |
| "yiisoft/log": "Logging implementation" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "defines": "config/defines.php", | |
| "params": "config/params.php", | |
| "common": "config/common.php", | |
| "console": "$common", | |
| "web": "$common", | |
| "build": [ | |
| "$console", | |
| "config/build.php" | |
| ], | |
| "tests": [ | |
| "$console", | |
| "config/tests.php" | |
| ] | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "yii\\": "src", | |
| "yii\\tests\\": "tests" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com", | |
| "homepage": "http://www.yiiframework.com/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 Framework Core", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "framework", | |
| "yii" | |
| ], | |
| "time": "2019-06-10T22:02:57+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-dataview", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-dataview.git", | |
| "reference": "fb916851d380a1953e74a5f2e1ea3e73eb77fb8a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-dataview/zipball/fb916851d380a1953e74a5f2e1ea3e73eb77fb8a", | |
| "reference": "fb916851d380a1953e74a5f2e1ea3e73eb77fb8a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "friendsofphp/php-cs-fixer": "^2.2", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "suggest": { | |
| "yiisoft/yii-core": "^3.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\DataView\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 Framework Data Displaying Extension", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "view", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:05:23+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-debug", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-debug.git", | |
| "reference": "c3c25864dfa5323b49ff5dd300e9096850565b6a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-debug/zipball/c3c25864dfa5323b49ff5dd300e9096850565b6a", | |
| "reference": "c3c25864dfa5323b49ff5dd300e9096850565b6a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-mbstring": "*", | |
| "psr/log": "^1.1", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev", | |
| "yiisoft/yii-dataview": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "web": "config/web.php", | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\Debug\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com" | |
| } | |
| ], | |
| "description": "Yii Framework Debug Panel Extension", | |
| "keywords": [ | |
| "debug", | |
| "debugger", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:02:20+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-jquery", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-jquery.git", | |
| "reference": "4da586774009f167d6dc1a162ff5296df2c06014" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-jquery/zipball/4da586774009f167d6dc1a162ff5296df2c06014", | |
| "reference": "4da586774009f167d6dc1a162ff5296df2c06014", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "foxy/foxy": "^1.0", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/yii-dataview": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\JQuery\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Qiang Xue", | |
| "email": "qiang.xue@gmail.com" | |
| }, | |
| { | |
| "name": "Paul Klimov", | |
| "email": "klimov.paul@gmail.com" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://rmcreative.ru/" | |
| }, | |
| { | |
| "name": "Dmitry Naumenko", | |
| "email": "d.naumenko.a@gmail.com" | |
| } | |
| ], | |
| "description": "Yii Framework jQuery Extension", | |
| "keywords": [ | |
| "client script", | |
| "javascript", | |
| "jquery", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T15:59:51+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-swiftmailer", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-swiftmailer.git", | |
| "reference": "7ed9511699536cd59ba3d704962db63152f07df1" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-swiftmailer/zipball/7ed9511699536cd59ba3d704962db63152f07df1", | |
| "reference": "7ed9511699536cd59ba3d704962db63152f07df1", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "swiftmailer/swiftmailer": "~6.0", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "require-dev": { | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/yii-web": "^3.0@dev" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "common": "config/common.php", | |
| "tests": "config/tests.php" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Yii\\SwiftMailer\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "BSD-3-Clause" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Paul Klimov", | |
| "email": "klimov.paul@gmail.com" | |
| } | |
| ], | |
| "description": "Yii Framework Swift Mailer Extension", | |
| "keywords": [ | |
| "email", | |
| "mail", | |
| "mailer", | |
| "swift", | |
| "swiftmailer", | |
| "yii" | |
| ], | |
| "time": "2019-05-23T16:17:16+00:00" | |
| }, | |
| { | |
| "name": "yiisoft/yii-web", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/yiisoft/yii-web.git", | |
| "reference": "1074dc5f796a5fbd8ab7fbfbd1abf1aacc303f19" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/yiisoft/yii-web/zipball/1074dc5f796a5fbd8ab7fbfbd1abf1aacc303f19", | |
| "reference": "1074dc5f796a5fbd8ab7fbfbd1abf1aacc303f19", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "psr/container": "1.0.0", | |
| "psr/container-implementation": "1.0.0", | |
| "psr/http-factory": "^1.0", | |
| "psr/http-factory-implementation": "1.0", | |
| "psr/http-message": "^1.0", | |
| "psr/http-message-implementation": "1.0", | |
| "psr/http-server-handler": "^1.0", | |
| "psr/http-server-middleware": "^1.0", | |
| "yiisoft/access": "^3.0@dev", | |
| "yiisoft/arrays": "^3.0@dev", | |
| "yiisoft/router": "^3.0@dev", | |
| "yiisoft/strings": "^3.0@dev", | |
| "yiisoft/view": "^3.0@dev", | |
| "yiisoft/yii-core": "^3.0@dev" | |
| }, | |
| "provide": { | |
| "psr/http-message-implementation": "1.0" | |
| }, | |
| "require-dev": { | |
| "cebe/indent": "~1.0.2", | |
| "ezyang/htmlpurifier": "~4.6", | |
| "friendsofphp/php-cs-fixer": "^2.2", | |
| "hiqdev/composer-config-plugin": "^1.0@dev", | |
| "nyholm/psr7": "^1.0", | |
| "phpunit/phpunit": "^7.3", | |
| "yiisoft/cache": "^3.0@dev", | |
| "yiisoft/db": "^3.0@dev", | |
| "yiisoft/db-mysql": "^3.0@dev", | |
| "yiisoft/db-pgsql": "^3.0@dev", | |
| "yiisoft/db-sqlite": "^3.0@dev", | |
| "yiisoft/di": "^3.0@dev", | |
| "yiisoft/log": "^3.0@dev", | |
| "yiisoft/router-fastroute": "^3.0@dev", | |
| "yiisoft/var-dumper": "^3.0@dev", | |
| "yiisoft/yii-console": "^3.0@dev" | |
| }, | |
| "suggest": { | |
| "yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "3.0.x-dev" | |
| }, | |
| "config-plugin": { | |
| "params": "config/params.php", | |
| "web": "config/web.php", | |
| "tests": "$web" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Yiisoft\\Web\\": "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/", | |
| "role": "Founder and project lead" | |
| }, | |
| { | |
| "name": "Alexander Makarov", | |
| "email": "sam@rmcreative.ru", | |
| "homepage": "http://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": "http://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 Framework Web Extension", | |
| "homepage": "http://www.yiiframework.com/", | |
| "keywords": [ | |
| "framework", | |
| "yii" | |
| ], | |
| "time": "2019-06-10T22:55:14+00:00" | |
| } | |
| ], | |
| "packages-dev": [], | |
| "aliases": [], | |
| "minimum-stability": "stable", | |
| "stability-flags": { | |
| "yiisoft/active-record": 20, | |
| "yiisoft/arrays": 20, | |
| "yiisoft/cache": 20, | |
| "yiisoft/db": 20, | |
| "yiisoft/db-mysql": 20, | |
| "yiisoft/di": 20, | |
| "yiisoft/log": 20, | |
| "yiisoft/log-target-file": 20, | |
| "yiisoft/rbac": 20, | |
| "yiisoft/strings": 20, | |
| "yiisoft/var-dumper": 20, | |
| "yiisoft/access": 20, | |
| "yiisoft/view": 20, | |
| "yiisoft/router": 20, | |
| "yiisoft/router-fastroute": 20, | |
| "yiisoft/yii-base-web": 20, | |
| "yiisoft/yii-bootstrap4": 20, | |
| "yiisoft/yii-captcha": 20, | |
| "yiisoft/yii-console": 20, | |
| "yiisoft/yii-core": 20, | |
| "yiisoft/yii-dataview": 20, | |
| "yiisoft/yii-debug": 20, | |
| "yiisoft/yii-jquery": 20, | |
| "yiisoft/yii-web": 20, | |
| "cebe/markdown": 20, | |
| "yiisoft/yii-swiftmailer": 20, | |
| "hiqdev/composer-config-plugin": 20 | |
| }, | |
| "prefer-stable": false, | |
| "prefer-lowest": false, | |
| "platform": { | |
| "php": "^7.2" | |
| }, | |
| "platform-dev": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment