Commit cb0d7e748658cc7ae030070f4c726e007f537019

Authored by Yarik
1 parent a56d46da

Image fixes

common/components/artboximage/ArtboxImage.php
@@ -34,7 +34,11 @@ class ArtboxImage extends Component { @@ -34,7 +34,11 @@ class ArtboxImage extends Component {
34 if(empty($file) || !realpath($file)) { 34 if(empty($file) || !realpath($file)) {
35 throw new ErrorException('File name can not be empty and exists'); 35 throw new ErrorException('File name can not be empty and exists');
36 } 36 }
37 - return Image::factory($file, $driver ? $driver : $this->driver); 37 + try {
  38 + return Image::factory($file, $driver ? $driver : $this->driver);
  39 + } catch (ErrorException $e) {
  40 + return Image::factory(\Yii::getAlias('@storage') . '/no-image.png', $driver ? $driver : $this->driver);
  41 + }
38 } 42 }
39 43
40 public function fileinputWidget($model, $modelField, $formField = 'fileUpload', $multiple = false, $imageOnly = true) { 44 public function fileinputWidget($model, $modelField, $formField = 'fileUpload', $multiple = false, $imageOnly = true) {
common/config/main.php
1 <?php 1 <?php
  2 + use yii\image\drivers\Kohana_Image;
  3 + use yii\imagine\Image;
  4 +
2 return [ 5 return [
3 'language' => 'ru', 6 'language' => 'ru',
4 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 7 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
@@ -195,6 +198,7 @@ @@ -195,6 +198,7 @@
195 'resize' => [ 198 'resize' => [
196 'width' => 116, 199 'width' => 116,
197 'height' => 116, 200 'height' => 116,
  201 + 'master' => Kohana_Image::ADAPT,
198 ], 202 ],
199 ], 203 ],
200 'collection_gallery' => [ 204 'collection_gallery' => [
@@ -4,7 +4,6 @@ @@ -4,7 +4,6 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 - "hash": "f93b2af40fdef0649dd243a46d036b5d",  
8 "content-hash": "5aa237fc8d5946f64672aa2ee7b43c4c", 7 "content-hash": "5aa237fc8d5946f64672aa2ee7b43c4c",
9 "packages": [ 8 "packages": [
10 { 9 {
@@ -48,20 +47,20 @@ @@ -48,20 +47,20 @@
48 "transliterator", 47 "transliterator",
49 "yii" 48 "yii"
50 ], 49 ],
51 - "time": "2014-01-17 15:55:42" 50 + "time": "2014-01-17T15:55:42+00:00"
52 }, 51 },
53 { 52 {
54 "name": "almasaeed2010/adminlte", 53 "name": "almasaeed2010/adminlte",
55 - "version": "v2.3.6", 54 + "version": "v2.3.11",
56 "source": { 55 "source": {
57 "type": "git", 56 "type": "git",
58 "url": "https://github.com/almasaeed2010/AdminLTE.git", 57 "url": "https://github.com/almasaeed2010/AdminLTE.git",
59 - "reference": "be11566d9539370b196ac85f22a6baf9f42c87cb" 58 + "reference": "2be703222af2edcb87e562d3da2299e4352bff8a"
60 }, 59 },
61 "dist": { 60 "dist": {
62 "type": "zip", 61 "type": "zip",
63 - "url": "https://api.github.com/repos/almasaeed2010/AdminLTE/zipball/be11566d9539370b196ac85f22a6baf9f42c87cb",  
64 - "reference": "be11566d9539370b196ac85f22a6baf9f42c87cb", 62 + "url": "https://api.github.com/repos/almasaeed2010/AdminLTE/zipball/2be703222af2edcb87e562d3da2299e4352bff8a",
  63 + "reference": "2be703222af2edcb87e562d3da2299e4352bff8a",
65 "shasum": "" 64 "shasum": ""
66 }, 65 },
67 "type": "library", 66 "type": "library",
@@ -88,20 +87,20 @@ @@ -88,20 +87,20 @@
88 "theme", 87 "theme",
89 "web" 88 "web"
90 ], 89 ],
91 - "time": "2016-08-04 23:22:06" 90 + "time": "2017-01-08T21:03:57+00:00"
92 }, 91 },
93 { 92 {
94 "name": "behat/gherkin", 93 "name": "behat/gherkin",
95 - "version": "v4.4.4", 94 + "version": "v4.4.5",
96 "source": { 95 "source": {
97 "type": "git", 96 "type": "git",
98 "url": "https://github.com/Behat/Gherkin.git", 97 "url": "https://github.com/Behat/Gherkin.git",
99 - "reference": "cf8cc94647101e02a33d690245896d83d880aea1" 98 + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
100 }, 99 },
101 "dist": { 100 "dist": {
102 "type": "zip", 101 "type": "zip",
103 - "url": "https://api.github.com/repos/Behat/Gherkin/zipball/cf8cc94647101e02a33d690245896d83d880aea1",  
104 - "reference": "cf8cc94647101e02a33d690245896d83d880aea1", 102 + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
  103 + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
105 "shasum": "" 104 "shasum": ""
106 }, 105 },
107 "require": { 106 "require": {
@@ -147,20 +146,20 @@ @@ -147,20 +146,20 @@
147 "gherkin", 146 "gherkin",
148 "parser" 147 "parser"
149 ], 148 ],
150 - "time": "2016-09-18 12:16:14" 149 + "time": "2016-10-30T11:50:56+00:00"
151 }, 150 },
152 { 151 {
153 "name": "bower-asset/admin-lte", 152 "name": "bower-asset/admin-lte",
154 - "version": "v2.3.6", 153 + "version": "v2.3.11",
155 "source": { 154 "source": {
156 "type": "git", 155 "type": "git",
157 "url": "https://github.com/almasaeed2010/AdminLTE.git", 156 "url": "https://github.com/almasaeed2010/AdminLTE.git",
158 - "reference": "be11566d9539370b196ac85f22a6baf9f42c87cb" 157 + "reference": "2be703222af2edcb87e562d3da2299e4352bff8a"
159 }, 158 },
160 "dist": { 159 "dist": {
161 "type": "zip", 160 "type": "zip",
162 - "url": "https://api.github.com/repos/almasaeed2010/AdminLTE/zipball/be11566d9539370b196ac85f22a6baf9f42c87cb",  
163 - "reference": "be11566d9539370b196ac85f22a6baf9f42c87cb", 161 + "url": "https://api.github.com/repos/almasaeed2010/AdminLTE/zipball/2be703222af2edcb87e562d3da2299e4352bff8a",
  162 + "reference": "2be703222af2edcb87e562d3da2299e4352bff8a",
164 "shasum": "" 163 "shasum": ""
165 }, 164 },
166 "type": "bower-asset-library", 165 "type": "bower-asset-library",
@@ -246,16 +245,16 @@ @@ -246,16 +245,16 @@
246 }, 245 },
247 { 246 {
248 "name": "bower-asset/bootstrap3-dialog", 247 "name": "bower-asset/bootstrap3-dialog",
249 - "version": "v1.35.3", 248 + "version": "v1.35.4",
250 "source": { 249 "source": {
251 "type": "git", 250 "type": "git",
252 "url": "https://github.com/nakupanda/bootstrap3-dialog.git", 251 "url": "https://github.com/nakupanda/bootstrap3-dialog.git",
253 - "reference": "4aa9d536516957e01c39afd1b5e8bdd88976ef7b" 252 + "reference": "3dd11d586f78de75356af418907ec6e3b347377c"
254 }, 253 },
255 "dist": { 254 "dist": {
256 "type": "zip", 255 "type": "zip",
257 - "url": "https://api.github.com/repos/nakupanda/bootstrap3-dialog/zipball/4aa9d536516957e01c39afd1b5e8bdd88976ef7b",  
258 - "reference": "4aa9d536516957e01c39afd1b5e8bdd88976ef7b", 256 + "url": "https://api.github.com/repos/nakupanda/bootstrap3-dialog/zipball/3dd11d586f78de75356af418907ec6e3b347377c",
  257 + "reference": "3dd11d586f78de75356af418907ec6e3b347377c",
259 "shasum": "" 258 "shasum": ""
260 }, 259 },
261 "require": { 260 "require": {
@@ -396,16 +395,16 @@ @@ -396,16 +395,16 @@
396 }, 395 },
397 { 396 {
398 "name": "bower-asset/jquery.inputmask", 397 "name": "bower-asset/jquery.inputmask",
399 - "version": "3.2.7", 398 + "version": "3.3.6",
400 "source": { 399 "source": {
401 "type": "git", 400 "type": "git",
402 "url": "https://github.com/RobinHerbots/Inputmask.git", 401 "url": "https://github.com/RobinHerbots/Inputmask.git",
403 - "reference": "5a72c563b502b8e05958a524cdfffafe9987be38" 402 + "reference": "e42852f4afa01a80815394a5b2f9ce504c1a8d0b"
404 }, 403 },
405 "dist": { 404 "dist": {
406 "type": "zip", 405 "type": "zip",
407 - "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5a72c563b502b8e05958a524cdfffafe9987be38",  
408 - "reference": "5a72c563b502b8e05958a524cdfffafe9987be38", 406 + "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/e42852f4afa01a80815394a5b2f9ce504c1a8d0b",
  407 + "reference": "e42852f4afa01a80815394a5b2f9ce504c1a8d0b",
409 "shasum": "" 408 "shasum": ""
410 }, 409 },
411 "require": { 410 "require": {
@@ -414,23 +413,36 @@ @@ -414,23 +413,36 @@
414 "type": "bower-asset-library", 413 "type": "bower-asset-library",
415 "extra": { 414 "extra": {
416 "bower-asset-main": [ 415 "bower-asset-main": [
417 - "./dist/inputmask/inputmask.js" 416 + "./dist/inputmask/inputmask.js",
  417 + "./dist/inputmask/inputmask.extensions.js",
  418 + "./dist/inputmask/inputmask.date.extensions.js",
  419 + "./dist/inputmask/inputmask.numeric.extensions.js",
  420 + "./dist/inputmask/inputmask.phone.extensions.js",
  421 + "./dist/inputmask/jquery.inputmask.js",
  422 + "./dist/inputmask/global/document.js",
  423 + "./dist/inputmask/global/window.js",
  424 + "./dist/inputmask/phone-codes/phone.js",
  425 + "./dist/inputmask/phone-codes/phone-be.js",
  426 + "./dist/inputmask/phone-codes/phone-nl.js",
  427 + "./dist/inputmask/phone-codes/phone-ru.js",
  428 + "./dist/inputmask/phone-codes/phone-uk.js",
  429 + "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js",
  430 + "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js",
  431 + "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js",
  432 + "./dist/inputmask/bindings/inputmask.binding.js"
418 ], 433 ],
419 "bower-asset-ignore": [ 434 "bower-asset-ignore": [
420 "**/*", 435 "**/*",
421 "!dist/*", 436 "!dist/*",
422 "!dist/inputmask/*", 437 "!dist/inputmask/*",
423 "!dist/min/*", 438 "!dist/min/*",
424 - "!dist/min/inputmask/*",  
425 - "!extra/bindings/*",  
426 - "!extra/dependencyLibs/*",  
427 - "!extra/phone-codes/*" 439 + "!dist/min/inputmask/*"
428 ] 440 ]
429 }, 441 },
430 "license": [ 442 "license": [
431 "http://opensource.org/licenses/mit-license.php" 443 "http://opensource.org/licenses/mit-license.php"
432 ], 444 ],
433 - "description": "jquery.inputmask is a jquery plugin which create an input mask.", 445 + "description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
434 "keywords": [ 446 "keywords": [
435 "form", 447 "form",
436 "input", 448 "input",
@@ -560,7 +572,7 @@ @@ -560,7 +572,7 @@
560 "markdown", 572 "markdown",
561 "markdown-extra" 573 "markdown-extra"
562 ], 574 ],
563 - "time": "2016-09-14 20:40:20" 575 + "time": "2016-09-14T20:40:20+00:00"
564 }, 576 },
565 { 577 {
566 "name": "cebe/yii2-gravatar", 578 "name": "cebe/yii2-gravatar",
@@ -603,20 +615,20 @@ @@ -603,20 +615,20 @@
603 "gravatar", 615 "gravatar",
604 "yii" 616 "yii"
605 ], 617 ],
606 - "time": "2013-12-10 17:49:58" 618 + "time": "2013-12-10T17:49:58+00:00"
607 }, 619 },
608 { 620 {
609 "name": "codeception/codeception", 621 "name": "codeception/codeception",
610 - "version": "2.2.5", 622 + "version": "2.2.11",
611 "source": { 623 "source": {
612 "type": "git", 624 "type": "git",
613 "url": "https://github.com/Codeception/Codeception.git", 625 "url": "https://github.com/Codeception/Codeception.git",
614 - "reference": "b4729341e469d0f174f3cade85718ff5bf8dd751" 626 + "reference": "a8681b416921ae282ccca2c485d75a3ed6756080"
615 }, 627 },
616 "dist": { 628 "dist": {
617 "type": "zip", 629 "type": "zip",
618 - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b4729341e469d0f174f3cade85718ff5bf8dd751",  
619 - "reference": "b4729341e469d0f174f3cade85718ff5bf8dd751", 630 + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/a8681b416921ae282ccca2c485d75a3ed6756080",
  631 + "reference": "a8681b416921ae282ccca2c485d75a3ed6756080",
620 "shasum": "" 632 "shasum": ""
621 }, 633 },
622 "require": { 634 "require": {
@@ -627,14 +639,16 @@ @@ -627,14 +639,16 @@
627 "guzzlehttp/guzzle": ">=4.1.4 <7.0", 639 "guzzlehttp/guzzle": ">=4.1.4 <7.0",
628 "guzzlehttp/psr7": "~1.0", 640 "guzzlehttp/psr7": "~1.0",
629 "php": ">=5.4.0 <8.0", 641 "php": ">=5.4.0 <8.0",
630 - "phpunit/php-code-coverage": ">=2.1.3 <5.0", 642 + "phpunit/php-code-coverage": ">=2.2.4 <6.0",
631 "phpunit/phpunit": ">4.8.20 <6.0", 643 "phpunit/phpunit": ">4.8.20 <6.0",
632 - "sebastian/comparator": "~1.1", 644 + "phpunit/phpunit-mock-objects": ">2.3 <5.0",
  645 + "sebastian/comparator": ">1.1 <3.0",
633 "sebastian/diff": "^1.4", 646 "sebastian/diff": "^1.4",
  647 + "stecman/symfony-console-completion": "^0.7.0",
634 "symfony/browser-kit": ">=2.7 <4.0", 648 "symfony/browser-kit": ">=2.7 <4.0",
635 "symfony/console": ">=2.7 <4.0", 649 "symfony/console": ">=2.7 <4.0",
636 "symfony/css-selector": ">=2.7 <4.0", 650 "symfony/css-selector": ">=2.7 <4.0",
637 - "symfony/dom-crawler": ">=2.7 <4.0", 651 + "symfony/dom-crawler": ">=2.7.5 <4.0",
638 "symfony/event-dispatcher": ">=2.7 <4.0", 652 "symfony/event-dispatcher": ">=2.7 <4.0",
639 "symfony/finder": ">=2.7 <4.0", 653 "symfony/finder": ">=2.7 <4.0",
640 "symfony/yaml": ">=2.7 <4.0" 654 "symfony/yaml": ">=2.7 <4.0"
@@ -650,7 +664,8 @@ @@ -650,7 +664,8 @@
650 "pda/pheanstalk": "~3.0", 664 "pda/pheanstalk": "~3.0",
651 "php-amqplib/php-amqplib": "~2.4", 665 "php-amqplib/php-amqplib": "~2.4",
652 "predis/predis": "^1.0", 666 "predis/predis": "^1.0",
653 - "squizlabs/php_codesniffer": "~2.0" 667 + "squizlabs/php_codesniffer": "~2.0",
  668 + "vlucas/phpdotenv": "^2.4.0"
654 }, 669 },
655 "suggest": { 670 "suggest": {
656 "codeception/specify": "BDD-style code blocks", 671 "codeception/specify": "BDD-style code blocks",
@@ -694,20 +709,20 @@ @@ -694,20 +709,20 @@
694 "functional testing", 709 "functional testing",
695 "unit testing" 710 "unit testing"
696 ], 711 ],
697 - "time": "2016-09-29 01:29:59" 712 + "time": "2017-05-11T21:07:05+00:00"
698 }, 713 },
699 { 714 {
700 "name": "developeruz/yii2-db-rbac", 715 "name": "developeruz/yii2-db-rbac",
701 - "version": "1.0.11", 716 + "version": "1.1.2",
702 "source": { 717 "source": {
703 "type": "git", 718 "type": "git",
704 "url": "https://github.com/developeruz/yii2-db-rbac.git", 719 "url": "https://github.com/developeruz/yii2-db-rbac.git",
705 - "reference": "80c7ad99a7324181531bde4dbd6611deab910efe" 720 + "reference": "0cd8031d56d487a28b967d0af236a82577c0ea51"
706 }, 721 },
707 "dist": { 722 "dist": {
708 "type": "zip", 723 "type": "zip",
709 - "url": "https://api.github.com/repos/developeruz/yii2-db-rbac/zipball/80c7ad99a7324181531bde4dbd6611deab910efe",  
710 - "reference": "80c7ad99a7324181531bde4dbd6611deab910efe", 724 + "url": "https://api.github.com/repos/developeruz/yii2-db-rbac/zipball/0cd8031d56d487a28b967d0af236a82577c0ea51",
  725 + "reference": "0cd8031d56d487a28b967d0af236a82577c0ea51",
711 "shasum": "" 726 "shasum": ""
712 }, 727 },
713 "require": { 728 "require": {
@@ -735,20 +750,20 @@ @@ -735,20 +750,20 @@
735 "rbac", 750 "rbac",
736 "yii" 751 "yii"
737 ], 752 ],
738 - "time": "2016-06-17 04:33:22" 753 + "time": "2017-03-05T11:58:10+00:00"
739 }, 754 },
740 { 755 {
741 "name": "dmstr/yii2-adminlte-asset", 756 "name": "dmstr/yii2-adminlte-asset",
742 - "version": "2.3.3", 757 + "version": "2.4.2",
743 "source": { 758 "source": {
744 "type": "git", 759 "type": "git",
745 "url": "https://github.com/dmstr/yii2-adminlte-asset.git", 760 "url": "https://github.com/dmstr/yii2-adminlte-asset.git",
746 - "reference": "a1330f2f678d66d8ce2f8acb6fb9ce60a4614c60" 761 + "reference": "b339611f9f34621d731d3feca3a83b42720c7d5c"
747 }, 762 },
748 "dist": { 763 "dist": {
749 "type": "zip", 764 "type": "zip",
750 - "url": "https://api.github.com/repos/dmstr/yii2-adminlte-asset/zipball/a1330f2f678d66d8ce2f8acb6fb9ce60a4614c60",  
751 - "reference": "a1330f2f678d66d8ce2f8acb6fb9ce60a4614c60", 765 + "url": "https://api.github.com/repos/dmstr/yii2-adminlte-asset/zipball/b339611f9f34621d731d3feca3a83b42720c7d5c",
  766 + "reference": "b339611f9f34621d731d3feca3a83b42720c7d5c",
752 "shasum": "" 767 "shasum": ""
753 }, 768 },
754 "require": { 769 "require": {
@@ -795,7 +810,7 @@ @@ -795,7 +810,7 @@
795 "theme", 810 "theme",
796 "yii2" 811 "yii2"
797 ], 812 ],
798 - "time": "2016-07-28 03:57:05" 813 + "time": "2017-03-30T09:04:16+00:00"
799 }, 814 },
800 { 815 {
801 "name": "doctrine/instantiator", 816 "name": "doctrine/instantiator",
@@ -849,25 +864,28 @@ @@ -849,25 +864,28 @@
849 "constructor", 864 "constructor",
850 "instantiate" 865 "instantiate"
851 ], 866 ],
852 - "time": "2015-06-14 21:17:01" 867 + "time": "2015-06-14T21:17:01+00:00"
853 }, 868 },
854 { 869 {
855 "name": "ezyang/htmlpurifier", 870 "name": "ezyang/htmlpurifier",
856 - "version": "v4.8.0", 871 + "version": "v4.9.2",
857 "source": { 872 "source": {
858 "type": "git", 873 "type": "git",
859 "url": "https://github.com/ezyang/htmlpurifier.git", 874 "url": "https://github.com/ezyang/htmlpurifier.git",
860 - "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2" 875 + "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4"
861 }, 876 },
862 "dist": { 877 "dist": {
863 "type": "zip", 878 "type": "zip",
864 - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",  
865 - "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2", 879 + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
  880 + "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4",
866 "shasum": "" 881 "shasum": ""
867 }, 882 },
868 "require": { 883 "require": {
869 "php": ">=5.2" 884 "php": ">=5.2"
870 }, 885 },
  886 + "require-dev": {
  887 + "simpletest/simpletest": "^1.1"
  888 + },
871 "type": "library", 889 "type": "library",
872 "autoload": { 890 "autoload": {
873 "psr-0": { 891 "psr-0": {
@@ -893,35 +911,41 @@ @@ -893,35 +911,41 @@
893 "keywords": [ 911 "keywords": [
894 "html" 912 "html"
895 ], 913 ],
896 - "time": "2016-07-16 12:58:58" 914 + "time": "2017-03-13T06:30:53+00:00"
897 }, 915 },
898 { 916 {
899 "name": "facebook/webdriver", 917 "name": "facebook/webdriver",
900 - "version": "1.1.3", 918 + "version": "1.4.1",
901 "source": { 919 "source": {
902 "type": "git", 920 "type": "git",
903 "url": "https://github.com/facebook/php-webdriver.git", 921 "url": "https://github.com/facebook/php-webdriver.git",
904 - "reference": "b7186fb1bcfda956d237f59face250d06ef47253" 922 + "reference": "eadb0b7a7c3e6578185197fd40158b08c3164c83"
905 }, 923 },
906 "dist": { 924 "dist": {
907 "type": "zip", 925 "type": "zip",
908 - "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/b7186fb1bcfda956d237f59face250d06ef47253",  
909 - "reference": "b7186fb1bcfda956d237f59face250d06ef47253", 926 + "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/eadb0b7a7c3e6578185197fd40158b08c3164c83",
  927 + "reference": "eadb0b7a7c3e6578185197fd40158b08c3164c83",
910 "shasum": "" 928 "shasum": ""
911 }, 929 },
912 "require": { 930 "require": {
913 "ext-curl": "*", 931 "ext-curl": "*",
914 - "php": ">=5.3.19" 932 + "ext-zip": "*",
  933 + "php": "^5.5 || ~7.0",
  934 + "symfony/process": "^2.8 || ^3.1"
915 }, 935 },
916 "require-dev": { 936 "require-dev": {
917 - "friendsofphp/php-cs-fixer": "^1.11", 937 + "friendsofphp/php-cs-fixer": "^2.0",
  938 + "php-mock/php-mock-phpunit": "^1.1",
918 "phpunit/phpunit": "4.6.* || ~5.0", 939 "phpunit/phpunit": "4.6.* || ~5.0",
  940 + "satooshi/php-coveralls": "^1.0",
919 "squizlabs/php_codesniffer": "^2.6" 941 "squizlabs/php_codesniffer": "^2.6"
920 }, 942 },
921 - "suggest": {  
922 - "phpdocumentor/phpdocumentor": "2.*"  
923 - },  
924 "type": "library", 943 "type": "library",
  944 + "extra": {
  945 + "branch-alias": {
  946 + "dev-community": "1.5-dev"
  947 + }
  948 + },
925 "autoload": { 949 "autoload": {
926 "psr-4": { 950 "psr-4": {
927 "Facebook\\WebDriver\\": "lib/" 951 "Facebook\\WebDriver\\": "lib/"
@@ -931,7 +955,7 @@ @@ -931,7 +955,7 @@
931 "license": [ 955 "license": [
932 "Apache-2.0" 956 "Apache-2.0"
933 ], 957 ],
934 - "description": "A PHP client for WebDriver", 958 + "description": "A PHP client for Selenium WebDriver",
935 "homepage": "https://github.com/facebook/php-webdriver", 959 "homepage": "https://github.com/facebook/php-webdriver",
936 "keywords": [ 960 "keywords": [
937 "facebook", 961 "facebook",
@@ -939,20 +963,20 @@ @@ -939,20 +963,20 @@
939 "selenium", 963 "selenium",
940 "webdriver" 964 "webdriver"
941 ], 965 ],
942 - "time": "2016-08-10 00:44:08" 966 + "time": "2017-04-28T14:54:49+00:00"
943 }, 967 },
944 { 968 {
945 "name": "fortawesome/font-awesome", 969 "name": "fortawesome/font-awesome",
946 - "version": "v4.6.3", 970 + "version": "v4.7.0",
947 "source": { 971 "source": {
948 "type": "git", 972 "type": "git",
949 "url": "https://github.com/FortAwesome/Font-Awesome.git", 973 "url": "https://github.com/FortAwesome/Font-Awesome.git",
950 - "reference": "8e241f209faa1dd2182c9fdc9c352d8806504a4e" 974 + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687"
951 }, 975 },
952 "dist": { 976 "dist": {
953 "type": "zip", 977 "type": "zip",
954 - "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/8e241f209faa1dd2182c9fdc9c352d8806504a4e",  
955 - "reference": "8e241f209faa1dd2182c9fdc9c352d8806504a4e", 978 + "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687",
  979 + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687",
956 "shasum": "" 980 "shasum": ""
957 }, 981 },
958 "require-dev": { 982 "require-dev": {
@@ -987,25 +1011,25 @@ @@ -987,25 +1011,25 @@
987 "font", 1011 "font",
988 "icon" 1012 "icon"
989 ], 1013 ],
990 - "time": "2016-05-13 15:42:25" 1014 + "time": "2016-10-24T15:52:54+00:00"
991 }, 1015 },
992 { 1016 {
993 "name": "guzzlehttp/guzzle", 1017 "name": "guzzlehttp/guzzle",
994 - "version": "6.2.1", 1018 + "version": "6.2.3",
995 "source": { 1019 "source": {
996 "type": "git", 1020 "type": "git",
997 "url": "https://github.com/guzzle/guzzle.git", 1021 "url": "https://github.com/guzzle/guzzle.git",
998 - "reference": "3f808fba627f2c5b69e2501217bf31af349c1427" 1022 + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
999 }, 1023 },
1000 "dist": { 1024 "dist": {
1001 "type": "zip", 1025 "type": "zip",
1002 - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",  
1003 - "reference": "3f808fba627f2c5b69e2501217bf31af349c1427", 1026 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
  1027 + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
1004 "shasum": "" 1028 "shasum": ""
1005 }, 1029 },
1006 "require": { 1030 "require": {
1007 "guzzlehttp/promises": "^1.0", 1031 "guzzlehttp/promises": "^1.0",
1008 - "guzzlehttp/psr7": "^1.3.1", 1032 + "guzzlehttp/psr7": "^1.4",
1009 "php": ">=5.5" 1033 "php": ">=5.5"
1010 }, 1034 },
1011 "require-dev": { 1035 "require-dev": {
@@ -1049,32 +1073,32 @@ @@ -1049,32 +1073,32 @@
1049 "rest", 1073 "rest",
1050 "web service" 1074 "web service"
1051 ], 1075 ],
1052 - "time": "2016-07-15 17:22:37" 1076 + "time": "2017-02-28T22:50:30+00:00"
1053 }, 1077 },
1054 { 1078 {
1055 "name": "guzzlehttp/promises", 1079 "name": "guzzlehttp/promises",
1056 - "version": "1.2.0", 1080 + "version": "v1.3.1",
1057 "source": { 1081 "source": {
1058 "type": "git", 1082 "type": "git",
1059 "url": "https://github.com/guzzle/promises.git", 1083 "url": "https://github.com/guzzle/promises.git",
1060 - "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" 1084 + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1061 }, 1085 },
1062 "dist": { 1086 "dist": {
1063 "type": "zip", 1087 "type": "zip",
1064 - "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",  
1065 - "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", 1088 + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1089 + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1066 "shasum": "" 1090 "shasum": ""
1067 }, 1091 },
1068 "require": { 1092 "require": {
1069 "php": ">=5.5.0" 1093 "php": ">=5.5.0"
1070 }, 1094 },
1071 "require-dev": { 1095 "require-dev": {
1072 - "phpunit/phpunit": "~4.0" 1096 + "phpunit/phpunit": "^4.0"
1073 }, 1097 },
1074 "type": "library", 1098 "type": "library",
1075 "extra": { 1099 "extra": {
1076 "branch-alias": { 1100 "branch-alias": {
1077 - "dev-master": "1.0-dev" 1101 + "dev-master": "1.4-dev"
1078 } 1102 }
1079 }, 1103 },
1080 "autoload": { 1104 "autoload": {
@@ -1100,20 +1124,20 @@ @@ -1100,20 +1124,20 @@
1100 "keywords": [ 1124 "keywords": [
1101 "promise" 1125 "promise"
1102 ], 1126 ],
1103 - "time": "2016-05-18 16:56:05" 1127 + "time": "2016-12-20T10:07:11+00:00"
1104 }, 1128 },
1105 { 1129 {
1106 "name": "guzzlehttp/psr7", 1130 "name": "guzzlehttp/psr7",
1107 - "version": "1.3.1", 1131 + "version": "1.4.2",
1108 "source": { 1132 "source": {
1109 "type": "git", 1133 "type": "git",
1110 "url": "https://github.com/guzzle/psr7.git", 1134 "url": "https://github.com/guzzle/psr7.git",
1111 - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" 1135 + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
1112 }, 1136 },
1113 "dist": { 1137 "dist": {
1114 "type": "zip", 1138 "type": "zip",
1115 - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",  
1116 - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", 1139 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  1140 + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
1117 "shasum": "" 1141 "shasum": ""
1118 }, 1142 },
1119 "require": { 1143 "require": {
@@ -1149,29 +1173,36 @@ @@ -1149,29 +1173,36 @@
1149 "name": "Michael Dowling", 1173 "name": "Michael Dowling",
1150 "email": "mtdowling@gmail.com", 1174 "email": "mtdowling@gmail.com",
1151 "homepage": "https://github.com/mtdowling" 1175 "homepage": "https://github.com/mtdowling"
  1176 + },
  1177 + {
  1178 + "name": "Tobias Schultze",
  1179 + "homepage": "https://github.com/Tobion"
1152 } 1180 }
1153 ], 1181 ],
1154 - "description": "PSR-7 message implementation", 1182 + "description": "PSR-7 message implementation that also provides common utility methods",
1155 "keywords": [ 1183 "keywords": [
1156 "http", 1184 "http",
1157 "message", 1185 "message",
  1186 + "request",
  1187 + "response",
1158 "stream", 1188 "stream",
1159 - "uri" 1189 + "uri",
  1190 + "url"
1160 ], 1191 ],
1161 - "time": "2016-06-24 23:00:38" 1192 + "time": "2017-03-20T17:10:46+00:00"
1162 }, 1193 },
1163 { 1194 {
1164 "name": "imagine/imagine", 1195 "name": "imagine/imagine",
1165 - "version": "v0.5.0", 1196 + "version": "v0.6.3",
1166 "source": { 1197 "source": {
1167 "type": "git", 1198 "type": "git",
1168 "url": "https://github.com/avalanche123/Imagine.git", 1199 "url": "https://github.com/avalanche123/Imagine.git",
1169 - "reference": "f64ec666baaa800edcbf237db41121a569230709" 1200 + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
1170 }, 1201 },
1171 "dist": { 1202 "dist": {
1172 "type": "zip", 1203 "type": "zip",
1173 - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/f64ec666baaa800edcbf237db41121a569230709",  
1174 - "reference": "f64ec666baaa800edcbf237db41121a569230709", 1204 + "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
  1205 + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
1175 "shasum": "" 1206 "shasum": ""
1176 }, 1207 },
1177 "require": { 1208 "require": {
@@ -1186,6 +1217,11 @@ @@ -1186,6 +1217,11 @@
1186 "ext-imagick": "to use the Imagick implementation" 1217 "ext-imagick": "to use the Imagick implementation"
1187 }, 1218 },
1188 "type": "library", 1219 "type": "library",
  1220 + "extra": {
  1221 + "branch-alias": {
  1222 + "dev-develop": "0.7-dev"
  1223 + }
  1224 + },
1189 "autoload": { 1225 "autoload": {
1190 "psr-0": { 1226 "psr-0": {
1191 "Imagine": "lib/" 1227 "Imagine": "lib/"
@@ -1210,7 +1246,7 @@ @@ -1210,7 +1246,7 @@
1210 "image manipulation", 1246 "image manipulation",
1211 "image processing" 1247 "image processing"
1212 ], 1248 ],
1213 - "time": "2013-07-10 17:25:36" 1249 + "time": "2015-09-19T16:54:05+00:00"
1214 }, 1250 },
1215 { 1251 {
1216 "name": "iutbay/yii2-imagecache", 1252 "name": "iutbay/yii2-imagecache",
@@ -1251,20 +1287,20 @@ @@ -1251,20 +1287,20 @@
1251 "thumb", 1287 "thumb",
1252 "yii2" 1288 "yii2"
1253 ], 1289 ],
1254 - "time": "2014-12-04 07:39:35" 1290 + "time": "2014-12-04T07:39:35+00:00"
1255 }, 1291 },
1256 { 1292 {
1257 "name": "kartik-v/bootstrap-fileinput", 1293 "name": "kartik-v/bootstrap-fileinput",
1258 - "version": "v4.3.5", 1294 + "version": "v4.4.0",
1259 "source": { 1295 "source": {
1260 "type": "git", 1296 "type": "git",
1261 "url": "https://github.com/kartik-v/bootstrap-fileinput.git", 1297 "url": "https://github.com/kartik-v/bootstrap-fileinput.git",
1262 - "reference": "6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c" 1298 + "reference": "eea8e20f20302c52a346cd31ffe154561ee609a3"
1263 }, 1299 },
1264 "dist": { 1300 "dist": {
1265 "type": "zip", 1301 "type": "zip",
1266 - "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c",  
1267 - "reference": "6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c", 1302 + "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/eea8e20f20302c52a346cd31ffe154561ee609a3",
  1303 + "reference": "eea8e20f20302c52a346cd31ffe154561ee609a3",
1268 "shasum": "" 1304 "shasum": ""
1269 }, 1305 },
1270 "type": "library", 1306 "type": "library",
@@ -1304,7 +1340,7 @@ @@ -1304,7 +1340,7 @@
1304 "progress", 1340 "progress",
1305 "upload" 1341 "upload"
1306 ], 1342 ],
1307 - "time": "2016-09-20 05:47:41" 1343 + "time": "2017-05-13T22:52:09+00:00"
1308 }, 1344 },
1309 { 1345 {
1310 "name": "kartik-v/bootstrap-star-rating", 1346 "name": "kartik-v/bootstrap-star-rating",
@@ -1348,7 +1384,7 @@ @@ -1348,7 +1384,7 @@
1348 "star", 1384 "star",
1349 "svg" 1385 "svg"
1350 ], 1386 ],
1351 - "time": "2016-02-28 16:13:18" 1387 + "time": "2016-02-28T16:13:18+00:00"
1352 }, 1388 },
1353 { 1389 {
1354 "name": "kartik-v/yii2-dialog", 1390 "name": "kartik-v/yii2-dialog",
@@ -1400,7 +1436,7 @@ @@ -1400,7 +1436,7 @@
1400 "modal", 1436 "modal",
1401 "yii2" 1437 "yii2"
1402 ], 1438 ],
1403 - "time": "2016-09-13 18:15:26" 1439 + "time": "2016-09-13T18:15:26+00:00"
1404 }, 1440 },
1405 { 1441 {
1406 "name": "kartik-v/yii2-grid", 1442 "name": "kartik-v/yii2-grid",
@@ -1408,18 +1444,21 @@ @@ -1408,18 +1444,21 @@
1408 "source": { 1444 "source": {
1409 "type": "git", 1445 "type": "git",
1410 "url": "https://github.com/kartik-v/yii2-grid.git", 1446 "url": "https://github.com/kartik-v/yii2-grid.git",
1411 - "reference": "7cca20a27234207d6d114a39a3263ae9c88fd171" 1447 + "reference": "25af365c063484220ea087daa4c2d52a9a7ecd00"
1412 }, 1448 },
1413 "dist": { 1449 "dist": {
1414 "type": "zip", 1450 "type": "zip",
1415 - "url": "https://api.github.com/repos/kartik-v/yii2-grid/zipball/7cca20a27234207d6d114a39a3263ae9c88fd171",  
1416 - "reference": "7cca20a27234207d6d114a39a3263ae9c88fd171", 1451 + "url": "https://api.github.com/repos/kartik-v/yii2-grid/zipball/25af365c063484220ea087daa4c2d52a9a7ecd00",
  1452 + "reference": "25af365c063484220ea087daa4c2d52a9a7ecd00",
1417 "shasum": "" 1453 "shasum": ""
1418 }, 1454 },
1419 "require": { 1455 "require": {
1420 "kartik-v/yii2-dialog": "~1.0", 1456 "kartik-v/yii2-dialog": "~1.0",
1421 "kartik-v/yii2-krajee-base": "~1.7" 1457 "kartik-v/yii2-krajee-base": "~1.7"
1422 }, 1458 },
  1459 + "suggest": {
  1460 + "kartik-v/yii2-mpdf": "For exporting grids to PDF"
  1461 + },
1423 "type": "yii2-extension", 1462 "type": "yii2-extension",
1424 "extra": { 1463 "extra": {
1425 "branch-alias": { 1464 "branch-alias": {
@@ -1450,20 +1489,20 @@ @@ -1450,20 +1489,20 @@
1450 "widget", 1489 "widget",
1451 "yii2" 1490 "yii2"
1452 ], 1491 ],
1453 - "time": "2016-09-06 20:07:42" 1492 + "time": "2017-05-12 17:12:11"
1454 }, 1493 },
1455 { 1494 {
1456 "name": "kartik-v/yii2-krajee-base", 1495 "name": "kartik-v/yii2-krajee-base",
1457 - "version": "v1.8.7", 1496 + "version": "v1.8.8",
1458 "source": { 1497 "source": {
1459 "type": "git", 1498 "type": "git",
1460 "url": "https://github.com/kartik-v/yii2-krajee-base.git", 1499 "url": "https://github.com/kartik-v/yii2-krajee-base.git",
1461 - "reference": "8f558809e6093c8f4f4599b7b9fd64b366b22a60" 1500 + "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb"
1462 }, 1501 },
1463 "dist": { 1502 "dist": {
1464 "type": "zip", 1503 "type": "zip",
1465 - "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/8f558809e6093c8f4f4599b7b9fd64b366b22a60",  
1466 - "reference": "8f558809e6093c8f4f4599b7b9fd64b366b22a60", 1504 + "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/2479241c03c87995cfc528ae7b297f5ae9e733cb",
  1505 + "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb",
1467 "shasum": "" 1506 "shasum": ""
1468 }, 1507 },
1469 "require": { 1508 "require": {
@@ -1501,7 +1540,7 @@ @@ -1501,7 +1540,7 @@
1501 "widget", 1540 "widget",
1502 "yii2" 1541 "yii2"
1503 ], 1542 ],
1504 - "time": "2016-09-04 09:25:29" 1543 + "time": "2017-02-22T05:58:53+00:00"
1505 }, 1544 },
1506 { 1545 {
1507 "name": "kartik-v/yii2-mpdf", 1546 "name": "kartik-v/yii2-mpdf",
@@ -1509,12 +1548,12 @@ @@ -1509,12 +1548,12 @@
1509 "source": { 1548 "source": {
1510 "type": "git", 1549 "type": "git",
1511 "url": "https://github.com/kartik-v/yii2-mpdf.git", 1550 "url": "https://github.com/kartik-v/yii2-mpdf.git",
1512 - "reference": "c9a888f5755d09bb10a9e5c0675e13565262a1bb" 1551 + "reference": "17fda1cb084c58fee6014026d35af5faf73316ef"
1513 }, 1552 },
1514 "dist": { 1553 "dist": {
1515 "type": "zip", 1554 "type": "zip",
1516 - "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/c9a888f5755d09bb10a9e5c0675e13565262a1bb",  
1517 - "reference": "c9a888f5755d09bb10a9e5c0675e13565262a1bb", 1555 + "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/17fda1cb084c58fee6014026d35af5faf73316ef",
  1556 + "reference": "17fda1cb084c58fee6014026d35af5faf73316ef",
1518 "shasum": "" 1557 "shasum": ""
1519 }, 1558 },
1520 "require": { 1559 "require": {
@@ -1553,7 +1592,7 @@ @@ -1553,7 +1592,7 @@
1553 "utf8", 1592 "utf8",
1554 "yii2" 1593 "yii2"
1555 ], 1594 ],
1556 - "time": "2016-09-11 05:41:04" 1595 + "time": "2017-01-14 11:51:12"
1557 }, 1596 },
1558 { 1597 {
1559 "name": "kartik-v/yii2-widget-colorinput", 1598 "name": "kartik-v/yii2-widget-colorinput",
@@ -1607,7 +1646,7 @@ @@ -1607,7 +1646,7 @@
1607 "widget", 1646 "widget",
1608 "yii2" 1647 "yii2"
1609 ], 1648 ],
1610 - "time": "2016-01-14 11:15:49" 1649 + "time": "2016-01-14T11:15:49+00:00"
1611 }, 1650 },
1612 { 1651 {
1613 "name": "kartik-v/yii2-widget-datepicker", 1652 "name": "kartik-v/yii2-widget-datepicker",
@@ -1661,7 +1700,7 @@ @@ -1661,7 +1700,7 @@
1661 "widget", 1700 "widget",
1662 "yii2" 1701 "yii2"
1663 ], 1702 ],
1664 - "time": "2016-09-04 10:52:50" 1703 + "time": "2016-09-04T10:52:50+00:00"
1665 }, 1704 },
1666 { 1705 {
1667 "name": "kartik-v/yii2-widget-fileinput", 1706 "name": "kartik-v/yii2-widget-fileinput",
@@ -1669,12 +1708,12 @@ @@ -1669,12 +1708,12 @@
1669 "source": { 1708 "source": {
1670 "type": "git", 1709 "type": "git",
1671 "url": "https://github.com/kartik-v/yii2-widget-fileinput.git", 1710 "url": "https://github.com/kartik-v/yii2-widget-fileinput.git",
1672 - "reference": "6fc8922716bf0b3638c67ff0895a9ff688b6c027" 1711 + "reference": "6b9c344c41df5d5c305589770893e14628e6eacc"
1673 }, 1712 },
1674 "dist": { 1713 "dist": {
1675 "type": "zip", 1714 "type": "zip",
1676 - "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/6fc8922716bf0b3638c67ff0895a9ff688b6c027",  
1677 - "reference": "6fc8922716bf0b3638c67ff0895a9ff688b6c027", 1715 + "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/6b9c344c41df5d5c305589770893e14628e6eacc",
  1716 + "reference": "6b9c344c41df5d5c305589770893e14628e6eacc",
1678 "shasum": "" 1717 "shasum": ""
1679 }, 1718 },
1680 "require": { 1719 "require": {
@@ -1716,7 +1755,7 @@ @@ -1716,7 +1755,7 @@
1716 "widget", 1755 "widget",
1717 "yii2" 1756 "yii2"
1718 ], 1757 ],
1719 - "time": "2016-07-23 15:30:48" 1758 + "time": "2017-04-15 05:25:51"
1720 }, 1759 },
1721 { 1760 {
1722 "name": "kartik-v/yii2-widget-rating", 1761 "name": "kartik-v/yii2-widget-rating",
@@ -1772,7 +1811,7 @@ @@ -1772,7 +1811,7 @@
1772 "widget", 1811 "widget",
1773 "yii2" 1812 "yii2"
1774 ], 1813 ],
1775 - "time": "2016-02-17 19:13:26" 1814 + "time": "2016-02-17T19:13:26+00:00"
1776 }, 1815 },
1777 { 1816 {
1778 "name": "kartik-v/yii2-widget-select2", 1817 "name": "kartik-v/yii2-widget-select2",
@@ -1780,12 +1819,12 @@ @@ -1780,12 +1819,12 @@
1780 "source": { 1819 "source": {
1781 "type": "git", 1820 "type": "git",
1782 "url": "https://github.com/kartik-v/yii2-widget-select2.git", 1821 "url": "https://github.com/kartik-v/yii2-widget-select2.git",
1783 - "reference": "ed4467366f5ef50a7cfa957d5f07fa3c6d235a72" 1822 + "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51"
1784 }, 1823 },
1785 "dist": { 1824 "dist": {
1786 "type": "zip", 1825 "type": "zip",
1787 - "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/ed4467366f5ef50a7cfa957d5f07fa3c6d235a72",  
1788 - "reference": "ed4467366f5ef50a7cfa957d5f07fa3c6d235a72", 1826 + "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/03f202e9e2415f4c84e93a64074d85677fd0cc51",
  1827 + "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51",
1789 "shasum": "" 1828 "shasum": ""
1790 }, 1829 },
1791 "require": { 1830 "require": {
@@ -1825,7 +1864,7 @@ @@ -1825,7 +1864,7 @@
1825 "widget", 1864 "widget",
1826 "yii2" 1865 "yii2"
1827 ], 1866 ],
1828 - "time": "2016-08-30 13:16:04" 1867 + "time": "2017-04-12 09:00:24"
1829 }, 1868 },
1830 { 1869 {
1831 "name": "lusitanian/oauth", 1870 "name": "lusitanian/oauth",
@@ -1887,7 +1926,7 @@ @@ -1887,7 +1926,7 @@
1887 "oauth", 1926 "oauth",
1888 "security" 1927 "security"
1889 ], 1928 ],
1890 - "time": "2015-09-09 06:43:02" 1929 + "time": "2015-09-09T06:43:02+00:00"
1891 }, 1930 },
1892 { 1931 {
1893 "name": "maxmirazh33/yii2-uploadable-cropable-image", 1932 "name": "maxmirazh33/yii2-uploadable-cropable-image",
@@ -1942,7 +1981,7 @@ @@ -1942,7 +1981,7 @@
1942 "jcrop", 1981 "jcrop",
1943 "yii2" 1982 "yii2"
1944 ], 1983 ],
1945 - "time": "2015-10-20 07:25:47" 1984 + "time": "2015-10-20T07:25:47+00:00"
1946 }, 1985 },
1947 { 1986 {
1948 "name": "mihaildev/yii2-ckeditor", 1987 "name": "mihaildev/yii2-ckeditor",
@@ -1993,20 +2032,20 @@ @@ -1993,20 +2032,20 @@
1993 "wysiwyg", 2032 "wysiwyg",
1994 "yii" 2033 "yii"
1995 ], 2034 ],
1996 - "time": "2014-11-19 22:04:08" 2035 + "time": "2014-11-19T22:04:08+00:00"
1997 }, 2036 },
1998 { 2037 {
1999 "name": "mihaildev/yii2-elfinder", 2038 "name": "mihaildev/yii2-elfinder",
2000 - "version": "1.2.1", 2039 + "version": "1.2.2",
2001 "source": { 2040 "source": {
2002 "type": "git", 2041 "type": "git",
2003 "url": "https://github.com/MihailDev/yii2-elfinder.git", 2042 "url": "https://github.com/MihailDev/yii2-elfinder.git",
2004 - "reference": "0314ca3c15676ed047dc763852b02d2d9dd418ec" 2043 + "reference": "fe5a9f87daae6511d28aec74fd6b4b94b1a6964e"
2005 }, 2044 },
2006 "dist": { 2045 "dist": {
2007 "type": "zip", 2046 "type": "zip",
2008 - "url": "https://api.github.com/repos/MihailDev/yii2-elfinder/zipball/0314ca3c15676ed047dc763852b02d2d9dd418ec",  
2009 - "reference": "0314ca3c15676ed047dc763852b02d2d9dd418ec", 2047 + "url": "https://api.github.com/repos/MihailDev/yii2-elfinder/zipball/fe5a9f87daae6511d28aec74fd6b4b94b1a6964e",
  2048 + "reference": "fe5a9f87daae6511d28aec74fd6b4b94b1a6964e",
2010 "shasum": "" 2049 "shasum": ""
2011 }, 2050 },
2012 "require": { 2051 "require": {
@@ -2044,20 +2083,20 @@ @@ -2044,20 +2083,20 @@
2044 "filemanager", 2083 "filemanager",
2045 "yii" 2084 "yii"
2046 ], 2085 ],
2047 - "time": "2016-06-30 12:03:17" 2086 + "time": "2017-01-06T23:35:14+00:00"
2048 }, 2087 },
2049 { 2088 {
2050 "name": "mpdf/mpdf", 2089 "name": "mpdf/mpdf",
2051 - "version": "v6.1.2", 2090 + "version": "v6.1.3",
2052 "source": { 2091 "source": {
2053 "type": "git", 2092 "type": "git",
2054 "url": "https://github.com/mpdf/mpdf.git", 2093 "url": "https://github.com/mpdf/mpdf.git",
2055 - "reference": "da078bc2669d3f98553ac41f920ead4c17c951ad" 2094 + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97"
2056 }, 2095 },
2057 "dist": { 2096 "dist": {
2058 "type": "zip", 2097 "type": "zip",
2059 - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/da078bc2669d3f98553ac41f920ead4c17c951ad",  
2060 - "reference": "da078bc2669d3f98553ac41f920ead4c17c951ad", 2098 + "url": "https://api.github.com/repos/mpdf/mpdf/zipball/7f138bf7508eac895ac2c13d2509b056ac7e7e97",
  2099 + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97",
2061 "shasum": "" 2100 "shasum": ""
2062 }, 2101 },
2063 "require": { 2102 "require": {
@@ -2095,20 +2134,20 @@ @@ -2095,20 +2134,20 @@
2095 "php", 2134 "php",
2096 "utf-8" 2135 "utf-8"
2097 ], 2136 ],
2098 - "time": "2016-07-20 12:31:58" 2137 + "time": "2016-12-12T10:42:18+00:00"
2099 }, 2138 },
2100 { 2139 {
2101 "name": "myclabs/deep-copy", 2140 "name": "myclabs/deep-copy",
2102 - "version": "1.5.4", 2141 + "version": "1.6.1",
2103 "source": { 2142 "source": {
2104 "type": "git", 2143 "type": "git",
2105 "url": "https://github.com/myclabs/DeepCopy.git", 2144 "url": "https://github.com/myclabs/DeepCopy.git",
2106 - "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f" 2145 + "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
2107 }, 2146 },
2108 "dist": { 2147 "dist": {
2109 "type": "zip", 2148 "type": "zip",
2110 - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f",  
2111 - "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f", 2149 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  2150 + "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
2112 "shasum": "" 2151 "shasum": ""
2113 }, 2152 },
2114 "require": { 2153 "require": {
@@ -2137,7 +2176,7 @@ @@ -2137,7 +2176,7 @@
2137 "object", 2176 "object",
2138 "object graph" 2177 "object graph"
2139 ], 2178 ],
2140 - "time": "2016-09-16 13:37:59" 2179 + "time": "2017-04-12T18:52:22+00:00"
2141 }, 2180 },
2142 { 2181 {
2143 "name": "nodge/lightopenid", 2182 "name": "nodge/lightopenid",
@@ -2183,20 +2222,20 @@ @@ -2183,20 +2222,20 @@
2183 "Authentication", 2222 "Authentication",
2184 "OpenId" 2223 "OpenId"
2185 ], 2224 ],
2186 - "time": "2013-08-31 16:48:56" 2225 + "time": "2013-08-31T16:48:56+00:00"
2187 }, 2226 },
2188 { 2227 {
2189 "name": "nodge/yii2-eauth", 2228 "name": "nodge/yii2-eauth",
2190 - "version": "2.4.1", 2229 + "version": "2.5.0",
2191 "source": { 2230 "source": {
2192 "type": "git", 2231 "type": "git",
2193 "url": "https://github.com/Nodge/yii2-eauth.git", 2232 "url": "https://github.com/Nodge/yii2-eauth.git",
2194 - "reference": "f45efd95e3853db33153cc1b856d1f648d221938" 2233 + "reference": "04798651fdb3a0db9ed5272330f18b26733507a0"
2195 }, 2234 },
2196 "dist": { 2235 "dist": {
2197 "type": "zip", 2236 "type": "zip",
2198 - "url": "https://api.github.com/repos/Nodge/yii2-eauth/zipball/f45efd95e3853db33153cc1b856d1f648d221938",  
2199 - "reference": "f45efd95e3853db33153cc1b856d1f648d221938", 2237 + "url": "https://api.github.com/repos/Nodge/yii2-eauth/zipball/04798651fdb3a0db9ed5272330f18b26733507a0",
  2238 + "reference": "04798651fdb3a0db9ed5272330f18b26733507a0",
2200 "shasum": "" 2239 "shasum": ""
2201 }, 2240 },
2202 "require": { 2241 "require": {
@@ -2236,7 +2275,7 @@ @@ -2236,7 +2275,7 @@
2236 "oauth", 2275 "oauth",
2237 "yii2" 2276 "yii2"
2238 ], 2277 ],
2239 - "time": "2016-01-13 18:15:48" 2278 + "time": "2017-04-09T20:23:01+00:00"
2240 }, 2279 },
2241 { 2280 {
2242 "name": "phpdocumentor/reflection-common", 2281 "name": "phpdocumentor/reflection-common",
@@ -2290,7 +2329,7 @@ @@ -2290,7 +2329,7 @@
2290 "reflection", 2329 "reflection",
2291 "static analysis" 2330 "static analysis"
2292 ], 2331 ],
2293 - "time": "2015-12-27 11:43:31" 2332 + "time": "2015-12-27T11:43:31+00:00"
2294 }, 2333 },
2295 { 2334 {
2296 "name": "phpdocumentor/reflection-docblock", 2335 "name": "phpdocumentor/reflection-docblock",
@@ -2335,20 +2374,20 @@ @@ -2335,20 +2374,20 @@
2335 } 2374 }
2336 ], 2375 ],
2337 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 2376 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2338 - "time": "2016-09-30 07:12:33" 2377 + "time": "2016-09-30T07:12:33+00:00"
2339 }, 2378 },
2340 { 2379 {
2341 "name": "phpdocumentor/type-resolver", 2380 "name": "phpdocumentor/type-resolver",
2342 - "version": "0.2", 2381 + "version": "0.2.1",
2343 "source": { 2382 "source": {
2344 "type": "git", 2383 "type": "git",
2345 "url": "https://github.com/phpDocumentor/TypeResolver.git", 2384 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2346 - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" 2385 + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2347 }, 2386 },
2348 "dist": { 2387 "dist": {
2349 "type": "zip", 2388 "type": "zip",
2350 - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",  
2351 - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", 2389 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  2390 + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2352 "shasum": "" 2391 "shasum": ""
2353 }, 2392 },
2354 "require": { 2393 "require": {
@@ -2382,28 +2421,44 @@ @@ -2382,28 +2421,44 @@
2382 "email": "me@mikevanriel.com" 2421 "email": "me@mikevanriel.com"
2383 } 2422 }
2384 ], 2423 ],
2385 - "time": "2016-06-10 07:14:17" 2424 + "time": "2016-11-25T06:54:22+00:00"
2386 }, 2425 },
2387 { 2426 {
2388 "name": "phpmailer/phpmailer", 2427 "name": "phpmailer/phpmailer",
2389 - "version": "v5.2.16", 2428 + "version": "v5.2.23",
2390 "source": { 2429 "source": {
2391 "type": "git", 2430 "type": "git",
2392 "url": "https://github.com/PHPMailer/PHPMailer.git", 2431 "url": "https://github.com/PHPMailer/PHPMailer.git",
2393 - "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a" 2432 + "reference": "7115df4a6f76281109ebe352900c42403b728bb4"
2394 }, 2433 },
2395 "dist": { 2434 "dist": {
2396 "type": "zip", 2435 "type": "zip",
2397 - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",  
2398 - "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a", 2436 + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
  2437 + "reference": "7115df4a6f76281109ebe352900c42403b728bb4",
2399 "shasum": "" 2438 "shasum": ""
2400 }, 2439 },
2401 "require": { 2440 "require": {
2402 "php": ">=5.0.0" 2441 "php": ">=5.0.0"
2403 }, 2442 },
2404 "require-dev": { 2443 "require-dev": {
2405 - "phpdocumentor/phpdocumentor": "*",  
2406 - "phpunit/phpunit": "4.7.*" 2444 + "doctrine/annotations": "1.2.*",
  2445 + "jms/serializer": "0.16.*",
  2446 + "phpdocumentor/phpdocumentor": "2.*",
  2447 + "phpunit/phpunit": "4.8.*",
  2448 + "symfony/debug": "2.8.*",
  2449 + "symfony/filesystem": "2.8.*",
  2450 + "symfony/translation": "2.8.*",
  2451 + "symfony/yaml": "2.8.*",
  2452 + "zendframework/zend-cache": "2.5.1",
  2453 + "zendframework/zend-config": "2.5.1",
  2454 + "zendframework/zend-eventmanager": "2.5.1",
  2455 + "zendframework/zend-filter": "2.5.1",
  2456 + "zendframework/zend-i18n": "2.5.1",
  2457 + "zendframework/zend-json": "2.5.1",
  2458 + "zendframework/zend-math": "2.5.1",
  2459 + "zendframework/zend-serializer": "2.5.*",
  2460 + "zendframework/zend-servicemanager": "2.5.*",
  2461 + "zendframework/zend-stdlib": "2.5.1"
2407 }, 2462 },
2408 "suggest": { 2463 "suggest": {
2409 "league/oauth2-google": "Needed for Google XOAUTH2 authentication" 2464 "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
@@ -2442,31 +2497,32 @@ @@ -2442,31 +2497,32 @@
2442 } 2497 }
2443 ], 2498 ],
2444 "description": "PHPMailer is a full-featured email creation and transfer class for PHP", 2499 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
2445 - "time": "2016-06-06 09:09:37" 2500 + "time": "2017-03-15T19:32:56+00:00"
2446 }, 2501 },
2447 { 2502 {
2448 "name": "phpspec/prophecy", 2503 "name": "phpspec/prophecy",
2449 - "version": "v1.6.1", 2504 + "version": "v1.7.0",
2450 "source": { 2505 "source": {
2451 "type": "git", 2506 "type": "git",
2452 "url": "https://github.com/phpspec/prophecy.git", 2507 "url": "https://github.com/phpspec/prophecy.git",
2453 - "reference": "58a8137754bc24b25740d4281399a4a3596058e0" 2508 + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
2454 }, 2509 },
2455 "dist": { 2510 "dist": {
2456 "type": "zip", 2511 "type": "zip",
2457 - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",  
2458 - "reference": "58a8137754bc24b25740d4281399a4a3596058e0", 2512 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  2513 + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
2459 "shasum": "" 2514 "shasum": ""
2460 }, 2515 },
2461 "require": { 2516 "require": {
2462 "doctrine/instantiator": "^1.0.2", 2517 "doctrine/instantiator": "^1.0.2",
2463 "php": "^5.3|^7.0", 2518 "php": "^5.3|^7.0",
2464 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", 2519 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2465 - "sebastian/comparator": "^1.1",  
2466 - "sebastian/recursion-context": "^1.0" 2520 + "sebastian/comparator": "^1.1|^2.0",
  2521 + "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2467 }, 2522 },
2468 "require-dev": { 2523 "require-dev": {
2469 - "phpspec/phpspec": "^2.0" 2524 + "phpspec/phpspec": "^2.5|^3.2",
  2525 + "phpunit/phpunit": "^4.8 || ^5.6.5"
2470 }, 2526 },
2471 "type": "library", 2527 "type": "library",
2472 "extra": { 2528 "extra": {
@@ -2504,39 +2560,39 @@ @@ -2504,39 +2560,39 @@
2504 "spy", 2560 "spy",
2505 "stub" 2561 "stub"
2506 ], 2562 ],
2507 - "time": "2016-06-07 08:13:47" 2563 + "time": "2017-03-02T20:05:34+00:00"
2508 }, 2564 },
2509 { 2565 {
2510 "name": "phpunit/php-code-coverage", 2566 "name": "phpunit/php-code-coverage",
2511 - "version": "4.0.1", 2567 + "version": "4.0.8",
2512 "source": { 2568 "source": {
2513 "type": "git", 2569 "type": "git",
2514 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 2570 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2515 - "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3" 2571 + "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2516 }, 2572 },
2517 "dist": { 2573 "dist": {
2518 "type": "zip", 2574 "type": "zip",
2519 - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3",  
2520 - "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3", 2575 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2576 + "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2521 "shasum": "" 2577 "shasum": ""
2522 }, 2578 },
2523 "require": { 2579 "require": {
  2580 + "ext-dom": "*",
  2581 + "ext-xmlwriter": "*",
2524 "php": "^5.6 || ^7.0", 2582 "php": "^5.6 || ^7.0",
2525 - "phpunit/php-file-iterator": "~1.3",  
2526 - "phpunit/php-text-template": "~1.2",  
2527 - "phpunit/php-token-stream": "^1.4.2",  
2528 - "sebastian/code-unit-reverse-lookup": "~1.0", 2583 + "phpunit/php-file-iterator": "^1.3",
  2584 + "phpunit/php-text-template": "^1.2",
  2585 + "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  2586 + "sebastian/code-unit-reverse-lookup": "^1.0",
2529 "sebastian/environment": "^1.3.2 || ^2.0", 2587 "sebastian/environment": "^1.3.2 || ^2.0",
2530 - "sebastian/version": "~1.0|~2.0" 2588 + "sebastian/version": "^1.0 || ^2.0"
2531 }, 2589 },
2532 "require-dev": { 2590 "require-dev": {
2533 - "ext-xdebug": ">=2.1.4",  
2534 - "phpunit/phpunit": "^5.4" 2591 + "ext-xdebug": "^2.1.4",
  2592 + "phpunit/phpunit": "^5.7"
2535 }, 2593 },
2536 "suggest": { 2594 "suggest": {
2537 - "ext-dom": "*",  
2538 - "ext-xdebug": ">=2.4.0",  
2539 - "ext-xmlwriter": "*" 2595 + "ext-xdebug": "^2.5.1"
2540 }, 2596 },
2541 "type": "library", 2597 "type": "library",
2542 "extra": { 2598 "extra": {
@@ -2567,20 +2623,20 @@ @@ -2567,20 +2623,20 @@
2567 "testing", 2623 "testing",
2568 "xunit" 2624 "xunit"
2569 ], 2625 ],
2570 - "time": "2016-07-26 14:39:29" 2626 + "time": "2017-04-02T07:44:40+00:00"
2571 }, 2627 },
2572 { 2628 {
2573 "name": "phpunit/php-file-iterator", 2629 "name": "phpunit/php-file-iterator",
2574 - "version": "1.4.1", 2630 + "version": "1.4.2",
2575 "source": { 2631 "source": {
2576 "type": "git", 2632 "type": "git",
2577 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 2633 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2578 - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" 2634 + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2579 }, 2635 },
2580 "dist": { 2636 "dist": {
2581 "type": "zip", 2637 "type": "zip",
2582 - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",  
2583 - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 2638 + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  2639 + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2584 "shasum": "" 2640 "shasum": ""
2585 }, 2641 },
2586 "require": { 2642 "require": {
@@ -2614,7 +2670,7 @@ @@ -2614,7 +2670,7 @@
2614 "filesystem", 2670 "filesystem",
2615 "iterator" 2671 "iterator"
2616 ], 2672 ],
2617 - "time": "2015-06-21 13:08:43" 2673 + "time": "2016-10-03T07:40:28+00:00"
2618 }, 2674 },
2619 { 2675 {
2620 "name": "phpunit/php-text-template", 2676 "name": "phpunit/php-text-template",
@@ -2655,29 +2711,34 @@ @@ -2655,29 +2711,34 @@
2655 "keywords": [ 2711 "keywords": [
2656 "template" 2712 "template"
2657 ], 2713 ],
2658 - "time": "2015-06-21 13:50:34" 2714 + "time": "2015-06-21T13:50:34+00:00"
2659 }, 2715 },
2660 { 2716 {
2661 "name": "phpunit/php-timer", 2717 "name": "phpunit/php-timer",
2662 - "version": "1.0.8", 2718 + "version": "1.0.9",
2663 "source": { 2719 "source": {
2664 "type": "git", 2720 "type": "git",
2665 "url": "https://github.com/sebastianbergmann/php-timer.git", 2721 "url": "https://github.com/sebastianbergmann/php-timer.git",
2666 - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" 2722 + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2667 }, 2723 },
2668 "dist": { 2724 "dist": {
2669 "type": "zip", 2725 "type": "zip",
2670 - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",  
2671 - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", 2726 + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  2727 + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2672 "shasum": "" 2728 "shasum": ""
2673 }, 2729 },
2674 "require": { 2730 "require": {
2675 - "php": ">=5.3.3" 2731 + "php": "^5.3.3 || ^7.0"
2676 }, 2732 },
2677 "require-dev": { 2733 "require-dev": {
2678 - "phpunit/phpunit": "~4|~5" 2734 + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2679 }, 2735 },
2680 "type": "library", 2736 "type": "library",
  2737 + "extra": {
  2738 + "branch-alias": {
  2739 + "dev-master": "1.0-dev"
  2740 + }
  2741 + },
2681 "autoload": { 2742 "autoload": {
2682 "classmap": [ 2743 "classmap": [
2683 "src/" 2744 "src/"
@@ -2699,20 +2760,20 @@ @@ -2699,20 +2760,20 @@
2699 "keywords": [ 2760 "keywords": [
2700 "timer" 2761 "timer"
2701 ], 2762 ],
2702 - "time": "2016-05-12 18:03:57" 2763 + "time": "2017-02-26T11:10:40+00:00"
2703 }, 2764 },
2704 { 2765 {
2705 "name": "phpunit/php-token-stream", 2766 "name": "phpunit/php-token-stream",
2706 - "version": "1.4.8", 2767 + "version": "1.4.11",
2707 "source": { 2768 "source": {
2708 "type": "git", 2769 "type": "git",
2709 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 2770 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2710 - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" 2771 + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2711 }, 2772 },
2712 "dist": { 2773 "dist": {
2713 "type": "zip", 2774 "type": "zip",
2714 - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",  
2715 - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", 2775 + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  2776 + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2716 "shasum": "" 2777 "shasum": ""
2717 }, 2778 },
2718 "require": { 2779 "require": {
@@ -2748,20 +2809,20 @@ @@ -2748,20 +2809,20 @@
2748 "keywords": [ 2809 "keywords": [
2749 "tokenizer" 2810 "tokenizer"
2750 ], 2811 ],
2751 - "time": "2015-09-15 10:49:45" 2812 + "time": "2017-02-27T10:12:30+00:00"
2752 }, 2813 },
2753 { 2814 {
2754 "name": "phpunit/phpunit", 2815 "name": "phpunit/phpunit",
2755 - "version": "5.6.1", 2816 + "version": "5.7.19",
2756 "source": { 2817 "source": {
2757 "type": "git", 2818 "type": "git",
2758 "url": "https://github.com/sebastianbergmann/phpunit.git", 2819 "url": "https://github.com/sebastianbergmann/phpunit.git",
2759 - "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7" 2820 + "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
2760 }, 2821 },
2761 "dist": { 2822 "dist": {
2762 "type": "zip", 2823 "type": "zip",
2763 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60c32c5b5e79c2248001efa2560f831da11cc2d7",  
2764 - "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7", 2824 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
  2825 + "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
2765 "shasum": "" 2826 "shasum": ""
2766 }, 2827 },
2767 "require": { 2828 "require": {
@@ -2772,20 +2833,20 @@ @@ -2772,20 +2833,20 @@
2772 "ext-xml": "*", 2833 "ext-xml": "*",
2773 "myclabs/deep-copy": "~1.3", 2834 "myclabs/deep-copy": "~1.3",
2774 "php": "^5.6 || ^7.0", 2835 "php": "^5.6 || ^7.0",
2775 - "phpspec/prophecy": "^1.3.1",  
2776 - "phpunit/php-code-coverage": "^4.0.1", 2836 + "phpspec/prophecy": "^1.6.2",
  2837 + "phpunit/php-code-coverage": "^4.0.4",
2777 "phpunit/php-file-iterator": "~1.4", 2838 "phpunit/php-file-iterator": "~1.4",
2778 "phpunit/php-text-template": "~1.2", 2839 "phpunit/php-text-template": "~1.2",
2779 "phpunit/php-timer": "^1.0.6", 2840 "phpunit/php-timer": "^1.0.6",
2780 "phpunit/phpunit-mock-objects": "^3.2", 2841 "phpunit/phpunit-mock-objects": "^3.2",
2781 - "sebastian/comparator": "~1.1", 2842 + "sebastian/comparator": "^1.2.4",
2782 "sebastian/diff": "~1.2", 2843 "sebastian/diff": "~1.2",
2783 - "sebastian/environment": "^1.3 || ^2.0",  
2784 - "sebastian/exporter": "~1.2",  
2785 - "sebastian/global-state": "~1.0",  
2786 - "sebastian/object-enumerator": "~1.0", 2844 + "sebastian/environment": "^1.3.4 || ^2.0",
  2845 + "sebastian/exporter": "~2.0",
  2846 + "sebastian/global-state": "^1.1",
  2847 + "sebastian/object-enumerator": "~2.0",
2787 "sebastian/resource-operations": "~1.0", 2848 "sebastian/resource-operations": "~1.0",
2788 - "sebastian/version": "~1.0|~2.0", 2849 + "sebastian/version": "~1.0.3|~2.0",
2789 "symfony/yaml": "~2.1|~3.0" 2850 "symfony/yaml": "~2.1|~3.0"
2790 }, 2851 },
2791 "conflict": { 2852 "conflict": {
@@ -2804,7 +2865,7 @@ @@ -2804,7 +2865,7 @@
2804 "type": "library", 2865 "type": "library",
2805 "extra": { 2866 "extra": {
2806 "branch-alias": { 2867 "branch-alias": {
2807 - "dev-master": "5.6.x-dev" 2868 + "dev-master": "5.7.x-dev"
2808 } 2869 }
2809 }, 2870 },
2810 "autoload": { 2871 "autoload": {
@@ -2830,27 +2891,27 @@ @@ -2830,27 +2891,27 @@
2830 "testing", 2891 "testing",
2831 "xunit" 2892 "xunit"
2832 ], 2893 ],
2833 - "time": "2016-10-07 13:03:26" 2894 + "time": "2017-04-03T02:22:27+00:00"
2834 }, 2895 },
2835 { 2896 {
2836 "name": "phpunit/phpunit-mock-objects", 2897 "name": "phpunit/phpunit-mock-objects",
2837 - "version": "3.3.1", 2898 + "version": "3.4.3",
2838 "source": { 2899 "source": {
2839 "type": "git", 2900 "type": "git",
2840 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 2901 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2841 - "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902" 2902 + "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2842 }, 2903 },
2843 "dist": { 2904 "dist": {
2844 "type": "zip", 2905 "type": "zip",
2845 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/03500345483e1e17b52e2e4d34a89c9408ab2902",  
2846 - "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902", 2906 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  2907 + "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2847 "shasum": "" 2908 "shasum": ""
2848 }, 2909 },
2849 "require": { 2910 "require": {
2850 "doctrine/instantiator": "^1.0.2", 2911 "doctrine/instantiator": "^1.0.2",
2851 "php": "^5.6 || ^7.0", 2912 "php": "^5.6 || ^7.0",
2852 "phpunit/php-text-template": "^1.2", 2913 "phpunit/php-text-template": "^1.2",
2853 - "sebastian/exporter": "^1.2" 2914 + "sebastian/exporter": "^1.2 || ^2.0"
2854 }, 2915 },
2855 "conflict": { 2916 "conflict": {
2856 "phpunit/phpunit": "<5.4.0" 2917 "phpunit/phpunit": "<5.4.0"
@@ -2889,7 +2950,7 @@ @@ -2889,7 +2950,7 @@
2889 "mock", 2950 "mock",
2890 "xunit" 2951 "xunit"
2891 ], 2952 ],
2892 - "time": "2016-10-04 11:03:26" 2953 + "time": "2016-12-08T20:27:08+00:00"
2893 }, 2954 },
2894 { 2955 {
2895 "name": "psr/http-message", 2956 "name": "psr/http-message",
@@ -2939,20 +3000,20 @@ @@ -2939,20 +3000,20 @@
2939 "request", 3000 "request",
2940 "response" 3001 "response"
2941 ], 3002 ],
2942 - "time": "2016-08-06 14:39:51" 3003 + "time": "2016-08-06T14:39:51+00:00"
2943 }, 3004 },
2944 { 3005 {
2945 "name": "psr/log", 3006 "name": "psr/log",
2946 - "version": "1.0.1", 3007 + "version": "1.0.2",
2947 "source": { 3008 "source": {
2948 "type": "git", 3009 "type": "git",
2949 "url": "https://github.com/php-fig/log.git", 3010 "url": "https://github.com/php-fig/log.git",
2950 - "reference": "5277094ed527a1c4477177d102fe4c53551953e0" 3011 + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2951 }, 3012 },
2952 "dist": { 3013 "dist": {
2953 "type": "zip", 3014 "type": "zip",
2954 - "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0",  
2955 - "reference": "5277094ed527a1c4477177d102fe4c53551953e0", 3015 + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  3016 + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2956 "shasum": "" 3017 "shasum": ""
2957 }, 3018 },
2958 "require": { 3019 "require": {
@@ -2986,23 +3047,24 @@ @@ -2986,23 +3047,24 @@
2986 "psr", 3047 "psr",
2987 "psr-3" 3048 "psr-3"
2988 ], 3049 ],
2989 - "time": "2016-09-19 16:02:08" 3050 + "time": "2016-10-10T12:19:37+00:00"
2990 }, 3051 },
2991 { 3052 {
2992 "name": "rmrevin/yii2-fontawesome", 3053 "name": "rmrevin/yii2-fontawesome",
2993 - "version": "2.16.1", 3054 + "version": "2.17.1",
2994 "source": { 3055 "source": {
2995 "type": "git", 3056 "type": "git",
2996 "url": "https://github.com/rmrevin/yii2-fontawesome.git", 3057 "url": "https://github.com/rmrevin/yii2-fontawesome.git",
2997 - "reference": "ab08282b8cd05c570634926f41c868cf902981e7" 3058 + "reference": "65ce306da864f4d558348aeba040ed7876878090"
2998 }, 3059 },
2999 "dist": { 3060 "dist": {
3000 "type": "zip", 3061 "type": "zip",
3001 - "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/ab08282b8cd05c570634926f41c868cf902981e7",  
3002 - "reference": "ab08282b8cd05c570634926f41c868cf902981e7", 3062 + "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/65ce306da864f4d558348aeba040ed7876878090",
  3063 + "reference": "65ce306da864f4d558348aeba040ed7876878090",
3003 "shasum": "" 3064 "shasum": ""
3004 }, 3065 },
3005 "require": { 3066 "require": {
  3067 + "fortawesome/font-awesome": "~4.7",
3006 "php": ">=5.4.0", 3068 "php": ">=5.4.0",
3007 "yiisoft/yii2": "2.0.*" 3069 "yiisoft/yii2": "2.0.*"
3008 }, 3070 },
@@ -3037,27 +3099,27 @@ @@ -3037,27 +3099,27 @@
3037 "font", 3099 "font",
3038 "yii" 3100 "yii"
3039 ], 3101 ],
3040 - "time": "2016-08-31 12:41:25" 3102 + "time": "2017-01-11T14:05:47+00:00"
3041 }, 3103 },
3042 { 3104 {
3043 "name": "sebastian/code-unit-reverse-lookup", 3105 "name": "sebastian/code-unit-reverse-lookup",
3044 - "version": "1.0.0", 3106 + "version": "1.0.1",
3045 "source": { 3107 "source": {
3046 "type": "git", 3108 "type": "git",
3047 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 3109 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3048 - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" 3110 + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3049 }, 3111 },
3050 "dist": { 3112 "dist": {
3051 "type": "zip", 3113 "type": "zip",
3052 - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",  
3053 - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", 3114 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3115 + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3054 "shasum": "" 3116 "shasum": ""
3055 }, 3117 },
3056 "require": { 3118 "require": {
3057 - "php": ">=5.6" 3119 + "php": "^5.6 || ^7.0"
3058 }, 3120 },
3059 "require-dev": { 3121 "require-dev": {
3060 - "phpunit/phpunit": "~5" 3122 + "phpunit/phpunit": "^5.7 || ^6.0"
3061 }, 3123 },
3062 "type": "library", 3124 "type": "library",
3063 "extra": { 3125 "extra": {
@@ -3082,26 +3144,26 @@ @@ -3082,26 +3144,26 @@
3082 ], 3144 ],
3083 "description": "Looks up which function or method a line of code belongs to", 3145 "description": "Looks up which function or method a line of code belongs to",
3084 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 3146 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3085 - "time": "2016-02-13 06:45:14" 3147 + "time": "2017-03-04T06:30:41+00:00"
3086 }, 3148 },
3087 { 3149 {
3088 "name": "sebastian/comparator", 3150 "name": "sebastian/comparator",
3089 - "version": "1.2.0", 3151 + "version": "1.2.4",
3090 "source": { 3152 "source": {
3091 "type": "git", 3153 "type": "git",
3092 "url": "https://github.com/sebastianbergmann/comparator.git", 3154 "url": "https://github.com/sebastianbergmann/comparator.git",
3093 - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" 3155 + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3094 }, 3156 },
3095 "dist": { 3157 "dist": {
3096 "type": "zip", 3158 "type": "zip",
3097 - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",  
3098 - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", 3159 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  3160 + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3099 "shasum": "" 3161 "shasum": ""
3100 }, 3162 },
3101 "require": { 3163 "require": {
3102 "php": ">=5.3.3", 3164 "php": ">=5.3.3",
3103 "sebastian/diff": "~1.2", 3165 "sebastian/diff": "~1.2",
3104 - "sebastian/exporter": "~1.2" 3166 + "sebastian/exporter": "~1.2 || ~2.0"
3105 }, 3167 },
3106 "require-dev": { 3168 "require-dev": {
3107 "phpunit/phpunit": "~4.4" 3169 "phpunit/phpunit": "~4.4"
@@ -3146,7 +3208,7 @@ @@ -3146,7 +3208,7 @@
3146 "compare", 3208 "compare",
3147 "equality" 3209 "equality"
3148 ], 3210 ],
3149 - "time": "2015-07-26 15:48:44" 3211 + "time": "2017-01-29T09:50:25+00:00"
3150 }, 3212 },
3151 { 3213 {
3152 "name": "sebastian/diff", 3214 "name": "sebastian/diff",
@@ -3198,32 +3260,32 @@ @@ -3198,32 +3260,32 @@
3198 "keywords": [ 3260 "keywords": [
3199 "diff" 3261 "diff"
3200 ], 3262 ],
3201 - "time": "2015-12-08 07:14:41" 3263 + "time": "2015-12-08T07:14:41+00:00"
3202 }, 3264 },
3203 { 3265 {
3204 "name": "sebastian/environment", 3266 "name": "sebastian/environment",
3205 - "version": "1.3.8", 3267 + "version": "2.0.0",
3206 "source": { 3268 "source": {
3207 "type": "git", 3269 "type": "git",
3208 "url": "https://github.com/sebastianbergmann/environment.git", 3270 "url": "https://github.com/sebastianbergmann/environment.git",
3209 - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" 3271 + "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3210 }, 3272 },
3211 "dist": { 3273 "dist": {
3212 "type": "zip", 3274 "type": "zip",
3213 - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",  
3214 - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", 3275 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  3276 + "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3215 "shasum": "" 3277 "shasum": ""
3216 }, 3278 },
3217 "require": { 3279 "require": {
3218 - "php": "^5.3.3 || ^7.0" 3280 + "php": "^5.6 || ^7.0"
3219 }, 3281 },
3220 "require-dev": { 3282 "require-dev": {
3221 - "phpunit/phpunit": "^4.8 || ^5.0" 3283 + "phpunit/phpunit": "^5.0"
3222 }, 3284 },
3223 "type": "library", 3285 "type": "library",
3224 "extra": { 3286 "extra": {
3225 "branch-alias": { 3287 "branch-alias": {
3226 - "dev-master": "1.3.x-dev" 3288 + "dev-master": "2.0.x-dev"
3227 } 3289 }
3228 }, 3290 },
3229 "autoload": { 3291 "autoload": {
@@ -3248,25 +3310,25 @@ @@ -3248,25 +3310,25 @@
3248 "environment", 3310 "environment",
3249 "hhvm" 3311 "hhvm"
3250 ], 3312 ],
3251 - "time": "2016-08-18 05:49:44" 3313 + "time": "2016-11-26T07:53:53+00:00"
3252 }, 3314 },
3253 { 3315 {
3254 "name": "sebastian/exporter", 3316 "name": "sebastian/exporter",
3255 - "version": "1.2.2", 3317 + "version": "2.0.0",
3256 "source": { 3318 "source": {
3257 "type": "git", 3319 "type": "git",
3258 "url": "https://github.com/sebastianbergmann/exporter.git", 3320 "url": "https://github.com/sebastianbergmann/exporter.git",
3259 - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" 3321 + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3260 }, 3322 },
3261 "dist": { 3323 "dist": {
3262 "type": "zip", 3324 "type": "zip",
3263 - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",  
3264 - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", 3325 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  3326 + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3265 "shasum": "" 3327 "shasum": ""
3266 }, 3328 },
3267 "require": { 3329 "require": {
3268 "php": ">=5.3.3", 3330 "php": ">=5.3.3",
3269 - "sebastian/recursion-context": "~1.0" 3331 + "sebastian/recursion-context": "~2.0"
3270 }, 3332 },
3271 "require-dev": { 3333 "require-dev": {
3272 "ext-mbstring": "*", 3334 "ext-mbstring": "*",
@@ -3275,7 +3337,7 @@ @@ -3275,7 +3337,7 @@
3275 "type": "library", 3337 "type": "library",
3276 "extra": { 3338 "extra": {
3277 "branch-alias": { 3339 "branch-alias": {
3278 - "dev-master": "1.3.x-dev" 3340 + "dev-master": "2.0.x-dev"
3279 } 3341 }
3280 }, 3342 },
3281 "autoload": { 3343 "autoload": {
@@ -3315,7 +3377,7 @@ @@ -3315,7 +3377,7 @@
3315 "export", 3377 "export",
3316 "exporter" 3378 "exporter"
3317 ], 3379 ],
3318 - "time": "2016-06-17 09:04:28" 3380 + "time": "2016-11-19T08:54:04+00:00"
3319 }, 3381 },
3320 { 3382 {
3321 "name": "sebastian/global-state", 3383 "name": "sebastian/global-state",
@@ -3366,25 +3428,25 @@ @@ -3366,25 +3428,25 @@
3366 "keywords": [ 3428 "keywords": [
3367 "global state" 3429 "global state"
3368 ], 3430 ],
3369 - "time": "2015-10-12 03:26:01" 3431 + "time": "2015-10-12T03:26:01+00:00"
3370 }, 3432 },
3371 { 3433 {
3372 "name": "sebastian/object-enumerator", 3434 "name": "sebastian/object-enumerator",
3373 - "version": "1.0.0", 3435 + "version": "2.0.1",
3374 "source": { 3436 "source": {
3375 "type": "git", 3437 "type": "git",
3376 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 3438 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3377 - "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" 3439 + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3378 }, 3440 },
3379 "dist": { 3441 "dist": {
3380 "type": "zip", 3442 "type": "zip",
3381 - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",  
3382 - "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", 3443 + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  3444 + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3383 "shasum": "" 3445 "shasum": ""
3384 }, 3446 },
3385 "require": { 3447 "require": {
3386 "php": ">=5.6", 3448 "php": ">=5.6",
3387 - "sebastian/recursion-context": "~1.0" 3449 + "sebastian/recursion-context": "~2.0"
3388 }, 3450 },
3389 "require-dev": { 3451 "require-dev": {
3390 "phpunit/phpunit": "~5" 3452 "phpunit/phpunit": "~5"
@@ -3392,7 +3454,7 @@ @@ -3392,7 +3454,7 @@
3392 "type": "library", 3454 "type": "library",
3393 "extra": { 3455 "extra": {
3394 "branch-alias": { 3456 "branch-alias": {
3395 - "dev-master": "1.0.x-dev" 3457 + "dev-master": "2.0.x-dev"
3396 } 3458 }
3397 }, 3459 },
3398 "autoload": { 3460 "autoload": {
@@ -3412,20 +3474,20 @@ @@ -3412,20 +3474,20 @@
3412 ], 3474 ],
3413 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 3475 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3414 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 3476 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3415 - "time": "2016-01-28 13:25:10" 3477 + "time": "2017-02-18T15:18:39+00:00"
3416 }, 3478 },
3417 { 3479 {
3418 "name": "sebastian/recursion-context", 3480 "name": "sebastian/recursion-context",
3419 - "version": "1.0.2", 3481 + "version": "2.0.0",
3420 "source": { 3482 "source": {
3421 "type": "git", 3483 "type": "git",
3422 "url": "https://github.com/sebastianbergmann/recursion-context.git", 3484 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3423 - "reference": "913401df809e99e4f47b27cdd781f4a258d58791" 3485 + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3424 }, 3486 },
3425 "dist": { 3487 "dist": {
3426 "type": "zip", 3488 "type": "zip",
3427 - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",  
3428 - "reference": "913401df809e99e4f47b27cdd781f4a258d58791", 3489 + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  3490 + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3429 "shasum": "" 3491 "shasum": ""
3430 }, 3492 },
3431 "require": { 3493 "require": {
@@ -3437,7 +3499,7 @@ @@ -3437,7 +3499,7 @@
3437 "type": "library", 3499 "type": "library",
3438 "extra": { 3500 "extra": {
3439 "branch-alias": { 3501 "branch-alias": {
3440 - "dev-master": "1.0.x-dev" 3502 + "dev-master": "2.0.x-dev"
3441 } 3503 }
3442 }, 3504 },
3443 "autoload": { 3505 "autoload": {
@@ -3465,7 +3527,7 @@ @@ -3465,7 +3527,7 @@
3465 ], 3527 ],
3466 "description": "Provides functionality to recursively process PHP variables", 3528 "description": "Provides functionality to recursively process PHP variables",
3467 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 3529 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3468 - "time": "2015-11-11 19:50:13" 3530 + "time": "2016-11-19T07:33:16+00:00"
3469 }, 3531 },
3470 { 3532 {
3471 "name": "sebastian/resource-operations", 3533 "name": "sebastian/resource-operations",
@@ -3507,20 +3569,20 @@ @@ -3507,20 +3569,20 @@
3507 ], 3569 ],
3508 "description": "Provides a list of PHP built-in functions that operate on resources", 3570 "description": "Provides a list of PHP built-in functions that operate on resources",
3509 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 3571 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3510 - "time": "2015-07-28 20:34:47" 3572 + "time": "2015-07-28T20:34:47+00:00"
3511 }, 3573 },
3512 { 3574 {
3513 "name": "sebastian/version", 3575 "name": "sebastian/version",
3514 - "version": "2.0.0", 3576 + "version": "2.0.1",
3515 "source": { 3577 "source": {
3516 "type": "git", 3578 "type": "git",
3517 "url": "https://github.com/sebastianbergmann/version.git", 3579 "url": "https://github.com/sebastianbergmann/version.git",
3518 - "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" 3580 + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3519 }, 3581 },
3520 "dist": { 3582 "dist": {
3521 "type": "zip", 3583 "type": "zip",
3522 - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",  
3523 - "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", 3584 + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  3585 + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3524 "shasum": "" 3586 "shasum": ""
3525 }, 3587 },
3526 "require": { 3588 "require": {
@@ -3550,20 +3612,20 @@ @@ -3550,20 +3612,20 @@
3550 ], 3612 ],
3551 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 3613 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3552 "homepage": "https://github.com/sebastianbergmann/version", 3614 "homepage": "https://github.com/sebastianbergmann/version",
3553 - "time": "2016-02-04 12:56:52" 3615 + "time": "2016-10-03T07:35:21+00:00"
3554 }, 3616 },
3555 { 3617 {
3556 "name": "setasign/fpdi", 3618 "name": "setasign/fpdi",
3557 - "version": "1.6.1", 3619 + "version": "1.6.2",
3558 "source": { 3620 "source": {
3559 "type": "git", 3621 "type": "git",
3560 "url": "https://github.com/Setasign/FPDI.git", 3622 "url": "https://github.com/Setasign/FPDI.git",
3561 - "reference": "5b899b2b41463bf261aa69840fd30b50950a500c" 3623 + "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
3562 }, 3624 },
3563 "dist": { 3625 "dist": {
3564 "type": "zip", 3626 "type": "zip",
3565 - "url": "https://api.github.com/repos/Setasign/FPDI/zipball/5b899b2b41463bf261aa69840fd30b50950a500c",  
3566 - "reference": "5b899b2b41463bf261aa69840fd30b50950a500c", 3627 + "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
  3628 + "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
3567 "shasum": "" 3629 "shasum": ""
3568 }, 3630 },
3569 "suggest": { 3631 "suggest": {
@@ -3599,20 +3661,65 @@ @@ -3599,20 +3661,65 @@
3599 "fpdi", 3661 "fpdi",
3600 "pdf" 3662 "pdf"
3601 ], 3663 ],
3602 - "time": "2015-11-30 10:53:14" 3664 + "time": "2017-05-11T14:25:49+00:00"
  3665 + },
  3666 + {
  3667 + "name": "stecman/symfony-console-completion",
  3668 + "version": "0.7.0",
  3669 + "source": {
  3670 + "type": "git",
  3671 + "url": "https://github.com/stecman/symfony-console-completion.git",
  3672 + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb"
  3673 + },
  3674 + "dist": {
  3675 + "type": "zip",
  3676 + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
  3677 + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb",
  3678 + "shasum": ""
  3679 + },
  3680 + "require": {
  3681 + "php": ">=5.3.2",
  3682 + "symfony/console": "~2.3 || ~3.0"
  3683 + },
  3684 + "require-dev": {
  3685 + "phpunit/phpunit": "~4.4"
  3686 + },
  3687 + "type": "library",
  3688 + "extra": {
  3689 + "branch-alias": {
  3690 + "dev-master": "0.6.x-dev"
  3691 + }
  3692 + },
  3693 + "autoload": {
  3694 + "psr-4": {
  3695 + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/"
  3696 + }
  3697 + },
  3698 + "notification-url": "https://packagist.org/downloads/",
  3699 + "license": [
  3700 + "MIT"
  3701 + ],
  3702 + "authors": [
  3703 + {
  3704 + "name": "Stephen Holdaway",
  3705 + "email": "stephen@stecman.co.nz"
  3706 + }
  3707 + ],
  3708 + "description": "Automatic BASH completion for Symfony Console Component based applications.",
  3709 + "time": "2016-02-24T05:08:54+00:00"
3603 }, 3710 },
3604 { 3711 {
3605 "name": "studio-42/elfinder", 3712 "name": "studio-42/elfinder",
3606 - "version": "2.1.15", 3713 + "version": "2.1.23",
3607 "source": { 3714 "source": {
3608 "type": "git", 3715 "type": "git",
3609 "url": "https://github.com/Studio-42/elFinder.git", 3716 "url": "https://github.com/Studio-42/elFinder.git",
3610 - "reference": "2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81" 3717 + "reference": "c02d75b37ee904117346646d19a85ef9b9defbcb"
3611 }, 3718 },
3612 "dist": { 3719 "dist": {
3613 "type": "zip", 3720 "type": "zip",
3614 - "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81",  
3615 - "reference": "2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81", 3721 + "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/c02d75b37ee904117346646d19a85ef9b9defbcb",
  3722 + "reference": "c02d75b37ee904117346646d19a85ef9b9defbcb",
3616 "shasum": "" 3723 "shasum": ""
3617 }, 3724 },
3618 "require": { 3725 "require": {
@@ -3620,9 +3727,9 @@ @@ -3620,9 +3727,9 @@
3620 }, 3727 },
3621 "suggest": { 3728 "suggest": {
3622 "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.", 3729 "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.",
3623 - "dropbox-php/dropbox-php": "elFinder Volume driver `Dropbox` require `dropbox-php/dropbox-php`.",  
3624 - "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting.",  
3625 - "pear/http_oauth": "dropbox-php require `pear/http_oauth` or `PHP OAuth extension`." 3730 + "google/apiclient": "VolumeDriver GoogleDrive require `google/apiclient:^2.0.",
  3731 + "kunalvarma05/dropbox-php-sdk": "VolumeDriver `Dropbox`2 require `kunalvarma05/dropbox-php-sdk.",
  3732 + "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting with Flysystem."
3626 }, 3733 },
3627 "type": "library", 3734 "type": "library",
3628 "autoload": { 3735 "autoload": {
@@ -3657,27 +3764,28 @@ @@ -3657,27 +3764,28 @@
3657 ], 3764 ],
3658 "description": "File manager for web", 3765 "description": "File manager for web",
3659 "homepage": "http://elfinder.org", 3766 "homepage": "http://elfinder.org",
3660 - "time": "2016-09-12 01:53:22" 3767 + "time": "2017-03-31T08:05:06+00:00"
3661 }, 3768 },
3662 { 3769 {
3663 "name": "swiftmailer/swiftmailer", 3770 "name": "swiftmailer/swiftmailer",
3664 - "version": "v5.4.3", 3771 + "version": "v5.4.8",
3665 "source": { 3772 "source": {
3666 "type": "git", 3773 "type": "git",
3667 "url": "https://github.com/swiftmailer/swiftmailer.git", 3774 "url": "https://github.com/swiftmailer/swiftmailer.git",
3668 - "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" 3775 + "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
3669 }, 3776 },
3670 "dist": { 3777 "dist": {
3671 "type": "zip", 3778 "type": "zip",
3672 - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",  
3673 - "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", 3779 + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  3780 + "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
3674 "shasum": "" 3781 "shasum": ""
3675 }, 3782 },
3676 "require": { 3783 "require": {
3677 "php": ">=5.3.3" 3784 "php": ">=5.3.3"
3678 }, 3785 },
3679 "require-dev": { 3786 "require-dev": {
3680 - "mockery/mockery": "~0.9.1" 3787 + "mockery/mockery": "~0.9.1",
  3788 + "symfony/phpunit-bridge": "~3.2"
3681 }, 3789 },
3682 "type": "library", 3790 "type": "library",
3683 "extra": { 3791 "extra": {
@@ -3710,20 +3818,20 @@ @@ -3710,20 +3818,20 @@
3710 "mail", 3818 "mail",
3711 "mailer" 3819 "mailer"
3712 ], 3820 ],
3713 - "time": "2016-07-08 11:51:25" 3821 + "time": "2017-05-01T15:54:03+00:00"
3714 }, 3822 },
3715 { 3823 {
3716 "name": "symfony/browser-kit", 3824 "name": "symfony/browser-kit",
3717 - "version": "v3.1.5", 3825 + "version": "v3.2.8",
3718 "source": { 3826 "source": {
3719 "type": "git", 3827 "type": "git",
3720 "url": "https://github.com/symfony/browser-kit.git", 3828 "url": "https://github.com/symfony/browser-kit.git",
3721 - "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc" 3829 + "reference": "9fab1ab6f77b77f3df5fc5250fc6956811699b57"
3722 }, 3830 },
3723 "dist": { 3831 "dist": {
3724 "type": "zip", 3832 "type": "zip",
3725 - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",  
3726 - "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc", 3833 + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9fab1ab6f77b77f3df5fc5250fc6956811699b57",
  3834 + "reference": "9fab1ab6f77b77f3df5fc5250fc6956811699b57",
3727 "shasum": "" 3835 "shasum": ""
3728 }, 3836 },
3729 "require": { 3837 "require": {
@@ -3740,7 +3848,7 @@ @@ -3740,7 +3848,7 @@
3740 "type": "library", 3848 "type": "library",
3741 "extra": { 3849 "extra": {
3742 "branch-alias": { 3850 "branch-alias": {
3743 - "dev-master": "3.1-dev" 3851 + "dev-master": "3.2-dev"
3744 } 3852 }
3745 }, 3853 },
3746 "autoload": { 3854 "autoload": {
@@ -3767,20 +3875,20 @@ @@ -3767,20 +3875,20 @@
3767 ], 3875 ],
3768 "description": "Symfony BrowserKit Component", 3876 "description": "Symfony BrowserKit Component",
3769 "homepage": "https://symfony.com", 3877 "homepage": "https://symfony.com",
3770 - "time": "2016-09-06 11:02:40" 3878 + "time": "2017-04-12T14:13:17+00:00"
3771 }, 3879 },
3772 { 3880 {
3773 "name": "symfony/console", 3881 "name": "symfony/console",
3774 - "version": "v3.1.5", 3882 + "version": "v3.2.8",
3775 "source": { 3883 "source": {
3776 "type": "git", 3884 "type": "git",
3777 "url": "https://github.com/symfony/console.git", 3885 "url": "https://github.com/symfony/console.git",
3778 - "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0" 3886 + "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
3779 }, 3887 },
3780 "dist": { 3888 "dist": {
3781 "type": "zip", 3889 "type": "zip",
3782 - "url": "https://api.github.com/repos/symfony/console/zipball/6cb0872fb57b38b3b09ff213c21ed693956b9eb0",  
3783 - "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0", 3890 + "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
  3891 + "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
3784 "shasum": "" 3892 "shasum": ""
3785 }, 3893 },
3786 "require": { 3894 "require": {
@@ -3791,17 +3899,19 @@ @@ -3791,17 +3899,19 @@
3791 "require-dev": { 3899 "require-dev": {
3792 "psr/log": "~1.0", 3900 "psr/log": "~1.0",
3793 "symfony/event-dispatcher": "~2.8|~3.0", 3901 "symfony/event-dispatcher": "~2.8|~3.0",
  3902 + "symfony/filesystem": "~2.8|~3.0",
3794 "symfony/process": "~2.8|~3.0" 3903 "symfony/process": "~2.8|~3.0"
3795 }, 3904 },
3796 "suggest": { 3905 "suggest": {
3797 "psr/log": "For using the console logger", 3906 "psr/log": "For using the console logger",
3798 "symfony/event-dispatcher": "", 3907 "symfony/event-dispatcher": "",
  3908 + "symfony/filesystem": "",
3799 "symfony/process": "" 3909 "symfony/process": ""
3800 }, 3910 },
3801 "type": "library", 3911 "type": "library",
3802 "extra": { 3912 "extra": {
3803 "branch-alias": { 3913 "branch-alias": {
3804 - "dev-master": "3.1-dev" 3914 + "dev-master": "3.2-dev"
3805 } 3915 }
3806 }, 3916 },
3807 "autoload": { 3917 "autoload": {
@@ -3828,20 +3938,20 @@ @@ -3828,20 +3938,20 @@
3828 ], 3938 ],
3829 "description": "Symfony Console Component", 3939 "description": "Symfony Console Component",
3830 "homepage": "https://symfony.com", 3940 "homepage": "https://symfony.com",
3831 - "time": "2016-09-28 00:11:12" 3941 + "time": "2017-04-26T01:39:17+00:00"
3832 }, 3942 },
3833 { 3943 {
3834 "name": "symfony/css-selector", 3944 "name": "symfony/css-selector",
3835 - "version": "v3.1.5", 3945 + "version": "v3.2.8",
3836 "source": { 3946 "source": {
3837 "type": "git", 3947 "type": "git",
3838 "url": "https://github.com/symfony/css-selector.git", 3948 "url": "https://github.com/symfony/css-selector.git",
3839 - "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac" 3949 + "reference": "02983c144038e697c959e6b06ef6666de759ccbc"
3840 }, 3950 },
3841 "dist": { 3951 "dist": {
3842 "type": "zip", 3952 "type": "zip",
3843 - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac",  
3844 - "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac", 3953 + "url": "https://api.github.com/repos/symfony/css-selector/zipball/02983c144038e697c959e6b06ef6666de759ccbc",
  3954 + "reference": "02983c144038e697c959e6b06ef6666de759ccbc",
3845 "shasum": "" 3955 "shasum": ""
3846 }, 3956 },
3847 "require": { 3957 "require": {
@@ -3850,7 +3960,7 @@ @@ -3850,7 +3960,7 @@
3850 "type": "library", 3960 "type": "library",
3851 "extra": { 3961 "extra": {
3852 "branch-alias": { 3962 "branch-alias": {
3853 - "dev-master": "3.1-dev" 3963 + "dev-master": "3.2-dev"
3854 } 3964 }
3855 }, 3965 },
3856 "autoload": { 3966 "autoload": {
@@ -3881,20 +3991,20 @@ @@ -3881,20 +3991,20 @@
3881 ], 3991 ],
3882 "description": "Symfony CssSelector Component", 3992 "description": "Symfony CssSelector Component",
3883 "homepage": "https://symfony.com", 3993 "homepage": "https://symfony.com",
3884 - "time": "2016-09-06 11:02:40" 3994 + "time": "2017-05-01T14:55:58+00:00"
3885 }, 3995 },
3886 { 3996 {
3887 "name": "symfony/debug", 3997 "name": "symfony/debug",
3888 - "version": "v3.1.5", 3998 + "version": "v3.2.8",
3889 "source": { 3999 "source": {
3890 "type": "git", 4000 "type": "git",
3891 "url": "https://github.com/symfony/debug.git", 4001 "url": "https://github.com/symfony/debug.git",
3892 - "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" 4002 + "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
3893 }, 4003 },
3894 "dist": { 4004 "dist": {
3895 "type": "zip", 4005 "type": "zip",
3896 - "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",  
3897 - "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", 4006 + "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
  4007 + "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
3898 "shasum": "" 4008 "shasum": ""
3899 }, 4009 },
3900 "require": { 4010 "require": {
@@ -3911,7 +4021,7 @@ @@ -3911,7 +4021,7 @@
3911 "type": "library", 4021 "type": "library",
3912 "extra": { 4022 "extra": {
3913 "branch-alias": { 4023 "branch-alias": {
3914 - "dev-master": "3.1-dev" 4024 + "dev-master": "3.2-dev"
3915 } 4025 }
3916 }, 4026 },
3917 "autoload": { 4027 "autoload": {
@@ -3938,20 +4048,20 @@ @@ -3938,20 +4048,20 @@
3938 ], 4048 ],
3939 "description": "Symfony Debug Component", 4049 "description": "Symfony Debug Component",
3940 "homepage": "https://symfony.com", 4050 "homepage": "https://symfony.com",
3941 - "time": "2016-09-06 11:02:40" 4051 + "time": "2017-04-19T20:17:50+00:00"
3942 }, 4052 },
3943 { 4053 {
3944 "name": "symfony/dom-crawler", 4054 "name": "symfony/dom-crawler",
3945 - "version": "v3.1.5", 4055 + "version": "v3.2.8",
3946 "source": { 4056 "source": {
3947 "type": "git", 4057 "type": "git",
3948 "url": "https://github.com/symfony/dom-crawler.git", 4058 "url": "https://github.com/symfony/dom-crawler.git",
3949 - "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7" 4059 + "reference": "f1ad34e8af09ed17570e027cf0c58a12eddec286"
3950 }, 4060 },
3951 "dist": { 4061 "dist": {
3952 "type": "zip", 4062 "type": "zip",
3953 - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb7395e8b1db3654de82b9f35d019958276de4d7",  
3954 - "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7", 4063 + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f1ad34e8af09ed17570e027cf0c58a12eddec286",
  4064 + "reference": "f1ad34e8af09ed17570e027cf0c58a12eddec286",
3955 "shasum": "" 4065 "shasum": ""
3956 }, 4066 },
3957 "require": { 4067 "require": {
@@ -3967,7 +4077,7 @@ @@ -3967,7 +4077,7 @@
3967 "type": "library", 4077 "type": "library",
3968 "extra": { 4078 "extra": {
3969 "branch-alias": { 4079 "branch-alias": {
3970 - "dev-master": "3.1-dev" 4080 + "dev-master": "3.2-dev"
3971 } 4081 }
3972 }, 4082 },
3973 "autoload": { 4083 "autoload": {
@@ -3994,20 +4104,20 @@ @@ -3994,20 +4104,20 @@
3994 ], 4104 ],
3995 "description": "Symfony DomCrawler Component", 4105 "description": "Symfony DomCrawler Component",
3996 "homepage": "https://symfony.com", 4106 "homepage": "https://symfony.com",
3997 - "time": "2016-08-05 08:37:39" 4107 + "time": "2017-04-12T14:13:17+00:00"
3998 }, 4108 },
3999 { 4109 {
4000 "name": "symfony/event-dispatcher", 4110 "name": "symfony/event-dispatcher",
4001 - "version": "v3.1.5", 4111 + "version": "v3.2.8",
4002 "source": { 4112 "source": {
4003 "type": "git", 4113 "type": "git",
4004 "url": "https://github.com/symfony/event-dispatcher.git", 4114 "url": "https://github.com/symfony/event-dispatcher.git",
4005 - "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5" 4115 + "reference": "b8a401f733b43251e1d088c589368b2a94155e40"
4006 }, 4116 },
4007 "dist": { 4117 "dist": {
4008 "type": "zip", 4118 "type": "zip",
4009 - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",  
4010 - "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5", 4119 + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8a401f733b43251e1d088c589368b2a94155e40",
  4120 + "reference": "b8a401f733b43251e1d088c589368b2a94155e40",
4011 "shasum": "" 4121 "shasum": ""
4012 }, 4122 },
4013 "require": { 4123 "require": {
@@ -4027,7 +4137,7 @@ @@ -4027,7 +4137,7 @@
4027 "type": "library", 4137 "type": "library",
4028 "extra": { 4138 "extra": {
4029 "branch-alias": { 4139 "branch-alias": {
4030 - "dev-master": "3.1-dev" 4140 + "dev-master": "3.2-dev"
4031 } 4141 }
4032 }, 4142 },
4033 "autoload": { 4143 "autoload": {
@@ -4054,20 +4164,20 @@ @@ -4054,20 +4164,20 @@
4054 ], 4164 ],
4055 "description": "Symfony EventDispatcher Component", 4165 "description": "Symfony EventDispatcher Component",
4056 "homepage": "https://symfony.com", 4166 "homepage": "https://symfony.com",
4057 - "time": "2016-07-19 10:45:57" 4167 + "time": "2017-05-01T14:58:48+00:00"
4058 }, 4168 },
4059 { 4169 {
4060 "name": "symfony/finder", 4170 "name": "symfony/finder",
4061 - "version": "v3.1.5", 4171 + "version": "v3.2.8",
4062 "source": { 4172 "source": {
4063 "type": "git", 4173 "type": "git",
4064 "url": "https://github.com/symfony/finder.git", 4174 "url": "https://github.com/symfony/finder.git",
4065 - "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f" 4175 + "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930"
4066 }, 4176 },
4067 "dist": { 4177 "dist": {
4068 "type": "zip", 4178 "type": "zip",
4069 - "url": "https://api.github.com/repos/symfony/finder/zipball/205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",  
4070 - "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f", 4179 + "url": "https://api.github.com/repos/symfony/finder/zipball/9cf076f8f492f4b1ffac40aae9c2d287b4ca6930",
  4180 + "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930",
4071 "shasum": "" 4181 "shasum": ""
4072 }, 4182 },
4073 "require": { 4183 "require": {
@@ -4076,7 +4186,7 @@ @@ -4076,7 +4186,7 @@
4076 "type": "library", 4186 "type": "library",
4077 "extra": { 4187 "extra": {
4078 "branch-alias": { 4188 "branch-alias": {
4079 - "dev-master": "3.1-dev" 4189 + "dev-master": "3.2-dev"
4080 } 4190 }
4081 }, 4191 },
4082 "autoload": { 4192 "autoload": {
@@ -4103,20 +4213,20 @@ @@ -4103,20 +4213,20 @@
4103 ], 4213 ],
4104 "description": "Symfony Finder Component", 4214 "description": "Symfony Finder Component",
4105 "homepage": "https://symfony.com", 4215 "homepage": "https://symfony.com",
4106 - "time": "2016-09-28 00:11:12" 4216 + "time": "2017-04-12T14:13:17+00:00"
4107 }, 4217 },
4108 { 4218 {
4109 "name": "symfony/polyfill-mbstring", 4219 "name": "symfony/polyfill-mbstring",
4110 - "version": "v1.2.0", 4220 + "version": "v1.3.0",
4111 "source": { 4221 "source": {
4112 "type": "git", 4222 "type": "git",
4113 "url": "https://github.com/symfony/polyfill-mbstring.git", 4223 "url": "https://github.com/symfony/polyfill-mbstring.git",
4114 - "reference": "dff51f72b0706335131b00a7f49606168c582594" 4224 + "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
4115 }, 4225 },
4116 "dist": { 4226 "dist": {
4117 "type": "zip", 4227 "type": "zip",
4118 - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",  
4119 - "reference": "dff51f72b0706335131b00a7f49606168c582594", 4228 + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  4229 + "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
4120 "shasum": "" 4230 "shasum": ""
4121 }, 4231 },
4122 "require": { 4232 "require": {
@@ -4128,7 +4238,7 @@ @@ -4128,7 +4238,7 @@
4128 "type": "library", 4238 "type": "library",
4129 "extra": { 4239 "extra": {
4130 "branch-alias": { 4240 "branch-alias": {
4131 - "dev-master": "1.2-dev" 4241 + "dev-master": "1.3-dev"
4132 } 4242 }
4133 }, 4243 },
4134 "autoload": { 4244 "autoload": {
@@ -4162,29 +4272,84 @@ @@ -4162,29 +4272,84 @@
4162 "portable", 4272 "portable",
4163 "shim" 4273 "shim"
4164 ], 4274 ],
4165 - "time": "2016-05-18 14:26:46" 4275 + "time": "2016-11-14T01:06:16+00:00"
  4276 + },
  4277 + {
  4278 + "name": "symfony/process",
  4279 + "version": "v3.2.8",
  4280 + "source": {
  4281 + "type": "git",
  4282 + "url": "https://github.com/symfony/process.git",
  4283 + "reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0"
  4284 + },
  4285 + "dist": {
  4286 + "type": "zip",
  4287 + "url": "https://api.github.com/repos/symfony/process/zipball/999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
  4288 + "reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
  4289 + "shasum": ""
  4290 + },
  4291 + "require": {
  4292 + "php": ">=5.5.9"
  4293 + },
  4294 + "type": "library",
  4295 + "extra": {
  4296 + "branch-alias": {
  4297 + "dev-master": "3.2-dev"
  4298 + }
  4299 + },
  4300 + "autoload": {
  4301 + "psr-4": {
  4302 + "Symfony\\Component\\Process\\": ""
  4303 + },
  4304 + "exclude-from-classmap": [
  4305 + "/Tests/"
  4306 + ]
  4307 + },
  4308 + "notification-url": "https://packagist.org/downloads/",
  4309 + "license": [
  4310 + "MIT"
  4311 + ],
  4312 + "authors": [
  4313 + {
  4314 + "name": "Fabien Potencier",
  4315 + "email": "fabien@symfony.com"
  4316 + },
  4317 + {
  4318 + "name": "Symfony Community",
  4319 + "homepage": "https://symfony.com/contributors"
  4320 + }
  4321 + ],
  4322 + "description": "Symfony Process Component",
  4323 + "homepage": "https://symfony.com",
  4324 + "time": "2017-04-12T14:13:17+00:00"
4166 }, 4325 },
4167 { 4326 {
4168 "name": "symfony/yaml", 4327 "name": "symfony/yaml",
4169 - "version": "v3.1.5", 4328 + "version": "v3.2.8",
4170 "source": { 4329 "source": {
4171 "type": "git", 4330 "type": "git",
4172 "url": "https://github.com/symfony/yaml.git", 4331 "url": "https://github.com/symfony/yaml.git",
4173 - "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3" 4332 + "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
4174 }, 4333 },
4175 "dist": { 4334 "dist": {
4176 "type": "zip", 4335 "type": "zip",
4177 - "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3",  
4178 - "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3", 4336 + "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
  4337 + "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
4179 "shasum": "" 4338 "shasum": ""
4180 }, 4339 },
4181 "require": { 4340 "require": {
4182 "php": ">=5.5.9" 4341 "php": ">=5.5.9"
4183 }, 4342 },
  4343 + "require-dev": {
  4344 + "symfony/console": "~2.8|~3.0"
  4345 + },
  4346 + "suggest": {
  4347 + "symfony/console": "For validating YAML files using the lint command"
  4348 + },
4184 "type": "library", 4349 "type": "library",
4185 "extra": { 4350 "extra": {
4186 "branch-alias": { 4351 "branch-alias": {
4187 - "dev-master": "3.1-dev" 4352 + "dev-master": "3.2-dev"
4188 } 4353 }
4189 }, 4354 },
4190 "autoload": { 4355 "autoload": {
@@ -4211,7 +4376,7 @@ @@ -4211,7 +4376,7 @@
4211 ], 4376 ],
4212 "description": "Symfony Yaml Component", 4377 "description": "Symfony Yaml Component",
4213 "homepage": "https://symfony.com", 4378 "homepage": "https://symfony.com",
4214 - "time": "2016-09-25 08:27:07" 4379 + "time": "2017-05-01T14:55:58+00:00"
4215 }, 4380 },
4216 { 4381 {
4217 "name": "unclead/yii2-multiple-input", 4382 "name": "unclead/yii2-multiple-input",
@@ -4256,7 +4421,7 @@ @@ -4256,7 +4421,7 @@
4256 "yii2 multiple input", 4421 "yii2 multiple input",
4257 "yii2 tabular input" 4422 "yii2 tabular input"
4258 ], 4423 ],
4259 - "time": "2016-09-16 06:07:41" 4424 + "time": "2016-09-16T06:07:41+00:00"
4260 }, 4425 },
4261 { 4426 {
4262 "name": "wbraganca/yii2-dynamicform", 4427 "name": "wbraganca/yii2-dynamicform",
@@ -4308,20 +4473,20 @@ @@ -4308,20 +4473,20 @@
4308 }, 4473 },
4309 { 4474 {
4310 "name": "webmozart/assert", 4475 "name": "webmozart/assert",
4311 - "version": "1.1.0", 4476 + "version": "1.2.0",
4312 "source": { 4477 "source": {
4313 "type": "git", 4478 "type": "git",
4314 "url": "https://github.com/webmozart/assert.git", 4479 "url": "https://github.com/webmozart/assert.git",
4315 - "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" 4480 + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
4316 }, 4481 },
4317 "dist": { 4482 "dist": {
4318 "type": "zip", 4483 "type": "zip",
4319 - "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",  
4320 - "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", 4484 + "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4485 + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
4321 "shasum": "" 4486 "shasum": ""
4322 }, 4487 },
4323 "require": { 4488 "require": {
4324 - "php": "^5.3.3|^7.0" 4489 + "php": "^5.3.3 || ^7.0"
4325 }, 4490 },
4326 "require-dev": { 4491 "require-dev": {
4327 "phpunit/phpunit": "^4.6", 4492 "phpunit/phpunit": "^4.6",
@@ -4330,7 +4495,7 @@ @@ -4330,7 +4495,7 @@
4330 "type": "library", 4495 "type": "library",
4331 "extra": { 4496 "extra": {
4332 "branch-alias": { 4497 "branch-alias": {
4333 - "dev-master": "1.2-dev" 4498 + "dev-master": "1.3-dev"
4334 } 4499 }
4335 }, 4500 },
4336 "autoload": { 4501 "autoload": {
@@ -4354,25 +4519,25 @@ @@ -4354,25 +4519,25 @@
4354 "check", 4519 "check",
4355 "validate" 4520 "validate"
4356 ], 4521 ],
4357 - "time": "2016-08-09 15:02:57" 4522 + "time": "2016-11-23T20:04:58+00:00"
4358 }, 4523 },
4359 { 4524 {
4360 "name": "yiisoft/yii2", 4525 "name": "yiisoft/yii2",
4361 - "version": "2.0.9", 4526 + "version": "2.0.11.2",
4362 "source": { 4527 "source": {
4363 "type": "git", 4528 "type": "git",
4364 "url": "https://github.com/yiisoft/yii2-framework.git", 4529 "url": "https://github.com/yiisoft/yii2-framework.git",
4365 - "reference": "2b75151ea60e1fd820046416eee2e89c3dda1133" 4530 + "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab"
4366 }, 4531 },
4367 "dist": { 4532 "dist": {
4368 "type": "zip", 4533 "type": "zip",
4369 - "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/2b75151ea60e1fd820046416eee2e89c3dda1133",  
4370 - "reference": "2b75151ea60e1fd820046416eee2e89c3dda1133", 4534 + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/ee996adec1dfd7babb67bd0c604f5bd6425fe5ab",
  4535 + "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab",
4371 "shasum": "" 4536 "shasum": ""
4372 }, 4537 },
4373 "require": { 4538 "require": {
4374 "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", 4539 "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
4375 - "bower-asset/jquery.inputmask": "~3.2.2", 4540 + "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.3",
4376 "bower-asset/punycode": "1.3.*", 4541 "bower-asset/punycode": "1.3.*",
4377 "bower-asset/yii2-pjax": "~2.0.1", 4542 "bower-asset/yii2-pjax": "~2.0.1",
4378 "cebe/markdown": "~1.0.0 | ~1.1.0", 4543 "cebe/markdown": "~1.0.0 | ~1.1.0",
@@ -4440,6 +4605,12 @@ @@ -4440,6 +4605,12 @@
4440 "name": "Dmitry Naumenko", 4605 "name": "Dmitry Naumenko",
4441 "email": "d.naumenko.a@gmail.com", 4606 "email": "d.naumenko.a@gmail.com",
4442 "role": "Core framework development" 4607 "role": "Core framework development"
  4608 + },
  4609 + {
  4610 + "name": "Boudewijn Vahrmeijer",
  4611 + "email": "info@dynasource.eu",
  4612 + "homepage": "http://dynasource.eu",
  4613 + "role": "Core framework development"
4443 } 4614 }
4444 ], 4615 ],
4445 "description": "Yii PHP Framework Version 2", 4616 "description": "Yii PHP Framework Version 2",
@@ -4448,7 +4619,7 @@ @@ -4448,7 +4619,7 @@
4448 "framework", 4619 "framework",
4449 "yii2" 4620 "yii2"
4450 ], 4621 ],
4451 - "time": "2016-07-11 13:36:42" 4622 + "time": "2017-02-08T09:04:32+00:00"
4452 }, 4623 },
4453 { 4624 {
4454 "name": "yiisoft/yii2-bootstrap", 4625 "name": "yiisoft/yii2-bootstrap",
@@ -4498,25 +4669,28 @@ @@ -4498,25 +4669,28 @@
4498 "bootstrap", 4669 "bootstrap",
4499 "yii2" 4670 "yii2"
4500 ], 4671 ],
4501 - "time": "2016-03-17 03:29:28" 4672 + "time": "2016-03-17T03:29:28+00:00"
4502 }, 4673 },
4503 { 4674 {
4504 "name": "yiisoft/yii2-composer", 4675 "name": "yiisoft/yii2-composer",
4505 - "version": "2.0.4", 4676 + "version": "2.0.5",
4506 "source": { 4677 "source": {
4507 "type": "git", 4678 "type": "git",
4508 "url": "https://github.com/yiisoft/yii2-composer.git", 4679 "url": "https://github.com/yiisoft/yii2-composer.git",
4509 - "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464" 4680 + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2"
4510 }, 4681 },
4511 "dist": { 4682 "dist": {
4512 "type": "zip", 4683 "type": "zip",
4513 - "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/7452fd908a5023b8bb5ea1b123a174ca080de464",  
4514 - "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464", 4684 + "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
  4685 + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2",
4515 "shasum": "" 4686 "shasum": ""
4516 }, 4687 },
4517 "require": { 4688 "require": {
4518 "composer-plugin-api": "^1.0" 4689 "composer-plugin-api": "^1.0"
4519 }, 4690 },
  4691 + "require-dev": {
  4692 + "composer/composer": "^1.0"
  4693 + },
4520 "type": "composer-plugin", 4694 "type": "composer-plugin",
4521 "extra": { 4695 "extra": {
4522 "class": "yii\\composer\\Plugin", 4696 "class": "yii\\composer\\Plugin",
@@ -4545,25 +4719,25 @@ @@ -4545,25 +4719,25 @@
4545 "extension installer", 4719 "extension installer",
4546 "yii2" 4720 "yii2"
4547 ], 4721 ],
4548 - "time": "2016-02-06 00:49:24" 4722 + "time": "2016-12-20T13:26:02+00:00"
4549 }, 4723 },
4550 { 4724 {
4551 "name": "yiisoft/yii2-imagine", 4725 "name": "yiisoft/yii2-imagine",
4552 - "version": "2.0.4", 4726 + "version": "2.1.0",
4553 "source": { 4727 "source": {
4554 "type": "git", 4728 "type": "git",
4555 "url": "https://github.com/yiisoft/yii2-imagine.git", 4729 "url": "https://github.com/yiisoft/yii2-imagine.git",
4556 - "reference": "68ed3d96cd1895035cef3c0e9ce9cf6c2c0c7f1c" 4730 + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411"
4557 }, 4731 },
4558 "dist": { 4732 "dist": {
4559 "type": "zip", 4733 "type": "zip",
4560 - "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/68ed3d96cd1895035cef3c0e9ce9cf6c2c0c7f1c",  
4561 - "reference": "68ed3d96cd1895035cef3c0e9ce9cf6c2c0c7f1c", 4734 + "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
  4735 + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
4562 "shasum": "" 4736 "shasum": ""
4563 }, 4737 },
4564 "require": { 4738 "require": {
4565 - "imagine/imagine": "0.5.*",  
4566 - "yiisoft/yii2": "*" 4739 + "imagine/imagine": "~0.6.0",
  4740 + "yiisoft/yii2": "~2.0.0"
4567 }, 4741 },
4568 "type": "yii2-extension", 4742 "type": "yii2-extension",
4569 "extra": { 4743 "extra": {
@@ -4593,7 +4767,7 @@ @@ -4593,7 +4767,7 @@
4593 "imagine", 4767 "imagine",
4594 "yii2" 4768 "yii2"
4595 ], 4769 ],
4596 - "time": "2016-09-04 15:14:08" 4770 + "time": "2016-11-03T19:28:39+00:00"
4597 }, 4771 },
4598 { 4772 {
4599 "name": "yiisoft/yii2-jui", 4773 "name": "yiisoft/yii2-jui",
@@ -4643,20 +4817,20 @@ @@ -4643,20 +4817,20 @@
4643 "jQuery UI", 4817 "jQuery UI",
4644 "yii2" 4818 "yii2"
4645 ], 4819 ],
4646 - "time": "2016-07-22 22:26:59" 4820 + "time": "2016-07-22T22:26:59+00:00"
4647 }, 4821 },
4648 { 4822 {
4649 "name": "yiisoft/yii2-swiftmailer", 4823 "name": "yiisoft/yii2-swiftmailer",
4650 - "version": "2.0.6", 4824 + "version": "2.0.7",
4651 "source": { 4825 "source": {
4652 "type": "git", 4826 "type": "git",
4653 "url": "https://github.com/yiisoft/yii2-swiftmailer.git", 4827 "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
4654 - "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5" 4828 + "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec"
4655 }, 4829 },
4656 "dist": { 4830 "dist": {
4657 "type": "zip", 4831 "type": "zip",
4658 - "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/26b900767f1031ff3a4668dfa36c10595875f0a5",  
4659 - "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5", 4832 + "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/8a03a62cbcb82e7697d3002eb43a8d2637f566ec",
  4833 + "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec",
4660 "shasum": "" 4834 "shasum": ""
4661 }, 4835 },
4662 "require": { 4836 "require": {
@@ -4693,7 +4867,7 @@ @@ -4693,7 +4867,7 @@
4693 "swiftmailer", 4867 "swiftmailer",
4694 "yii2" 4868 "yii2"
4695 ], 4869 ],
4696 - "time": "2016-09-09 11:48:11" 4870 + "time": "2017-05-01T08:29:00+00:00"
4697 }, 4871 },
4698 { 4872 {
4699 "name": "yurkinx/yii2-image", 4873 "name": "yurkinx/yii2-image",
@@ -4701,12 +4875,12 @@ @@ -4701,12 +4875,12 @@
4701 "source": { 4875 "source": {
4702 "type": "git", 4876 "type": "git",
4703 "url": "https://github.com/yurkinx/yii2-image.git", 4877 "url": "https://github.com/yurkinx/yii2-image.git",
4704 - "reference": "0d6d261bf9c2dc35e9ad8c5cc56793580b74eefd" 4878 + "reference": "2737b1ef4cefbc4c664892c6b9f29847fcf72c56"
4705 }, 4879 },
4706 "dist": { 4880 "dist": {
4707 "type": "zip", 4881 "type": "zip",
4708 - "url": "https://api.github.com/repos/yurkinx/yii2-image/zipball/0d6d261bf9c2dc35e9ad8c5cc56793580b74eefd",  
4709 - "reference": "0d6d261bf9c2dc35e9ad8c5cc56793580b74eefd", 4882 + "url": "https://api.github.com/repos/yurkinx/yii2-image/zipball/2737b1ef4cefbc4c664892c6b9f29847fcf72c56",
  4883 + "reference": "2737b1ef4cefbc4c664892c6b9f29847fcf72c56",
4710 "shasum": "" 4884 "shasum": ""
4711 }, 4885 },
4712 "require": { 4886 "require": {
@@ -4736,7 +4910,7 @@ @@ -4736,7 +4910,7 @@
4736 "image", 4910 "image",
4737 "yii2" 4911 "yii2"
4738 ], 4912 ],
4739 - "time": "2015-06-24 13:41:22" 4913 + "time": "2016-12-08 19:34:11"
4740 } 4914 }
4741 ], 4915 ],
4742 "packages-dev": [ 4916 "packages-dev": [
@@ -4813,7 +4987,7 @@ @@ -4813,7 +4987,7 @@
4813 "faker", 4987 "faker",
4814 "fixtures" 4988 "fixtures"
4815 ], 4989 ],
4816 - "time": "2016-04-29 12:21:54" 4990 + "time": "2016-04-29T12:21:54+00:00"
4817 }, 4991 },
4818 { 4992 {
4819 "name": "phpspec/php-diff", 4993 "name": "phpspec/php-diff",
@@ -4851,7 +5025,7 @@ @@ -4851,7 +5025,7 @@
4851 } 5025 }
4852 ], 5026 ],
4853 "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", 5027 "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
4854 - "time": "2016-04-07 12:29:16" 5028 + "time": "2016-04-07T12:29:16+00:00"
4855 }, 5029 },
4856 { 5030 {
4857 "name": "yiisoft/yii2-codeception", 5031 "name": "yiisoft/yii2-codeception",
@@ -4896,25 +5070,26 @@ @@ -4896,25 +5070,26 @@
4896 "codeception", 5070 "codeception",
4897 "yii2" 5071 "yii2"
4898 ], 5072 ],
4899 - "time": "2016-03-17 03:41:26" 5073 + "abandoned": "codeception/codeception",
  5074 + "time": "2016-03-17T03:41:26+00:00"
4900 }, 5075 },
4901 { 5076 {
4902 "name": "yiisoft/yii2-debug", 5077 "name": "yiisoft/yii2-debug",
4903 - "version": "2.0.6", 5078 + "version": "2.0.9",
4904 "source": { 5079 "source": {
4905 "type": "git", 5080 "type": "git",
4906 "url": "https://github.com/yiisoft/yii2-debug.git", 5081 "url": "https://github.com/yiisoft/yii2-debug.git",
4907 - "reference": "55ed2e853ed8050a34415f63a4da84f88a56f895" 5082 + "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9"
4908 }, 5083 },
4909 "dist": { 5084 "dist": {
4910 "type": "zip", 5085 "type": "zip",
4911 - "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/55ed2e853ed8050a34415f63a4da84f88a56f895",  
4912 - "reference": "55ed2e853ed8050a34415f63a4da84f88a56f895", 5086 + "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9",
  5087 + "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9",
4913 "shasum": "" 5088 "shasum": ""
4914 }, 5089 },
4915 "require": { 5090 "require": {
4916 - "yiisoft/yii2": ">=2.0.4",  
4917 - "yiisoft/yii2-bootstrap": "*" 5091 + "yiisoft/yii2": "~2.0.11",
  5092 + "yiisoft/yii2-bootstrap": "~2.0.0"
4918 }, 5093 },
4919 "type": "yii2-extension", 5094 "type": "yii2-extension",
4920 "extra": { 5095 "extra": {
@@ -4943,7 +5118,7 @@ @@ -4943,7 +5118,7 @@
4943 "debugger", 5118 "debugger",
4944 "yii2" 5119 "yii2"
4945 ], 5120 ],
4946 - "time": "2016-03-17 03:50:19" 5121 + "time": "2017-02-21T10:30:50+00:00"
4947 }, 5122 },
4948 { 5123 {
4949 "name": "yiisoft/yii2-faker", 5124 "name": "yiisoft/yii2-faker",
@@ -4990,7 +5165,7 @@ @@ -4990,7 +5165,7 @@
4990 "faker", 5165 "faker",
4991 "yii2" 5166 "yii2"
4992 ], 5167 ],
4993 - "time": "2015-03-01 06:22:44" 5168 + "time": "2015-03-01T06:22:44+00:00"
4994 }, 5169 },
4995 { 5170 {
4996 "name": "yiisoft/yii2-gii", 5171 "name": "yiisoft/yii2-gii",
@@ -5043,7 +5218,7 @@ @@ -5043,7 +5218,7 @@
5043 "gii", 5218 "gii",
5044 "yii2" 5219 "yii2"
5045 ], 5220 ],
5046 - "time": "2016-03-18 14:09:46" 5221 + "time": "2016-03-18T14:09:46+00:00"
5047 } 5222 }
5048 ], 5223 ],
5049 "aliases": [], 5224 "aliases": [],
frontend/views/filter/category-brand.php
@@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
59 </div> 59 </div>
60 <div class="brand-txt-img"> 60 <div class="brand-txt-img">
61 <?php 61 <?php
62 - echo ArtboxImageHelper::getImage($brand->getImageUrl(), 'brand_image_filter'); 62 + echo ArtboxImageHelper::getImage($brand->getImageUrl(), 'brand_image_filter');
63 ?> 63 ?>
64 </div> 64 </div>
65 </div> 65 </div>