{ "_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": "6f764ec1f379884bb513e7adbdc8dc55", "packages": [ { "name": "bower-asset/bootstrap", "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/twbs/bootstrap.git", "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e", "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" }, "require": { "bower-asset/jquery": ">=1.9.1,<4.0" }, "type": "bower-asset", "license": [ "MIT" ] }, { "name": "bower-asset/inputmask", "version": "3.3.11", "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", "license": [ "http://opensource.org/licenses/mit-license.php" ] }, { "name": "bower-asset/jquery", "version": "3.5.1", "source": { "type": "git", "url": "git@github.com:jquery/jquery-dist.git", "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" }, "type": "bower-asset", "license": [ "MIT" ] }, { "name": "bower-asset/jquery-ui", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/components/jqueryui.git", "reference": "44ecf3794cc56b65954cc19737234a3119d036cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc", "reference": "44ecf3794cc56b65954cc19737234a3119d036cc" }, "require": { "bower-asset/jquery": ">=1.6" }, "type": "bower-asset", "license": [ "MIT" ] }, { "name": "bower-asset/punycode", "version": "v1.3.2", "source": { "type": "git", "url": "git@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" }, { "name": "bower-asset/yii2-pjax", "version": "2.0.7.1", "source": { "type": "git", "url": "https://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", "license": [ "MIT" ] }, { "name": "cebe/markdown", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/cebe/markdown.git", "reference": "f681fee8303310415b746f3758eeda0a7ad08bda" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda", "reference": "f681fee8303310415b746f3758eeda0a7ad08bda", "shasum": "" }, "require": { "lib-pcre": "*", "php": ">=5.4.0" }, "require-dev": { "cebe/indent": "*", "facebook/xhprof": "*@dev", "phpunit/phpunit": "3.7.*" }, "bin": [ "bin/markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.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": "2015-03-06T05:21:16+00:00" }, { "name": "codeception/phpunit-wrapper", "version": "8.1.3", "source": { "type": "git", "url": "https://github.com/Codeception/phpunit-wrapper.git", "reference": "8c2c9b49d20b6e2d61e926a16b1bf2cee5f4db9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/8c2c9b49d20b6e2d61e926a16b1bf2cee5f4db9c", "reference": "8c2c9b49d20b6e2d61e926a16b1bf2cee5f4db9c", "shasum": "" }, "require": { "php": ">=7.2", "phpunit/php-code-coverage": "^7.0", "phpunit/phpunit": "^8.0", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0" }, "require-dev": { "codeception/specify": "*", "vlucas/phpdotenv": "^3.0" }, "type": "library", "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", "time": "2020-10-11T18:16:48+00:00" }, { "name": "codeception/stub", "version": "3.7.0", "source": { "type": "git", "url": "https://github.com/Codeception/Stub.git", "reference": "468dd5fe659f131fc997f5196aad87512f9b1304" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/Stub/zipball/468dd5fe659f131fc997f5196aad87512f9b1304", "reference": "468dd5fe659f131fc997f5196aad87512f9b1304", "shasum": "" }, "require": { "phpunit/phpunit": "^8.4 | ^9.0" }, "type": "library", "autoload": { "psr-4": { "Codeception\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", "time": "2020-07-03T15:54:43+00:00" }, { "name": "doctrine/instantiator", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.13", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-shim": "^0.11", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "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": "http://ocramius.github.com/" } ], "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" } ], "time": "2020-05-29T17:27:14+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.13.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": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "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" ], "time": "2020-06-29T00:56:53+00:00" }, { "name": "firebase/php-jwt", "version": "v5.2.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb", "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": ">=4.8 <=9" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "time": "2020-03-25T18:49:23+00:00" }, { "name": "imagine/imagine", "version": "v0.7.1", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", "reference": "a9a702a946073cbca166718f1b02a1e72d742daa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/a9a702a946073cbca166718f1b02a1e72d742daa", "reference": "a9a702a946073cbca166718f1b02a1e72d742daa", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "sami/sami": "^3.3", "symfony/phpunit-bridge": "^3.2" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-0": { "Imagine": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "time": "2017-05-16T10:31:22+00:00" }, { "name": "jbroadway/urlify", "version": "1.2.2-stable", "source": { "type": "git", "url": "https://github.com/jbroadway/urlify.git", "reference": "9b227e8548f16268cef55b5eb5d659a801fa824b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jbroadway/urlify/zipball/9b227e8548f16268cef55b5eb5d659a801fa824b", "reference": "9b227e8548f16268cef55b5eb5d659a801fa824b", "shasum": "" }, "require": { "php": ">=7.2.0", "voku/portable-ascii": "^1.4", "voku/stop-words": "^2.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "URLify": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause-Clear" ], "authors": [ { "name": "Johnny Broadway", "email": "johnny@johnnybroadway.com", "homepage": "http://www.johnnybroadway.com/" } ], "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", "homepage": "https://github.com/jbroadway/urlify", "keywords": [ "encode", "iconv", "link", "slug", "translit", "transliterate", "transliteration", "url", "urlify" ], "time": "2020-06-14T17:15:34+00:00" }, { "name": "kartik-v/bootstrap-fileinput", "version": "v5.1.2", "source": { "type": "git", "url": "https://github.com/kartik-v/bootstrap-fileinput.git", "reference": "05aabc0a6037b6c35e64e4762d1a037cc91cfff0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/05aabc0a6037b6c35e64e4762d1a037cc91cfff0", "reference": "05aabc0a6037b6c35e64e4762d1a037cc91cfff0", "shasum": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1.x-dev" } }, "autoload": { "psr-4": { "kartik\\plugins\\fileinput\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", "homepage": "https://github.com/kartik-v/bootstrap-fileinput", "keywords": [ "ajax", "bootstrap", "delete", "file", "image", "input", "jquery", "multiple", "preview", "progress", "upload" ], "funding": [ { "url": "https://opencollective.com/bootstrap-fileinput", "type": "open_collective" } ], "time": "2020-07-15T11:34:24+00:00" }, { "name": "kartik-v/bootstrap-star-rating", "version": "v4.0.6", "source": { "type": "git", "url": "https://github.com/kartik-v/bootstrap-star-rating.git", "reference": "cb449271f24c78ab54726232daf5b9dae3e49dbd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/bootstrap-star-rating/zipball/cb449271f24c78ab54726232daf5b9dae3e49dbd", "reference": "cb449271f24c78ab54726232daf5b9dae3e49dbd", "shasum": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", "homepage": "https://github.com/kartik-v/bootstrap-star-rating", "keywords": [ "Rating", "awesome", "bootstrap", "font", "glyphicon", "star", "svg" ], "time": "2019-05-25T06:53:46+00:00" }, { "name": "kartik-v/dependent-dropdown", "version": "v1.4.9", "source": { "type": "git", "url": "https://github.com/kartik-v/dependent-dropdown.git", "reference": "54a8806002ee21b744508a2edb95ed01d35c6cf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/dependent-dropdown/zipball/54a8806002ee21b744508a2edb95ed01d35c6cf9", "reference": "54a8806002ee21b744508a2edb95ed01d35c6cf9", "shasum": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "kartik\\plugins\\depdrop\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.", "homepage": "https://github.com/kartik-v/dependent-dropdown", "keywords": [ "dependent", "dropdown", "jquery", "option", "select" ], "time": "2019-03-09T10:53:11+00:00" }, { "name": "kartik-v/yii2-krajee-base", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-krajee-base.git", "reference": "9ddb662bdf49fdb671a90853912a40418a26a0dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/9ddb662bdf49fdb671a90853912a40418a26a0dd", "reference": "9ddb662bdf49fdb671a90853912a40418a26a0dd", "shasum": "" }, "suggest": { "yiisoft/yii2-bootstrap": "for Krajee extensions to work with Bootstrap 3.x version", "yiisoft/yii2-bootstrap4": "for Krajee extensions to work with Bootstrap 4.x version" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\base\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Base library and foundation components for all Yii2 Krajee extensions.", "homepage": "https://github.com/kartik-v/yii2-krajee-base", "keywords": [ "base", "extension", "foundation", "krajee", "widget", "yii2" ], "time": "2019-03-13T17:14:54+00:00" }, { "name": "kartik-v/yii2-widget-activeform", "version": "v1.5.8", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-activeform.git", "reference": "02baee5e06a5dfbc94b71dc8c13ca87789716b29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-activeform/zipball/02baee5e06a5dfbc94b71dc8c13ca87789716b29", "reference": "02baee5e06a5dfbc94b71dc8c13ca87789716b29", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=1.9.8" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.5.x-dev" } }, "autoload": { "psr-4": { "kartik\\form\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).", "homepage": "https://github.com/kartik-v/yii2-widget-activeform", "keywords": [ "activefield", "activeform", "extension", "field", "form", "widget", "yii2" ], "time": "2019-02-23T19:45:01+00:00" }, { "name": "kartik-v/yii2-widget-affix", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-affix.git", "reference": "2184119bfa518c285406156f744769b13b861712" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-affix/zipball/2184119bfa518c285406156f744769b13b861712", "reference": "2184119bfa518c285406156f744769b13b861712", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "kartik\\affix\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A scrollspy and affixed enhanced navigation to highlight page sections (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-affix", "keywords": [ "affix", "bootstrap", "extension", "jquery", "navigation", "plugin", "scrollspy", "widget", "yii2" ], "time": "2014-11-09T04:56:27+00:00" }, { "name": "kartik-v/yii2-widget-alert", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-alert.git", "reference": "7348b0d047695a3e552888c481ce250cbc1f9d0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-alert/zipball/7348b0d047695a3e552888c481ce250cbc1f9d0d", "reference": "7348b0d047695a3e552888c481ce250cbc1f9d0d", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": "*" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "kartik\\alert\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A widget to generate alert based notifications using bootstrap-alert plugin (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-alert", "keywords": [ "alert", "block", "bootstrap", "extension", "flash", "jquery", "notification", "plugin", "widget", "yii2" ], "time": "2017-03-10T17:08:52+00:00" }, { "name": "kartik-v/yii2-widget-colorinput", "version": "v1.0.5", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-colorinput.git", "reference": "65f2c4b603ef0c26c3c85b0246a6a59f59045a43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-colorinput/zipball/65f2c4b603ef0c26c3c85b0246a6a59f59045a43", "reference": "65f2c4b603ef0c26c3c85b0246a6a59f59045a43", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=1.9" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\color\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-colorinput", "keywords": [ "HTML5", "color", "extension", "form", "input", "jquery", "plugin", "widget", "yii2" ], "time": "2018-09-12T03:12:07+00:00" }, { "name": "kartik-v/yii2-widget-datepicker", "version": "v1.4.7", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-datepicker.git", "reference": "aadeb08fe0199a62bb26940cdccafc2c169edc69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-datepicker/zipball/aadeb08fe0199a62bb26940cdccafc2c169edc69", "reference": "aadeb08fe0199a62bb26940cdccafc2c169edc69", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "kartik\\date\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Enhanced Yii2 wrapper for the bootstrap datepicker plugin (sub repo split from yii2-widgets).", "homepage": "https://github.com/kartik-v/yii2-widget-datepicker", "keywords": [ "date", "extension", "form", "jquery", "picker", "plugin", "select2", "widget", "yii2" ], "time": "2018-10-09T11:34:49+00:00" }, { "name": "kartik-v/yii2-widget-datetimepicker", "version": "v1.4.9", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-datetimepicker.git", "reference": "dadf042cf13cce84a877dff5f1e6893538f370cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-datetimepicker/zipball/dadf042cf13cce84a877dff5f1e6893538f370cf", "reference": "dadf042cf13cce84a877dff5f1e6893538f370cf", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "kartik\\datetime\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Enhanced Yii2 wrapper for the bootstrap datetimepicker plugin (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-datetimepicker", "keywords": [ "datetime", "extension", "form", "jquery", "picker", "plugin", "select2", "widget", "yii2" ], "time": "2019-05-29T12:28:51+00:00" }, { "name": "kartik-v/yii2-widget-depdrop", "version": "v1.0.6", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-depdrop.git", "reference": "ea347e3793fbd8273cc9bd1eb94c4b32bb55d318" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-depdrop/zipball/ea347e3793fbd8273cc9bd1eb94c4b32bb55d318", "reference": "ea347e3793fbd8273cc9bd1eb94c4b32bb55d318", "shasum": "" }, "require": { "kartik-v/dependent-dropdown": "~1.4", "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\depdrop\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-depdrop", "keywords": [ "dependent", "dropdown", "extension", "form", "jquery", "plugin", "widget", "yii2" ], "time": "2019-04-19T07:02:48+00:00" }, { "name": "kartik-v/yii2-widget-fileinput", "version": "v1.0.9", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-fileinput.git", "reference": "fcf5bf41fac35363d3f24a01a34f228c2534c7b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/fcf5bf41fac35363d3f24a01a34f228c2534c7b7", "reference": "fcf5bf41fac35363d3f24a01a34f228c2534c7b7", "shasum": "" }, "require": { "kartik-v/bootstrap-fileinput": ">=5.0.0", "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\file\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "An enhanced FileInput widget for Bootstrap 3.x & 4.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-fileinput", "keywords": [ "extension", "file", "form", "input", "jquery", "plugin", "upload", "widget", "yii2" ], "time": "2019-04-19T11:45:08+00:00" }, { "name": "kartik-v/yii2-widget-growl", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-growl.git", "reference": "c79abaa47e9103e93345cd1eca7bc75e17e9a92e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-growl/zipball/c79abaa47e9103e93345cd1eca7bc75e17e9a92e", "reference": "c79abaa47e9103e93345cd1eca7bc75e17e9a92e", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "kartik\\growl\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A widget to generate growl based notifications using bootstrap-growl plugin (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-growl", "keywords": [ "alert", "bootstrap", "extension", "growl", "jquery", "notification", "plugin", "widget", "yii2" ], "time": "2015-05-03T08:23:04+00:00" }, { "name": "kartik-v/yii2-widget-rangeinput", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-rangeinput.git", "reference": "dd9019bab7e5bf570a02870d9e74387891bbdb32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-rangeinput/zipball/dd9019bab7e5bf570a02870d9e74387891bbdb32", "reference": "dd9019bab7e5bf570a02870d9e74387891bbdb32", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=1.9" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\range\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "An enhanced Yii 2 widget encapsulating the HTML 5 range input (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-rangeinput", "keywords": [ "HTML5", "extension", "form", "input", "jquery", "plugin", "range", "widget", "yii2" ], "time": "2018-09-07T10:05:08+00:00" }, { "name": "kartik-v/yii2-widget-rating", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-rating.git", "reference": "651eaa5e6a3bd19471e2a907fb17c3fd92f383e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-rating/zipball/651eaa5e6a3bd19471e2a907fb17c3fd92f383e7", "reference": "651eaa5e6a3bd19471e2a907fb17c3fd92f383e7", "shasum": "" }, "require": { "kartik-v/bootstrap-star-rating": "~4.0", "kartik-v/yii2-krajee-base": ">=1.9" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\rating\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-rating", "keywords": [ "Rating", "bootstrap", "extension", "form", "input", "jquery", "plugin", "star", "widget", "yii2" ], "time": "2018-09-16T09:30:44+00:00" }, { "name": "kartik-v/yii2-widget-select2", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-select2.git", "reference": "ee9d54f9af745c0ad7b3578bf640c12d800479e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/ee9d54f9af745c0ad7b3578bf640c12d800479e3", "reference": "ee9d54f9af745c0ad7b3578bf640c12d800479e3", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=1.9", "select2/select2": ">=4.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-4": { "kartik\\select2\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).", "homepage": "https://github.com/kartik-v/yii2-widget-select2", "keywords": [ "dropdown", "extension", "form", "jquery", "plugin", "select2", "widget", "yii2" ], "funding": [ { "url": "https://opencollective.com/yii2-widget-select2", "type": "open_collective" } ], "time": "2020-09-28T15:15:52+00:00" }, { "name": "kartik-v/yii2-widget-sidenav", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-sidenav.git", "reference": "02ee4f142d7dfbb316f878e538cc7b946f4502d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-sidenav/zipball/02ee4f142d7dfbb316f878e538cc7b946f4502d2", "reference": "02ee4f142d7dfbb316f878e538cc7b946f4502d2", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "kartik\\sidenav\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "An enhanced side navigation menu styled for bootstrap (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-sidenav", "keywords": [ "bootstrap", "extension", "jquery", "menu", "navigation", "plugin", "sidenav", "widget", "yii2" ], "time": "2014-11-09T08:07:23+00:00" }, { "name": "kartik-v/yii2-widget-spinner", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-spinner.git", "reference": "eb10dad17a107bf14f173c99994770ca23c548a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-spinner/zipball/eb10dad17a107bf14f173c99994770ca23c548a6", "reference": "eb10dad17a107bf14f173c99994770ca23c548a6", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\spinner\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A widget to render animated CSS3 loading spinners with VML fallback for IE (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-spinner", "keywords": [ "CSS3", "extension", "jquery", "loading", "plugin", "spinner", "widget", "yii2" ], "time": "2018-10-09T11:54:03+00:00" }, { "name": "kartik-v/yii2-widget-switchinput", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-switchinput.git", "reference": "7d8ee999d79bcdc1601da5cd59439ac7eb1f5ea6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-switchinput/zipball/7d8ee999d79bcdc1601da5cd59439ac7eb1f5ea6", "reference": "7d8ee999d79bcdc1601da5cd59439ac7eb1f5ea6", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "kartik\\switchinput\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes & radios as toggle switchinputes (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-switchinput", "keywords": [ "bootstrap", "extension", "form", "input", "jquery", "plugin", "switchinput", "toggle", "widget", "yii2" ], "time": "2016-01-10T16:47:35+00:00" }, { "name": "kartik-v/yii2-widget-timepicker", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-timepicker.git", "reference": "c1dacfc3712bedf4f694d878279189e440a24b21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-timepicker/zipball/c1dacfc3712bedf4f694d878279189e440a24b21", "reference": "c1dacfc3712bedf4f694d878279189e440a24b21", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\time\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-timepicker", "keywords": [ "bootstrap", "extension", "form", "jquery", "picker", "plugin", "time", "widget", "yii2" ], "time": "2018-10-09T11:58:19+00:00" }, { "name": "kartik-v/yii2-widget-touchspin", "version": "v1.2.3", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-touchspin.git", "reference": "1daca822ad11258242178155613da8e269e3df2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-touchspin/zipball/1daca822ad11258242178155613da8e269e3df2b", "reference": "1daca822ad11258242178155613da8e269e3df2b", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=1.9" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "kartik\\touchspin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes & radios as toggle touchspines (sub repo split from yii2-widgets)", "homepage": "https://github.com/kartik-v/yii2-widget-touchspin", "keywords": [ "bootstrap", "extension", "form", "input", "jquery", "plugin", "spinner", "touch", "widget", "yii2" ], "time": "2018-09-05T11:59:34+00:00" }, { "name": "kartik-v/yii2-widget-typeahead", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widget-typeahead.git", "reference": "7b7041a3cbbeb2db0a608e9f6c9b3f4f63b0069d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widget-typeahead/zipball/7b7041a3cbbeb2db0a608e9f6c9b3f4f63b0069d", "reference": "7b7041a3cbbeb2db0a608e9f6c9b3f4f63b0069d", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": ">=2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\typeahead\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Enhanced Yii2 wrapper for the Twitter Typeahead plugin (sub repo split from yii2-widgets).", "homepage": "https://github.com/kartik-v/yii2-widget-typeahead", "keywords": [ "dropdown", "extension", "form", "jquery", "plugin", "typeahead", "widget", "yii2" ], "time": "2019-05-29T12:06:56+00:00" }, { "name": "kartik-v/yii2-widgets", "version": "v3.4.1", "source": { "type": "git", "url": "https://github.com/kartik-v/yii2-widgets.git", "reference": "e5a030d700243a90eccf96a070380bd3b76e17a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kartik-v/yii2-widgets/zipball/e5a030d700243a90eccf96a070380bd3b76e17a3", "reference": "e5a030d700243a90eccf96a070380bd3b76e17a3", "shasum": "" }, "require": { "kartik-v/yii2-krajee-base": "*", "kartik-v/yii2-widget-activeform": "*", "kartik-v/yii2-widget-affix": "*", "kartik-v/yii2-widget-alert": "*", "kartik-v/yii2-widget-colorinput": "*", "kartik-v/yii2-widget-datepicker": "*", "kartik-v/yii2-widget-datetimepicker": "*", "kartik-v/yii2-widget-depdrop": "*", "kartik-v/yii2-widget-fileinput": "*", "kartik-v/yii2-widget-growl": "*", "kartik-v/yii2-widget-rangeinput": "*", "kartik-v/yii2-widget-rating": "*", "kartik-v/yii2-widget-select2": "*", "kartik-v/yii2-widget-sidenav": "*", "kartik-v/yii2-widget-spinner": "*", "kartik-v/yii2-widget-switchinput": "*", "kartik-v/yii2-widget-timepicker": "*", "kartik-v/yii2-widget-touchspin": "*", "kartik-v/yii2-widget-typeahead": "*" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "kartik\\widgets\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kartik Visweswaran", "email": "kartikv2@gmail.com", "homepage": "http://www.krajee.com/" } ], "description": "Collection of useful widgets for Yii Framework 2.0 extending functionalities for Bootstrap", "homepage": "https://github.com/kartik-v/yii2-widgets", "keywords": [ "extension", "form", "widget", "yii2" ], "time": "2018-10-09T17:40:19+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-escaper": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "time": "2019-12-31T16:43:30+00:00" }, { "name": "laminas/laminas-ldap", "version": "2.10.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-ldap.git", "reference": "649fae8982149b93071c4a7d56f2c4efeed51aa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-ldap/zipball/649fae8982149b93071c4a7d56f2c4efeed51aa8", "reference": "649fae8982149b93071c4a7d56f2c4efeed51aa8", "shasum": "" }, "require": { "ext-ldap": "*", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-ldap": "^2.10.1" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.5", "laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1", "laminas/laminas-stdlib": "^2.7 || ^3.0", "php-mock/php-mock-phpunit": "^1.1.2 || ^2.1.1", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-eventmanager": "Laminas\\EventManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Ldap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory", "homepage": "https://laminas.dev", "keywords": [ "laminas", "ldap" ], "time": "2020-03-29T13:06:47+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", "reference": "6ede70583e101030bcace4dcddd648f760ddf642" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642", "reference": "6ede70583e101030bcace4dcddd648f760ddf642", "shasum": "" }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "laminas": { "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ZendFrameworkBridge\\": "src//" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Alias legacy ZF class names to Laminas Project equivalents.", "keywords": [ "ZendFramework", "autoloading", "laminas", "zf" ], "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2020-09-14T14:23:00+00:00" }, { "name": "maennchen/zipstream-php", "version": "2.1.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": "" }, "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" }, "type": "library", "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" } ], "time": "2020-05-30T13:11:16+00:00" }, { "name": "markbaker/complex", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", "reference": "9999f1432fae467bc93c53f357105b4c31bb994c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/9999f1432fae467bc93c53f357105b4c31bb994c", "reference": "9999f1432fae467bc93c53f357105b4c31bb994c", "shasum": "" }, "require": { "php": "^7.2 || ^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" }, "type": "library", "autoload": { "psr-4": { "Complex\\": "classes/src/" }, "files": [ "classes/src/functions/abs.php", "classes/src/functions/acos.php", "classes/src/functions/acosh.php", "classes/src/functions/acot.php", "classes/src/functions/acoth.php", "classes/src/functions/acsc.php", "classes/src/functions/acsch.php", "classes/src/functions/argument.php", "classes/src/functions/asec.php", "classes/src/functions/asech.php", "classes/src/functions/asin.php", "classes/src/functions/asinh.php", "classes/src/functions/atan.php", "classes/src/functions/atanh.php", "classes/src/functions/conjugate.php", "classes/src/functions/cos.php", "classes/src/functions/cosh.php", "classes/src/functions/cot.php", "classes/src/functions/coth.php", "classes/src/functions/csc.php", "classes/src/functions/csch.php", "classes/src/functions/exp.php", "classes/src/functions/inverse.php", "classes/src/functions/ln.php", "classes/src/functions/log2.php", "classes/src/functions/log10.php", "classes/src/functions/negative.php", "classes/src/functions/pow.php", "classes/src/functions/rho.php", "classes/src/functions/sec.php", "classes/src/functions/sech.php", "classes/src/functions/sin.php", "classes/src/functions/sinh.php", "classes/src/functions/sqrt.php", "classes/src/functions/tan.php", "classes/src/functions/tanh.php", "classes/src/functions/theta.php", "classes/src/operations/add.php", "classes/src/operations/subtract.php", "classes/src/operations/multiply.php", "classes/src/operations/divideby.php", "classes/src/operations/divideinto.php" ] }, "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" ], "time": "2020-08-26T10:42:07+00:00" }, { "name": "markbaker/matrix", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", "reference": "9567d9c4c519fbe40de01dbd1e4469dbbb66f46a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/9567d9c4c519fbe40de01dbd1e4469dbbb66f46a", "reference": "9567d9c4c519fbe40de01dbd1e4469dbbb66f46a", "shasum": "" }, "require": { "php": "^7.2 || ^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" }, "type": "library", "autoload": { "psr-4": { "Matrix\\": "classes/src/" }, "files": [ "classes/src/functions/adjoint.php", "classes/src/functions/antidiagonal.php", "classes/src/functions/cofactors.php", "classes/src/functions/determinant.php", "classes/src/functions/diagonal.php", "classes/src/functions/identity.php", "classes/src/functions/inverse.php", "classes/src/functions/minors.php", "classes/src/functions/trace.php", "classes/src/functions/transpose.php", "classes/src/operations/add.php", "classes/src/operations/directsum.php", "classes/src/operations/subtract.php", "classes/src/operations/multiply.php", "classes/src/operations/divideby.php", "classes/src/operations/divideinto.php" ] }, "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" ], "time": "2020-08-28T17:11:00+00:00" }, { "name": "matthewbdaly/zendsearch", "version": "0.0.3", "source": { "type": "git", "url": "https://github.com/matthewbdaly/ZendSearch.git", "reference": "34d9dd608bd4cc81e20470b69761629741471e77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthewbdaly/ZendSearch/zipball/34d9dd608bd4cc81e20470b69761629741471e77", "reference": "34d9dd608bd4cc81e20470b69761629741471e77", "shasum": "" }, "require": { "php": ">=7.1" }, "replace": { "zendframework/zendsearch": "2.*" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^7.0", "psy/psysh": "^0.9.9", "rector/rector": "^0.4.12", "squizlabs/php_codesniffer": "^3.4", "vimeo/psalm": "^3.2" }, "type": "library", "autoload": { "psr-0": { "ZendSearch": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A fork of zendframework/zendsearch, with some tweaks to make it work in PHP 7", "keywords": [ "lucene", "zf2" ], "time": "2019-09-28T11:03:49+00:00" }, { "name": "mistic100/randomcolor", "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/mistic100/RandomColor.php.git", "reference": "394b2a6f87b7cdc2ae0bfb02dd59b9e35fd08d8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mistic100/RandomColor.php/zipball/394b2a6f87b7cdc2ae0bfb02dd59b9e35fd08d8a", "reference": "394b2a6f87b7cdc2ae0bfb02dd59b9e35fd08d8a", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "Colors\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Damien \"Mistic\" Sorel", "email": "contact@git.strangeplanet.fr", "homepage": "http://www.strangeplanet.fr" } ], "description": "Generate attractive random colors", "homepage": "https://github.com/mistic100/RandomColor.php", "keywords": [ "color", "generator", "random" ], "time": "2018-04-16T19:31:57+00:00" }, { "name": "myclabs/deep-copy", "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", "shasum": "" }, "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" }, "type": "library", "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" } ], "time": "2020-06-29T13:22:24+00:00" }, { "name": "myclabs/php-enum", "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c", "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7", "squizlabs/php_codesniffer": "1.*", "vimeo/psalm": "^3.8" }, "type": "library", "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" ], "time": "2020-02-14T08:15:52+00:00" }, { "name": "npm-asset/after", "version": "0.8.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/after/-/after-0.8.2.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/animate.css", "version": "4.1.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/animate.css/-/animate.css-4.1.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/arraybuffer.slice", "version": "0.0.7", "dist": { "type": "tar", "url": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/async-limiter", "version": "1.0.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/at.js", "version": "1.5.4", "dist": { "type": "tar", "url": "https://registry.npmjs.org/at.js/-/at.js-1.5.4.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/backo2", "version": "1.0.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/base64-arraybuffer", "version": "0.1.5", "dist": { "type": "tar", "url": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/better-assert", "version": "1.0.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz" }, "require": { "npm-asset/callsite": "1.0.0" }, "type": "npm-asset" }, { "name": "npm-asset/blob", "version": "0.0.5", "dist": { "type": "tar", "url": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/bluebird", "version": "3.7.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/blueimp-canvas-to-blob", "version": "3.5.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.5.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/blueimp-file-upload", "version": "9.24.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/blueimp-file-upload/-/blueimp-file-upload-9.24.1.tgz" }, "require": { "npm-asset/blueimp-canvas-to-blob": "3.5.0", "npm-asset/blueimp-load-image": "2.12.2", "npm-asset/blueimp-tmpl": "3.6.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/blueimp-gallery", "version": "2.36.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/blueimp-gallery/-/blueimp-gallery-2.36.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/blueimp-load-image", "version": "2.12.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-2.12.2.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/blueimp-tmpl", "version": "3.6.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-3.6.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/bootstrap", "version": "3.4.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/bootstrap-markdown", "version": "2.10.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/bootstrap-markdown/-/bootstrap-markdown-2.10.0.tgz" }, "type": "npm-asset", "license": [ "Apache-2.0" ] }, { "name": "npm-asset/bootstrap-tour", "version": "0.11.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/bootstrap-tour/-/bootstrap-tour-0.11.0.tgz" }, "require": { "npm-asset/bootstrap": "~3", "npm-asset/jquery": ">=1.8" }, "type": "npm-asset" }, { "name": "npm-asset/callsite", "version": "1.0.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/clipboard-polyfill", "version": "3.0.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-3.0.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/component-bind", "version": "1.0.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/component-emitter", "version": "1.2.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/component-inherit", "version": "0.0.3", "dist": { "type": "tar", "url": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/debug", "version": "3.1.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz" }, "require": { "npm-asset/ms": "2.0.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/engine.io-client", "version": "3.3.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.3.2.tgz" }, "require": { "npm-asset/component-emitter": "1.2.1", "npm-asset/component-inherit": "0.0.3", "npm-asset/debug": "~3.1.0", "npm-asset/engine.io-parser": "~2.1.1", "npm-asset/has-cors": "1.1.0", "npm-asset/indexof": "0.0.1", "npm-asset/parseqs": "0.0.5", "npm-asset/parseuri": "0.0.5", "npm-asset/ws": "~6.1.0", "npm-asset/xmlhttprequest-ssl": "~1.5.4", "npm-asset/yeast": "0.1.2" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/engine.io-parser", "version": "2.1.3", "dist": { "type": "tar", "url": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz" }, "require": { "npm-asset/after": "0.8.2", "npm-asset/arraybuffer.slice": "~0.0.7", "npm-asset/base64-arraybuffer": "0.1.5", "npm-asset/blob": "0.0.5", "npm-asset/has-binary2": "~1.0.2" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/ev-emitter", "version": "1.1.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/font-awesome", "version": "4.7.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz" }, "type": "npm-asset", "license": [ "(OFL-1.1 AND MIT)" ] }, { "name": "npm-asset/has-binary2", "version": "1.0.3", "dist": { "type": "tar", "url": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz" }, "require": { "npm-asset/isarray": "2.0.1" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/has-cors", "version": "1.1.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/humhub-prosemirror-richtext", "version": "1.0.26", "dist": { "type": "tar", "url": "https://registry.npmjs.org/humhub-prosemirror-richtext/-/humhub-prosemirror-richtext-1.0.26.tgz" }, "type": "npm-asset", "license": [ "Apache-2.0" ] }, { "name": "npm-asset/imagesloaded", "version": "4.1.4", "dist": { "type": "tar", "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz" }, "require": { "npm-asset/ev-emitter": ">=1.0.0,<2.0.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/indexof", "version": "0.0.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/intersection-observer", "version": "0.7.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.7.0.tgz" }, "type": "npm-asset", "license": [ "W3C-20150513" ] }, { "name": "npm-asset/isarray", "version": "2.0.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/jplayer", "version": "2.9.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/jplayer/-/jplayer-2.9.2.tgz" }, "require": { "npm-asset/jquery": ">1.7.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/jquery", "version": "3.5.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/jquery-autosize", "version": "1.18.18", "dist": { "type": "tar", "url": "https://registry.npmjs.org/jquery-autosize/-/jquery-autosize-1.18.18.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/jquery-knob", "version": "1.2.13", "source": { "type": "git", "url": "git@github.com:aterrien/jQuery-Knob.git", "reference": "755309e933d326ffaa5a2d758dc377147b766515" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aterrien/jQuery-Knob/zipball/755309e933d326ffaa5a2d758dc377147b766515", "reference": "755309e933d326ffaa5a2d758dc377147b766515" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/jquery.cookie", "version": "1.4.1", "dist": { "type": "tar", "url": "https://registry.npmjs.org/jquery.cookie/-/jquery.cookie-1.4.1.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/kbw.timeentry", "version": "2.0.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/kbw.timeentry/-/kbw.timeentry-2.0.2.tgz" }, "require": { "npm-asset/jquery": ">=1.7" }, "type": "npm-asset" }, { "name": "npm-asset/ms", "version": "2.0.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/nprogress", "version": "0.2.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/object-component", "version": "0.0.3", "dist": { "type": "tar", "url": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/parseqs", "version": "0.0.5", "dist": { "type": "tar", "url": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz" }, "require": { "npm-asset/better-assert": "~1.0.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/parseuri", "version": "0.0.5", "dist": { "type": "tar", "url": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz" }, "require": { "npm-asset/better-assert": "~1.0.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/select2", "version": "4.0.13", "dist": { "type": "tar", "url": "https://registry.npmjs.org/select2/-/select2-4.0.13.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/select2-bootstrap-theme", "version": "0.1.0-beta.4", "dist": { "type": "tar", "url": "https://registry.npmjs.org/select2-bootstrap-theme/-/select2-bootstrap-theme-0.1.0-beta.4.tgz" }, "type": "npm-asset", "license": [ "MIT", "https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE" ] }, { "name": "npm-asset/socket.io-client", "version": "2.2.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.2.0.tgz" }, "require": { "npm-asset/backo2": "1.0.2", "npm-asset/base64-arraybuffer": "0.1.5", "npm-asset/component-bind": "1.0.0", "npm-asset/component-emitter": "1.2.1", "npm-asset/debug": "~3.1.0", "npm-asset/engine.io-client": "~3.3.1", "npm-asset/has-binary2": "~1.0.2", "npm-asset/has-cors": "1.1.0", "npm-asset/indexof": "0.0.1", "npm-asset/object-component": "0.0.3", "npm-asset/parseqs": "0.0.5", "npm-asset/parseuri": "0.0.5", "npm-asset/socket.io-parser": "~3.3.0", "npm-asset/to-array": "0.1.4" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/socket.io-parser", "version": "3.3.0", "dist": { "type": "tar", "url": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz" }, "require": { "npm-asset/component-emitter": "1.2.1", "npm-asset/debug": "~3.1.0", "npm-asset/isarray": "2.0.1" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/swiped-events", "version": "1.0.9", "dist": { "type": "tar", "url": "https://registry.npmjs.org/swiped-events/-/swiped-events-1.0.9.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/timeago", "version": "1.6.7", "dist": { "type": "tar", "url": "https://registry.npmjs.org/timeago/-/timeago-1.6.7.tgz" }, "require": { "npm-asset/jquery": ">=1.5.0,<4.0" }, "type": "npm-asset" }, { "name": "npm-asset/to-array", "version": "0.1.4", "dist": { "type": "tar", "url": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/ws", "version": "6.1.4", "dist": { "type": "tar", "url": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz" }, "require": { "npm-asset/async-limiter": "~1.0.0" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "npm-asset/xmlhttprequest-ssl", "version": "1.5.5", "dist": { "type": "tar", "url": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz" }, "type": "npm-asset" }, { "name": "npm-asset/yeast", "version": "0.1.2", "dist": { "type": "tar", "url": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz" }, "type": "npm-asset", "license": [ "MIT" ] }, { "name": "phar-io/manifest", "version": "1.0.3", "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": "" }, "require": { "ext-dom": "*", "ext-phar": "*", "phar-io/version": "^2.0", "php": "^5.6 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "time": "2018-07-08T19:23:20+00:00" }, { "name": "phar-io/version", "version": "2.0.1", "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": "" }, "require": { "php": "^5.6 || ^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "time": "2018-07-08T19:19:57+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", "shasum": "" }, "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" }, { "name": "Jaap van Otterdijk", "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.", "time": "2020-09-03T19:13:55+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "time": "2020-09-17T18:55:26+00:00" }, { "name": "phpoffice/phpspreadsheet", "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f", "reference": "a8e8068b31b8119e1daa5b1eb5715a3a8ea8305f", "shasum": "" }, "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": "*", "maennchen/zipstream-php": "^2.1", "markbaker/complex": "^1.5|^2.0", "markbaker/matrix": "^1.2|^2.0", "php": "^7.2|^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0" }, "require-dev": { "dompdf/dompdf": "^0.8.5", "friendsofphp/php-cs-fixer": "^2.16", "jpgraph/jpgraph": "^4.0", "mpdf/mpdf": "^8.0", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^8.5|^9.3", "squizlabs/php_codesniffer": "^3.5", "tecnickcom/tcpdf": "^6.3" }, "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)" }, "type": "library", "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" ], "time": "2020-10-11T13:20:59+00:00" }, { "name": "phpspec/prophecy", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d", "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2", "php": "^7.2 || ~8.0, <8.1", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { "phpspec/phpspec": "^6.0", "phpunit/phpunit": "^8.0 || ^9.0 <9.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11.x-dev" } }, "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" ], "time": "2020-09-29T09:10:42+00:00" }, { "name": "phpunit/php-code-coverage", "version": "7.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf", "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^7.2", "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-token-stream": "^3.1.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^4.2.2", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1.3" }, "require-dev": { "phpunit/phpunit": "^8.2.2" }, "suggest": { "ext-xdebug": "^2.7.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "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" ], "time": "2019-11-20T13:55:58+00:00" }, { "name": "phpunit/php-file-iterator", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "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" ], "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "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" ], "abandoned": true, "time": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", "version": "8.5.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/34c18baa6a44f1d1fbf0338907139e9dce95b997", "reference": "34c18baa6a44f1d1fbf0338907139e9dce95b997", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2.0", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", "myclabs/deep-copy": "^1.9.1", "phar-io/manifest": "^1.0.3", "phar-io/version": "^2.0.1", "php": "^7.2", "phpspec/prophecy": "^1.8.1", "phpunit/php-code-coverage": "^7.0.7", "phpunit/php-file-iterator": "^2.0.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^2.1.2", "sebastian/comparator": "^3.0.2", "sebastian/diff": "^3.0.2", "sebastian/environment": "^4.2.2", "sebastian/exporter": "^3.1.1", "sebastian/global-state": "^3.0.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^2.0.1", "sebastian/type": "^1.1.3", "sebastian/version": "^2.0.1" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-soap": "*", "ext-xdebug": "*", "phpunit/php-invoker": "^2.0.0" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "8.5-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "funding": [ { "url": "https://phpunit.de/donate.html", "type": "custom" }, { "url": "https://github.com/sebastianbergmann", "type": "github" } ], "time": "2020-06-22T07:06:58+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "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": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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" ], "time": "2020-06-29T06:28:15+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/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": "raoul2000/yii2-jcrop-widget", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/raoul2000/yii2-jcrop-widget.git", "reference": "1a858a0cd0c3adeb5442017e098b182f2016a9b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/raoul2000/yii2-jcrop-widget/zipball/1a858a0cd0c3adeb5442017e098b182f2016a9b2", "reference": "1a858a0cd0c3adeb5442017e098b182f2016a9b2", "shasum": "" }, "require": { "yiisoft/yii2": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "raoul2000\\jcrop\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD 3-Clause" ], "authors": [ { "name": "Raoul", "email": "raoul.boulard@gmail.com" } ], "description": "This extension is a wrapper for the jQuery Image Cropping Plugin (jcrop)", "homepage": "https://github.com/raoul2000/yii2-jcrop-widget", "keywords": [ "crop", "extension", "image", "jquery", "yii", "yii2" ], "time": "2014-07-30T15:40:38+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "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/", "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { "php": "^7.1", "sebastian/diff": "^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2018-07-12T15:12:46+00:00" }, { "name": "sebastian/diff", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0", "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff", "udiff", "unidiff", "unified diff" ], "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.5" }, "suggest": { "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "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" ], "time": "2019-11-20T08:46:58+00:00" }, { "name": "sebastian/exporter", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", "shasum": "" }, "require": { "php": "^7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "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" ], "time": "2019-09-14T09:02:43+00:00" }, { "name": "sebastian/global-state", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4", "shasum": "" }, "require": { "php": "^7.2", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-dom": "*", "phpunit/phpunit": "^8.0" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "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" ], "time": "2019-02-01T05:30:01+00:00" }, { "name": "sebastian/object-enumerator", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { "php": "^7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "time": "2017-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { "php": "^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "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", "time": "2018-10-04T04:07:39+00:00" }, { "name": "sebastian/type", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3", "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3", "shasum": "" }, "require": { "php": "^7.2" }, "require-dev": { "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Collection of value objects that represent the types of the PHP type system", "homepage": "https://github.com/sebastianbergmann/type", "time": "2019-07-02T08:10:15+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "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": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "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", "time": "2016-10-03T07:35:21+00:00" }, { "name": "select2/select2", "version": "4.0.13", "source": { "type": "git", "url": "https://github.com/select2/select2.git", "reference": "45f2b83ceed5231afa7b3d5b12b58ad335edd82e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/select2/select2/zipball/45f2b83ceed5231afa7b3d5b12b58ad335edd82e", "reference": "45f2b83ceed5231afa7b3d5b12b58ad335edd82e", "shasum": "" }, "type": "component", "extra": { "component": { "scripts": [ "dist/js/select2.js" ], "styles": [ "dist/css/select2.css" ], "files": [ "dist/js/select2.js", "dist/js/i18n/*.js", "dist/css/select2.css" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Select2 is a jQuery based replacement for select boxes.", "homepage": "https://select2.org/", "time": "2020-01-28T05:01:22+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-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": "2018-07-31T09:26:32+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\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" } ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\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" } ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/process", "version": "v4.4.15", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "9b887acc522935f77555ae8813495958c7771ba7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/9b887acc522935f77555ae8813495958c7771ba7", "reference": "9b887acc522935f77555ae8813495958c7771ba7", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-09-02T16:08:58+00:00" }, { "name": "theseer/tokenizer", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "75a63c33a8577608444246075ea0af0d052e452a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", "reference": "75a63c33a8577608444246075ea0af0d052e452a", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "funding": [ { "url": "https://github.com/theseer", "type": "github" } ], "time": "2020-07-12T23:59:07+00:00" }, { "name": "twig/twig", "version": "v1.43.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "2311602f6a208715252febe682fa7c38e56a3373" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/2311602f6a208715252febe682fa7c38e56a3373", "reference": "2311602f6a208715252febe682fa7c38e56a3373", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.43-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2020-08-05T15:05:05+00:00" }, { "name": "voku/portable-ascii", "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", "reference": "25bcbf01678930251fd572891447d9e318a6e2b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8", "reference": "25bcbf01678930251fd572891447d9e318a6e2b8", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "suggest": { "ext-intl": "Use Intl for transliterator_transliterate() support" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", "homepage": "https://github.com/voku/portable-ascii", "keywords": [ "ascii", "clean", "php" ], "funding": [ { "url": "https://www.paypal.me/moelleken", "type": "custom" }, { "url": "https://github.com/voku", "type": "github" }, { "url": "https://opencollective.com/portable-ascii", "type": "open_collective" }, { "url": "https://www.patreon.com/voku", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", "type": "tidelift" } ], "time": "2020-07-22T23:32:04+00:00" }, { "name": "voku/stop-words", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/voku/stop-words.git", "reference": "8e63c0af20f800b1600783764e0ce19e53969f71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71", "reference": "8e63c0af20f800b1600783764e0ce19e53969f71", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Stop-Words via PHP", "keywords": [ "stop words", "stop-words" ], "time": "2018-11-23T01:37:27+00:00" }, { "name": "webmozart/assert", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2020-07-08T17:02:28+00:00" }, { "name": "xj/yii2-jplayer-widget", "version": "2.7.0.3", "source": { "type": "git", "url": "https://github.com/xjflyttp/yii2-jplayer-widget.git", "reference": "89f7fba20b0d868ed981a8130acf9e3c9bb28af9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/xjflyttp/yii2-jplayer-widget/zipball/89f7fba20b0d868ed981a8130acf9e3c9bb28af9", "reference": "89f7fba20b0d868ed981a8130acf9e3c9bb28af9", "shasum": "" }, "require": { "yiisoft/yii2": "*" }, "type": "library", "autoload": { "psr-4": { "xj\\jplayer\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "xjflyttp", "email": "xjflyttp@gmail.com" } ], "description": "yii2-jplayer-widget", "time": "2015-07-01T04:15:08+00:00" }, { "name": "yiisoft/yii2", "version": "2.0.38", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-framework.git", "reference": "fd01e747cc66a049ec105048f0ab8dfbdf60bf4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/fd01e747cc66a049ec105048f0ab8dfbdf60bf4b", "reference": "fd01e747cc66a049ec105048f0ab8dfbdf60bf4b", "shasum": "" }, "require": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", "bower-asset/jquery": "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": "*", "php": ">=5.4.0", "yiisoft/yii2-composer": "~2.0.4" }, "bin": [ "yii" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\": "" } }, "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 PHP Framework Version 2", "homepage": "http://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" } ], "time": "2020-09-14T21:52:10+00:00" }, { "name": "yiisoft/yii2-authclient", "version": "2.2.7", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-authclient.git", "reference": "c8b643dce1c1966942aa0fd4047c8db05379a38f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-authclient/zipball/c8b643dce1c1966942aa0fd4047c8db05379a38f", "reference": "c8b643dce1c1966942aa0fd4047c8db05379a38f", "shasum": "" }, "require": { "yiisoft/yii2": "~2.0.13", "yiisoft/yii2-httpclient": "~2.0.5" }, "require-dev": { "phpunit/phpunit": "4.8.27|~5.7.21|^6.2" }, "suggest": { "web-token/jwt-checker": "required for JWS, JWT or JWK related flows like OpenIDConnect", "web-token/jwt-key-mgmt": "required for JWS, JWT or JWK related flows like OpenIDConnect", "web-token/jwt-signature": "required for JWS, JWT or JWK related flows like OpenIDConnect", "web-token/jwt-signature-algorithm-ecdsa": "required for JWS, JWT or JWK related flows like OpenIDConnect", "web-token/jwt-signature-algorithm-hmac": "required for JWS, JWT or JWK related flows like OpenIDConnect", "web-token/jwt-signature-algorithm-rsa": "required for JWS, JWT or JWK related flows like OpenIDConnect" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\authclient\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Paul Klimov", "email": "klimov.paul@gmail.com" } ], "description": "External authentication via OAuth and OpenID for the Yii framework", "keywords": [ "OpenID Connect", "OpenId", "api", "auth", "oauth", "yii2" ], "time": "2020-02-12T22:53:08+00:00" }, { "name": "yiisoft/yii2-bootstrap", "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-bootstrap.git", "reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/073c9ab0a4eb71f2485d84c96a1967130300d8fc", "reference": "073c9ab0a4eb71f2485d84c96a1967130300d8fc", "shasum": "" }, "require": { "bower-asset/bootstrap": "3.4.* | 3.3.* | 3.2.* | 3.1.*", "yiisoft/yii2": "~2.0.6" }, "require-dev": { "phpunit/phpunit": "<7" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\bootstrap\\": "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": "Qiang Xue", "email": "qiang.xue@gmail.com", "homepage": "http://www.yiiframework.com/" } ], "description": "The Twitter Bootstrap extension for the Yii framework", "keywords": [ "bootstrap", "yii2" ], "time": "2019-04-23T13:18:43+00:00" }, { "name": "yiisoft/yii2-composer", "version": "2.0.10", "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": "" }, "require": { "composer-plugin-api": "^1.0 | ^2.0" }, "require-dev": { "composer/composer": "^1.0 | ^2.0@dev", "phpunit/phpunit": "<7" }, "type": "composer-plugin", "extra": { "class": "yii\\composer\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" } ], "time": "2020-06-24T00:04:01+00:00" }, { "name": "yiisoft/yii2-httpclient", "version": "2.0.12", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-httpclient.git", "reference": "a66a2de6d7dd6d068da3f85a12589fedd0d76855" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/a66a2de6d7dd6d068da3f85a12589fedd0d76855", "reference": "a66a2de6d7dd6d068da3f85a12589fedd0d76855", "shasum": "" }, "require": { "yiisoft/yii2": "~2.0.13" }, "require-dev": { "phpunit/phpunit": "4.8.27|~5.7.21|^6.2" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" ], "time": "2019-10-08T09:48:39+00:00" }, { "name": "yiisoft/yii2-imagine", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-imagine.git", "reference": "a8a1a068862a86e3395e665bc86e63d5c9b60841" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/a8a1a068862a86e3395e665bc86e63d5c9b60841", "reference": "a8a1a068862a86e3395e665bc86e63d5c9b60841", "shasum": "" }, "require": { "imagine/imagine": "~0.6.0 | ~0.7.1", "yiisoft/yii2": "~2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\imagine\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Antonio Ramirez", "email": "amigo.cobos@gmail.com" } ], "description": "The Imagine integration for the Yii framework", "keywords": [ "helper", "image", "imagine", "yii2" ], "time": "2018-02-22T11:57:06+00:00" }, { "name": "yiisoft/yii2-jui", "version": "2.0.7", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-jui.git", "reference": "ce45c16d4fbbe7d1c516d8d0e8311e07f6138eed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-jui/zipball/ce45c16d4fbbe7d1c516d8d0e8311e07f6138eed", "reference": "ce45c16d4fbbe7d1c516d8d0e8311e07f6138eed", "shasum": "" }, "require": { "bower-asset/jquery-ui": "~1.12.1", "yiisoft/yii2": "~2.0.4" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\jui\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" } ], "description": "The Jquery UI extension for the Yii framework", "keywords": [ "jQuery UI", "yii2" ], "time": "2017-11-25T15:32:29+00:00" }, { "name": "yiisoft/yii2-queue", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-queue.git", "reference": "25c1142558768ec0e835171c972a4edc2fb59cf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/25c1142558768ec0e835171c972a4edc2fb59cf0", "reference": "25c1142558768ec0e835171c972a4edc2fb59cf0", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/process": "^3.3||^4.0", "yiisoft/yii2": "~2.0.14" }, "require-dev": { "aws/aws-sdk-php": ">=2.4", "enqueue/amqp-lib": "^0.8||^0.9.10", "enqueue/stomp": "^0.8.39", "jeremeamia/superclosure": "*", "pda/pheanstalk": "v3.*", "php-amqplib/php-amqplib": "*", "phpunit/phpunit": "~4.4", "yiisoft/yii2-debug": "*", "yiisoft/yii2-gii": "*", "yiisoft/yii2-redis": "*" }, "suggest": { "aws/aws-sdk-php": "Need for aws SQS.", "enqueue/amqp-lib": "Need for AMQP interop queue.", "enqueue/stomp": "Need for Stomp queue.", "ext-gearman": "Need for Gearman queue.", "ext-pcntl": "Need for process signals.", "pda/pheanstalk": "Need for Beanstalk queue.", "php-amqplib/php-amqplib": "Need for AMQP queue.", "yiisoft/yii2-redis": "Need for Redis queue." }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "yii\\queue\\": "src", "yii\\queue\\amqp\\": "src/drivers/amqp", "yii\\queue\\amqp_interop\\": "src/drivers/amqp_interop", "yii\\queue\\beanstalk\\": "src/drivers/beanstalk", "yii\\queue\\db\\": "src/drivers/db", "yii\\queue\\file\\": "src/drivers/file", "yii\\queue\\gearman\\": "src/drivers/gearman", "yii\\queue\\redis\\": "src/drivers/redis", "yii\\queue\\sync\\": "src/drivers/sync", "yii\\queue\\sqs\\": "src/drivers/sqs", "yii\\queue\\stomp\\": "src/drivers/stomp" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Roman Zhuravlev", "email": "zhuravljov@gmail.com" } ], "description": "Yii2 Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman", "keywords": [ "async", "beanstalk", "db", "gearman", "gii", "queue", "rabbitmq", "redis", "sqs", "yii" ], "time": "2019-06-04T18:58:40+00:00" }, { "name": "yiisoft/yii2-redis", "version": "2.0.13", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-redis.git", "reference": "8b3ef7f6d7153b8958f75deab602c57aad454e1c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/8b3ef7f6d7153b8958f75deab602c57aad454e1c", "reference": "8b3ef7f6d7153b8958f75deab602c57aad454e1c", "shasum": "" }, "require": { "ext-openssl": "*", "yiisoft/yii2": "~2.0.16" }, "require-dev": { "phpunit/phpunit": "<7", "yiisoft/yii2-dev": "~2.0.16" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" } ], "time": "2020-05-02T12:03:42+00:00" }, { "name": "yiisoft/yii2-swiftmailer", "version": "2.0.7", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-swiftmailer.git", "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/8a03a62cbcb82e7697d3002eb43a8d2637f566ec", "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec", "shasum": "" }, "require": { "swiftmailer/swiftmailer": "~5.0", "yiisoft/yii2": "~2.0.4" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\swiftmailer\\": "" } }, "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" ], "time": "2017-05-01T08:29:00+00:00" } ], "packages-dev": [ { "name": "behat/gherkin", "version": "v4.6.2", "source": { "type": "git", "url": "https://github.com/Behat/Gherkin.git", "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31", "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "~4.5|~5", "symfony/phpunit-bridge": "~2.7|~3|~4", "symfony/yaml": "~2.3|~3|~4" }, "suggest": { "symfony/yaml": "If you want to parse features, represented in YAML files" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "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 5.3", "homepage": "http://behat.org/", "keywords": [ "BDD", "Behat", "Cucumber", "DSL", "gherkin", "parser" ], "time": "2020-03-17T14:03:26+00:00" }, { "name": "codeception/codeception", "version": "4.1.8", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", "reference": "41036e8af66e727c4587012f0366b7f0576a99da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/41036e8af66e727c4587012f0366b7f0576a99da", "reference": "41036e8af66e727c4587012f0366b7f0576a99da", "shasum": "" }, "require": { "behat/gherkin": "^4.4.0", "codeception/lib-asserts": "^1.0", "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0", "codeception/stub": "^2.0 | ^3.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/psr7": "~1.4", "php": ">=5.6.0 <8.0", "symfony/console": ">=2.7 <6.0", "symfony/css-selector": ">=2.7 <6.0", "symfony/event-dispatcher": ">=2.7 <6.0", "symfony/finder": ">=2.7 <6.0", "symfony/yaml": ">=2.7 <6.0" }, "require-dev": { "codeception/module-asserts": "*@dev", "codeception/module-cli": "*@dev", "codeception/module-db": "*@dev", "codeception/module-filesystem": "*@dev", "codeception/module-phpbrowser": "*@dev", "codeception/specify": "~0.3", "codeception/util-universalframework": "*@dev", "monolog/monolog": "~1.8", "squizlabs/php_codesniffer": "~2.0", "symfony/process": ">=2.7 <6.0", "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0" }, "suggest": { "codeception/specify": "BDD-style code blocks", "codeception/verify": "BDD-style assertions", "hoa/console": "For interactive console functionality", "stecman/symfony-console-completion": "For BASH autocompletion", "symfony/phpunit-bridge": "For phpunit-bridge support" }, "bin": [ "codecept" ], "type": "library", "extra": { "branch-alias": [] }, "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" ], "funding": [ { "url": "https://opencollective.com/codeception", "type": "open_collective" } ], "time": "2020-10-11T17:54:58+00:00" }, { "name": "codeception/lib-asserts", "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/Codeception/lib-asserts.git", "reference": "263ef0b7eff80643e82f4cf55351eca553a09a10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/263ef0b7eff80643e82f4cf55351eca553a09a10", "reference": "263ef0b7eff80643e82f4cf55351eca553a09a10", "shasum": "" }, "require": { "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0", "ext-dom": "*", "php": ">=5.6.0 <8.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk", "email": "davert@mail.ua", "homepage": "http://codegyre.com" }, { "name": "Gintautas Miselis" }, { "name": "Gustavo Nieves", "homepage": "https://medium.com/@ganieves" } ], "description": "Assertion methods used by Codeception core and Asserts module", "homepage": "https://codeception.com/", "keywords": [ "codeception" ], "time": "2020-08-28T07:49:36+00:00" }, { "name": "codeception/lib-innerbrowser", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/Codeception/lib-innerbrowser.git", "reference": "5ab24364b7b6408127028ad73d802bc5a49b797b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/5ab24364b7b6408127028ad73d802bc5a49b797b", "reference": "5ab24364b7b6408127028ad73d802bc5a49b797b", "shasum": "" }, "require": { "codeception/codeception": "*@dev", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0 <8.0", "symfony/browser-kit": ">=2.7 <6.0", "symfony/dom-crawler": ">=2.7 <6.0" }, "conflict": { "codeception/codeception": "<4.0" }, "require-dev": { "codeception/util-universalframework": "dev-master" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk", "email": "davert@mail.ua", "homepage": "http://codegyre.com" }, { "name": "Gintautas Miselis" } ], "description": "Parent library for all Codeception framework modules and PhpBrowser", "homepage": "https://codeception.com/", "keywords": [ "codeception" ], "time": "2020-10-11T19:01:02+00:00" }, { "name": "codeception/module-asserts", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/Codeception/module-asserts.git", "reference": "32e5be519faaeb60ed3692383dcd1b3390ec2667" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/32e5be519faaeb60ed3692383dcd1b3390ec2667", "reference": "32e5be519faaeb60ed3692383dcd1b3390ec2667", "shasum": "" }, "require": { "codeception/codeception": "*@dev", "codeception/lib-asserts": "^1.13.1", "php": ">=5.6.0 <8.0" }, "conflict": { "codeception/codeception": "<4.0" }, "require-dev": { "codeception/util-robohelpers": "dev-master" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk" }, { "name": "Gintautas Miselis" }, { "name": "Gustavo Nieves", "homepage": "https://medium.com/@ganieves" } ], "description": "Codeception module containing various assertions", "homepage": "https://codeception.com/", "keywords": [ "assertions", "asserts", "codeception" ], "time": "2020-08-28T08:06:29+00:00" }, { "name": "codeception/module-filesystem", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/Codeception/module-filesystem.git", "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/fe3c352479924ec0aaf6a6c3d6825dc14242b81e", "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e", "shasum": "" }, "require": { "codeception/codeception": "*@dev", "php": ">=5.6.0 <8.0", "symfony/finder": ">=2.7 <6.0" }, "conflict": { "codeception/codeception": "<4.0" }, "require-dev": { "codeception/util-robohelpers": "dev-master" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk" }, { "name": "Gintautas Miselis" } ], "description": "Codeception module for testing local filesystem", "homepage": "http://codeception.com/", "keywords": [ "codeception", "filesystem" ], "time": "2019-12-04T17:13:39+00:00" }, { "name": "codeception/module-webdriver", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/Codeception/module-webdriver.git", "reference": "d055c645f600e991e33d1f289a9645eee46c384e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/d055c645f600e991e33d1f289a9645eee46c384e", "reference": "d055c645f600e991e33d1f289a9645eee46c384e", "shasum": "" }, "require": { "codeception/codeception": "^4.0", "php": ">=5.6.0 <8.0", "php-webdriver/webdriver": "^1.6.0" }, "require-dev": { "codeception/util-robohelpers": "dev-master" }, "suggest": { "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk" }, { "name": "Gintautas Miselis" }, { "name": "Zaahid Bateson" } ], "description": "WebDriver module for Codeception", "homepage": "http://codeception.com/", "keywords": [ "acceptance-testing", "browser-testing", "codeception" ], "time": "2020-10-11T18:54:47+00:00" }, { "name": "codeception/module-yii2", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-yii2.git", "reference": "0e33d34991b58ffe7f2cae7158ae4221b677ec66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/module-yii2/zipball/0e33d34991b58ffe7f2cae7158ae4221b677ec66", "reference": "0e33d34991b58ffe7f2cae7158ae4221b677ec66", "shasum": "" }, "require": { "codeception/codeception": "^4.0", "codeception/lib-innerbrowser": "^1.0", "php": ">=5.6.0 <8.0" }, "require-dev": { "codeception/util-robohelpers": "dev-master" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander Makarov" }, { "name": "Sam Mouse" }, { "name": "Michael Bodnarchuk" } ], "description": "Codeception module for Yii2 framework", "homepage": "http://codeception.com/", "keywords": [ "codeception", "yii2" ], "time": "2020-08-28T06:50:26+00:00" }, { "name": "codeception/specify", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/Codeception/Specify.git", "reference": "17ae6d4d6cb201ef5461f6587ecfcff8c177f854" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/Specify/zipball/17ae6d4d6cb201ef5461f6587ecfcff8c177f854", "reference": "17ae6d4d6cb201ef5461f6587ecfcff8c177f854", "shasum": "" }, "require": { "myclabs/deep-copy": "~1.1", "php": ">=7.1.0", "phpunit/phpunit": ">=7.0 <10.0" }, "type": "library", "autoload": { "psr-0": { "Codeception\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk", "email": "davert@codeception.com" }, { "name": "Gustavo Nieves", "homepage": "https://medium.com/@ganieves" } ], "description": "BDD code blocks for PHPUnit and Codeception", "time": "2020-08-27T20:17:29+00:00" }, { "name": "codeception/verify", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/Codeception/Verify.git", "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Codeception/Verify/zipball/fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", "reference": "fa0bb946b6d61279f461bcc5a677ac0ed5eab9b3", "shasum": "" }, "require": { "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.4", "php": ">= 7.0", "phpunit/phpunit": "> 6.0" }, "type": "library", "autoload": { "files": [ "src/Codeception/function.php" ], "psr-4": { "Codeception\\": "src\\Codeception" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Bodnarchuk", "email": "davert@codeception.com" } ], "description": "BDD assertion library for PHPUnit", "time": "2019-07-30T18:21:46+00:00" }, { "name": "fzaninotto/faker", "version": "v1.9.1", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f", "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "ext-intl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7", "squizlabs/php_codesniffer": "^2.9.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "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" ], "time": "2019-12-12T13:22:17+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3", "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", "shasum": "" }, "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "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" ], "time": "2020-09-30T07:37:11+00:00" }, { "name": "opis/closure", "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/opis/closure.git", "reference": "c547f8262a5fa9ff507bd06cc394067b83a75085" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/opis/closure/zipball/c547f8262a5fa9ff507bd06cc394067b83a75085", "reference": "c547f8262a5fa9ff507bd06cc394067b83a75085", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0" }, "require-dev": { "jeremeamia/superclosure": "^2.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.6.x-dev" } }, "autoload": { "psr-4": { "Opis\\Closure\\": "src/" }, "files": [ "functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marius Sarca", "email": "marius.sarca@gmail.com" }, { "name": "Sorin Sarca", "email": "sarca_sorin@hotmail.com" } ], "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", "homepage": "https://opis.io/closure", "keywords": [ "anonymous functions", "closure", "function", "serializable", "serialization", "serialize" ], "time": "2020-10-11T21:42:15+00:00" }, { "name": "php-webdriver/webdriver", "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", "reference": "fb0fc4cb01c70a7790a5fcc91d461b88c83174a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/fb0fc4cb01c70a7790a5fcc91d461b88c83174a2", "reference": "fb0fc4cb01c70a7790a5fcc91d461b88c83174a2", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-zip": "*", "php": "^5.6 || ~7.0", "symfony/polyfill-mbstring": "^1.12", "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0" }, "replace": { "facebook/webdriver": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "ondram/ci-detector": "^2.1 || ^3.5", "php-coveralls/php-coveralls": "^2.0", "php-mock/php-mock-phpunit": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^5.7", "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0", "sminnee/phpunit-mock-objects": "^3.4", "squizlabs/php_codesniffer": "^3.5", "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0" }, "suggest": { "ext-SimpleXML": "For Firefox profile creation" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.8.x-dev" } }, "autoload": { "psr-4": { "Facebook\\WebDriver\\": "lib/" }, "files": [ "lib/Exception/TimeoutException.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", "homepage": "https://github.com/php-webdriver/php-webdriver", "keywords": [ "Chromedriver", "geckodriver", "php", "selenium", "webdriver" ], "time": "2020-10-06T19:10:04+00:00" }, { "name": "phpcompatibility/php-compatibility", "version": "9.3.5", "source": { "type": "git", "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243", "reference": "9fb324479acf6f39452e0655d2429cc0d3914243", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" }, "conflict": { "squizlabs/php_codesniffer": "2.6.2" }, "require-dev": { "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" }, "suggest": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Wim Godden", "homepage": "https://github.com/wimg", "role": "lead" }, { "name": "Juliette Reinders Folmer", "homepage": "https://github.com/jrfnl", "role": "lead" }, { "name": "Contributors", "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" } ], "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", "keywords": [ "compatibility", "phpcs", "standards" ], "time": "2019-12-27T09:44:58+00:00" }, { "name": "phpspec/php-diff", "version": "v1.1.3", "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": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "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).", "time": "2020-09-18T13:47:07+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/event-dispatcher", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/event-dispatcher.git", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Standard interfaces for event handling.", "keywords": [ "events", "psr", "psr-14" ], "time": "2019-01-08T18:20:26+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "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": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "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.", "time": "2019-03-08T08:55:37+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.5.6", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", "standards" ], "time": "2020-08-10T04:50:15+00:00" }, { "name": "symfony/browser-kit", "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/61d85c5af2fc058014c7c89504c3944e73a086f0", "reference": "61d85c5af2fc058014c7c89504c3944e73a086f0", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/dom-crawler": "~3.4|~4.0" }, "require-dev": { "symfony/css-selector": "~3.4|~4.0", "symfony/process": "~3.4|~4.0" }, "suggest": { "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "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": "Symfony BrowserKit Component", "homepage": "https://symfony.com", "time": "2019-02-23T15:17:42+00:00" }, { "name": "symfony/console", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/ae789a8a2ad189ce7e8216942cdb9b77319f5eb8", "reference": "ae789a8a2ad189ce7e8216942cdb9b77319f5eb8", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2", "symfony/string": "^5.1" }, "conflict": { "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0", "symfony/process": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "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": "Symfony Console Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-07T15:23:00+00:00" }, { "name": "symfony/css-selector", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/e544e24472d4c97b2d11ade7caacd446727c6bf9", "reference": "e544e24472d4c97b2d11ade7caacd446727c6bf9", "shasum": "" }, "require": { "php": ">=7.2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "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": "Symfony CssSelector Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-05-20T17:43:50+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665", "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/dom-crawler", "version": "v4.4.15", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bdcb7633a501770a0daefbf81d2e6b28c3864f2b", "reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "masterminds/html5": "<2.6" }, "require-dev": { "masterminds/html5": "^2.6", "symfony/css-selector": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "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": "Symfony DomCrawler Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-02T07:34:48+00:00" }, { "name": "symfony/event-dispatcher", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "d5de97d6af175a9e8131c546db054ca32842dd0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d5de97d6af175a9e8131c546db054ca32842dd0f", "reference": "d5de97d6af175a9e8131c546db054ca32842dd0f", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^2", "symfony/polyfill-php80": "^1.15" }, "conflict": { "symfony/dependency-injection": "<4.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "2.0" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/error-handler": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/service-contracts": "^1.1|^2", "symfony/stopwatch": "^4.4|^5.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "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": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-09-18T14:27:32+00:00" }, { "name": "symfony/event-dispatcher-contracts", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2", "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/event-dispatcher": "^1" }, "suggest": { "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "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" } ], "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/finder", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8", "reference": "2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8", "shasum": "" }, "require": { "php": ">=7.2.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "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": "Symfony Finder Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-09-02T16:23:27+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5", "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca", "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\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" } ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981", "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981", "shasum": "" }, "require": { "php": ">=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/service-contracts", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1", "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.0" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "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" } ], "time": "2020-09-07T11:33:47+00:00" }, { "name": "symfony/string", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e", "reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony String component", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-09-15T12:23:47+00:00" }, { "name": "symfony/yaml", "version": "v5.1.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a", "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<4.4" }, "require-dev": { "symfony/console": "^4.4|^5.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "bin": [ "Resources/bin/yaml-lint" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "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": "Symfony Yaml Component", "homepage": "https://symfony.com", "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-09-27T03:44:28+00:00" }, { "name": "yiisoft/yii2-debug", "version": "2.1.13", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-debug.git", "reference": "696712a2a3565b1a072ad3c9d298e262967e8282" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/696712a2a3565b1a072ad3c9d298e262967e8282", "reference": "696712a2a3565b1a072ad3c9d298e262967e8282", "shasum": "" }, "require": { "ext-mbstring": "*", "opis/closure": "^3.3", "php": ">=5.4", "yiisoft/yii2": "~2.0.13" }, "require-dev": { "phpunit/phpunit": "<7", "yiisoft/yii2-coding-standards": "~2.0", "yiisoft/yii2-swiftmailer": "*" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" }, { "name": "Simon Karlen", "email": "simi.albi@outlook.com" } ], "description": "The debugger extension for the Yii framework", "keywords": [ "debug", "debugger", "yii2" ], "time": "2020-01-17T13:40:32+00:00" }, { "name": "yiisoft/yii2-faker", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-faker.git", "reference": "3df62b1dcb272a8413f9c6e532c9d73f325ccde1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/3df62b1dcb272a8413f9c6e532c9d73f325ccde1", "reference": "3df62b1dcb272a8413f9c6e532c9d73f325ccde1", "shasum": "" }, "require": { "fzaninotto/faker": "~1.4", "yiisoft/yii2": "~2.0.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\faker\\": "" } }, "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" ], "time": "2018-02-19T20:27:10+00:00" }, { "name": "yiisoft/yii2-gii", "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-gii.git", "reference": "d879cb186361fbc6f71a2d994d580b5a071a5642" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/d879cb186361fbc6f71a2d994d580b5a071a5642", "reference": "d879cb186361fbc6f71a2d994d580b5a071a5642", "shasum": "" }, "require": { "phpspec/php-diff": "^1.1.0", "yiisoft/yii2": "~2.0.14" }, "require-dev": { "phpunit/phpunit": "<7", "yiisoft/yii2-coding-standards": "~2.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "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" ], "time": "2020-01-17T13:33:30+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "npm-asset/select2-bootstrap-theme": 10 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.1", "ext-exif": "*", "ext-zip": "*" }, "platform-dev": [], "plugin-api-version": "1.1.0" }