Commit cb0d7e748658cc7ae030070f4c726e007f537019
1 parent
a56d46da
Image fixes
Showing
4 changed files
with
596 additions
and
413 deletions
Show diff stats
common/components/artboximage/ArtboxImage.php
... | ... | @@ -34,7 +34,11 @@ class ArtboxImage extends Component { |
34 | 34 | if(empty($file) || !realpath($file)) { |
35 | 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 | 44 | public function fileinputWidget($model, $modelField, $formField = 'fileUpload', $multiple = false, $imageOnly = true) { | ... | ... |
common/config/main.php
1 | 1 | <?php |
2 | + use yii\image\drivers\Kohana_Image; | |
3 | + use yii\imagine\Image; | |
4 | + | |
2 | 5 | return [ |
3 | 6 | 'language' => 'ru', |
4 | 7 | 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', |
... | ... | @@ -195,6 +198,7 @@ |
195 | 198 | 'resize' => [ |
196 | 199 | 'width' => 116, |
197 | 200 | 'height' => 116, |
201 | + 'master' => Kohana_Image::ADAPT, | |
198 | 202 | ], |
199 | 203 | ], |
200 | 204 | 'collection_gallery' => [ | ... | ... |
composer.lock
... | ... | @@ -4,7 +4,6 @@ |
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | - "hash": "f93b2af40fdef0649dd243a46d036b5d", | |
8 | 7 | "content-hash": "5aa237fc8d5946f64672aa2ee7b43c4c", |
9 | 8 | "packages": [ |
10 | 9 | { |
... | ... | @@ -48,20 +47,20 @@ |
48 | 47 | "transliterator", |
49 | 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 | 53 | "name": "almasaeed2010/adminlte", |
55 | - "version": "v2.3.6", | |
54 | + "version": "v2.3.11", | |
56 | 55 | "source": { |
57 | 56 | "type": "git", |
58 | 57 | "url": "https://github.com/almasaeed2010/AdminLTE.git", |
59 | - "reference": "be11566d9539370b196ac85f22a6baf9f42c87cb" | |
58 | + "reference": "2be703222af2edcb87e562d3da2299e4352bff8a" | |
60 | 59 | }, |
61 | 60 | "dist": { |
62 | 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 | 64 | "shasum": "" |
66 | 65 | }, |
67 | 66 | "type": "library", |
... | ... | @@ -88,20 +87,20 @@ |
88 | 87 | "theme", |
89 | 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 | 93 | "name": "behat/gherkin", |
95 | - "version": "v4.4.4", | |
94 | + "version": "v4.4.5", | |
96 | 95 | "source": { |
97 | 96 | "type": "git", |
98 | 97 | "url": "https://github.com/Behat/Gherkin.git", |
99 | - "reference": "cf8cc94647101e02a33d690245896d83d880aea1" | |
98 | + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" | |
100 | 99 | }, |
101 | 100 | "dist": { |
102 | 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 | 104 | "shasum": "" |
106 | 105 | }, |
107 | 106 | "require": { |
... | ... | @@ -147,20 +146,20 @@ |
147 | 146 | "gherkin", |
148 | 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 | 152 | "name": "bower-asset/admin-lte", |
154 | - "version": "v2.3.6", | |
153 | + "version": "v2.3.11", | |
155 | 154 | "source": { |
156 | 155 | "type": "git", |
157 | 156 | "url": "https://github.com/almasaeed2010/AdminLTE.git", |
158 | - "reference": "be11566d9539370b196ac85f22a6baf9f42c87cb" | |
157 | + "reference": "2be703222af2edcb87e562d3da2299e4352bff8a" | |
159 | 158 | }, |
160 | 159 | "dist": { |
161 | 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 | 163 | "shasum": "" |
165 | 164 | }, |
166 | 165 | "type": "bower-asset-library", |
... | ... | @@ -246,16 +245,16 @@ |
246 | 245 | }, |
247 | 246 | { |
248 | 247 | "name": "bower-asset/bootstrap3-dialog", |
249 | - "version": "v1.35.3", | |
248 | + "version": "v1.35.4", | |
250 | 249 | "source": { |
251 | 250 | "type": "git", |
252 | 251 | "url": "https://github.com/nakupanda/bootstrap3-dialog.git", |
253 | - "reference": "4aa9d536516957e01c39afd1b5e8bdd88976ef7b" | |
252 | + "reference": "3dd11d586f78de75356af418907ec6e3b347377c" | |
254 | 253 | }, |
255 | 254 | "dist": { |
256 | 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 | 258 | "shasum": "" |
260 | 259 | }, |
261 | 260 | "require": { |
... | ... | @@ -396,16 +395,16 @@ |
396 | 395 | }, |
397 | 396 | { |
398 | 397 | "name": "bower-asset/jquery.inputmask", |
399 | - "version": "3.2.7", | |
398 | + "version": "3.3.6", | |
400 | 399 | "source": { |
401 | 400 | "type": "git", |
402 | 401 | "url": "https://github.com/RobinHerbots/Inputmask.git", |
403 | - "reference": "5a72c563b502b8e05958a524cdfffafe9987be38" | |
402 | + "reference": "e42852f4afa01a80815394a5b2f9ce504c1a8d0b" | |
404 | 403 | }, |
405 | 404 | "dist": { |
406 | 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 | 408 | "shasum": "" |
410 | 409 | }, |
411 | 410 | "require": { |
... | ... | @@ -414,23 +413,36 @@ |
414 | 413 | "type": "bower-asset-library", |
415 | 414 | "extra": { |
416 | 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 | 434 | "bower-asset-ignore": [ |
420 | 435 | "**/*", |
421 | 436 | "!dist/*", |
422 | 437 | "!dist/inputmask/*", |
423 | 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 | 442 | "license": [ |
431 | 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 | 446 | "keywords": [ |
435 | 447 | "form", |
436 | 448 | "input", |
... | ... | @@ -560,7 +572,7 @@ |
560 | 572 | "markdown", |
561 | 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 | 578 | "name": "cebe/yii2-gravatar", |
... | ... | @@ -603,20 +615,20 @@ |
603 | 615 | "gravatar", |
604 | 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 | 621 | "name": "codeception/codeception", |
610 | - "version": "2.2.5", | |
622 | + "version": "2.2.11", | |
611 | 623 | "source": { |
612 | 624 | "type": "git", |
613 | 625 | "url": "https://github.com/Codeception/Codeception.git", |
614 | - "reference": "b4729341e469d0f174f3cade85718ff5bf8dd751" | |
626 | + "reference": "a8681b416921ae282ccca2c485d75a3ed6756080" | |
615 | 627 | }, |
616 | 628 | "dist": { |
617 | 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 | 632 | "shasum": "" |
621 | 633 | }, |
622 | 634 | "require": { |
... | ... | @@ -627,14 +639,16 @@ |
627 | 639 | "guzzlehttp/guzzle": ">=4.1.4 <7.0", |
628 | 640 | "guzzlehttp/psr7": "~1.0", |
629 | 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 | 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 | 646 | "sebastian/diff": "^1.4", |
647 | + "stecman/symfony-console-completion": "^0.7.0", | |
634 | 648 | "symfony/browser-kit": ">=2.7 <4.0", |
635 | 649 | "symfony/console": ">=2.7 <4.0", |
636 | 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 | 652 | "symfony/event-dispatcher": ">=2.7 <4.0", |
639 | 653 | "symfony/finder": ">=2.7 <4.0", |
640 | 654 | "symfony/yaml": ">=2.7 <4.0" |
... | ... | @@ -650,7 +664,8 @@ |
650 | 664 | "pda/pheanstalk": "~3.0", |
651 | 665 | "php-amqplib/php-amqplib": "~2.4", |
652 | 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 | 670 | "suggest": { |
656 | 671 | "codeception/specify": "BDD-style code blocks", |
... | ... | @@ -694,20 +709,20 @@ |
694 | 709 | "functional testing", |
695 | 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 | 715 | "name": "developeruz/yii2-db-rbac", |
701 | - "version": "1.0.11", | |
716 | + "version": "1.1.2", | |
702 | 717 | "source": { |
703 | 718 | "type": "git", |
704 | 719 | "url": "https://github.com/developeruz/yii2-db-rbac.git", |
705 | - "reference": "80c7ad99a7324181531bde4dbd6611deab910efe" | |
720 | + "reference": "0cd8031d56d487a28b967d0af236a82577c0ea51" | |
706 | 721 | }, |
707 | 722 | "dist": { |
708 | 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 | 726 | "shasum": "" |
712 | 727 | }, |
713 | 728 | "require": { |
... | ... | @@ -735,20 +750,20 @@ |
735 | 750 | "rbac", |
736 | 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 | 756 | "name": "dmstr/yii2-adminlte-asset", |
742 | - "version": "2.3.3", | |
757 | + "version": "2.4.2", | |
743 | 758 | "source": { |
744 | 759 | "type": "git", |
745 | 760 | "url": "https://github.com/dmstr/yii2-adminlte-asset.git", |
746 | - "reference": "a1330f2f678d66d8ce2f8acb6fb9ce60a4614c60" | |
761 | + "reference": "b339611f9f34621d731d3feca3a83b42720c7d5c" | |
747 | 762 | }, |
748 | 763 | "dist": { |
749 | 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 | 767 | "shasum": "" |
753 | 768 | }, |
754 | 769 | "require": { |
... | ... | @@ -795,7 +810,7 @@ |
795 | 810 | "theme", |
796 | 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 | 816 | "name": "doctrine/instantiator", |
... | ... | @@ -849,25 +864,28 @@ |
849 | 864 | "constructor", |
850 | 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 | 870 | "name": "ezyang/htmlpurifier", |
856 | - "version": "v4.8.0", | |
871 | + "version": "v4.9.2", | |
857 | 872 | "source": { |
858 | 873 | "type": "git", |
859 | 874 | "url": "https://github.com/ezyang/htmlpurifier.git", |
860 | - "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2" | |
875 | + "reference": "6d50e5282afdfdfc3e0ff6d192aff56c5629b3d4" | |
861 | 876 | }, |
862 | 877 | "dist": { |
863 | 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 | 881 | "shasum": "" |
867 | 882 | }, |
868 | 883 | "require": { |
869 | 884 | "php": ">=5.2" |
870 | 885 | }, |
886 | + "require-dev": { | |
887 | + "simpletest/simpletest": "^1.1" | |
888 | + }, | |
871 | 889 | "type": "library", |
872 | 890 | "autoload": { |
873 | 891 | "psr-0": { |
... | ... | @@ -893,35 +911,41 @@ |
893 | 911 | "keywords": [ |
894 | 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 | 917 | "name": "facebook/webdriver", |
900 | - "version": "1.1.3", | |
918 | + "version": "1.4.1", | |
901 | 919 | "source": { |
902 | 920 | "type": "git", |
903 | 921 | "url": "https://github.com/facebook/php-webdriver.git", |
904 | - "reference": "b7186fb1bcfda956d237f59face250d06ef47253" | |
922 | + "reference": "eadb0b7a7c3e6578185197fd40158b08c3164c83" | |
905 | 923 | }, |
906 | 924 | "dist": { |
907 | 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 | 928 | "shasum": "" |
911 | 929 | }, |
912 | 930 | "require": { |
913 | 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 | 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 | 939 | "phpunit/phpunit": "4.6.* || ~5.0", |
940 | + "satooshi/php-coveralls": "^1.0", | |
919 | 941 | "squizlabs/php_codesniffer": "^2.6" |
920 | 942 | }, |
921 | - "suggest": { | |
922 | - "phpdocumentor/phpdocumentor": "2.*" | |
923 | - }, | |
924 | 943 | "type": "library", |
944 | + "extra": { | |
945 | + "branch-alias": { | |
946 | + "dev-community": "1.5-dev" | |
947 | + } | |
948 | + }, | |
925 | 949 | "autoload": { |
926 | 950 | "psr-4": { |
927 | 951 | "Facebook\\WebDriver\\": "lib/" |
... | ... | @@ -931,7 +955,7 @@ |
931 | 955 | "license": [ |
932 | 956 | "Apache-2.0" |
933 | 957 | ], |
934 | - "description": "A PHP client for WebDriver", | |
958 | + "description": "A PHP client for Selenium WebDriver", | |
935 | 959 | "homepage": "https://github.com/facebook/php-webdriver", |
936 | 960 | "keywords": [ |
937 | 961 | "facebook", |
... | ... | @@ -939,20 +963,20 @@ |
939 | 963 | "selenium", |
940 | 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 | 969 | "name": "fortawesome/font-awesome", |
946 | - "version": "v4.6.3", | |
970 | + "version": "v4.7.0", | |
947 | 971 | "source": { |
948 | 972 | "type": "git", |
949 | 973 | "url": "https://github.com/FortAwesome/Font-Awesome.git", |
950 | - "reference": "8e241f209faa1dd2182c9fdc9c352d8806504a4e" | |
974 | + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687" | |
951 | 975 | }, |
952 | 976 | "dist": { |
953 | 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 | 980 | "shasum": "" |
957 | 981 | }, |
958 | 982 | "require-dev": { |
... | ... | @@ -987,25 +1011,25 @@ |
987 | 1011 | "font", |
988 | 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 | 1017 | "name": "guzzlehttp/guzzle", |
994 | - "version": "6.2.1", | |
1018 | + "version": "6.2.3", | |
995 | 1019 | "source": { |
996 | 1020 | "type": "git", |
997 | 1021 | "url": "https://github.com/guzzle/guzzle.git", |
998 | - "reference": "3f808fba627f2c5b69e2501217bf31af349c1427" | |
1022 | + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" | |
999 | 1023 | }, |
1000 | 1024 | "dist": { |
1001 | 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 | 1028 | "shasum": "" |
1005 | 1029 | }, |
1006 | 1030 | "require": { |
1007 | 1031 | "guzzlehttp/promises": "^1.0", |
1008 | - "guzzlehttp/psr7": "^1.3.1", | |
1032 | + "guzzlehttp/psr7": "^1.4", | |
1009 | 1033 | "php": ">=5.5" |
1010 | 1034 | }, |
1011 | 1035 | "require-dev": { |
... | ... | @@ -1049,32 +1073,32 @@ |
1049 | 1073 | "rest", |
1050 | 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 | 1079 | "name": "guzzlehttp/promises", |
1056 | - "version": "1.2.0", | |
1080 | + "version": "v1.3.1", | |
1057 | 1081 | "source": { |
1058 | 1082 | "type": "git", |
1059 | 1083 | "url": "https://github.com/guzzle/promises.git", |
1060 | - "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" | |
1084 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
1061 | 1085 | }, |
1062 | 1086 | "dist": { |
1063 | 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 | 1090 | "shasum": "" |
1067 | 1091 | }, |
1068 | 1092 | "require": { |
1069 | 1093 | "php": ">=5.5.0" |
1070 | 1094 | }, |
1071 | 1095 | "require-dev": { |
1072 | - "phpunit/phpunit": "~4.0" | |
1096 | + "phpunit/phpunit": "^4.0" | |
1073 | 1097 | }, |
1074 | 1098 | "type": "library", |
1075 | 1099 | "extra": { |
1076 | 1100 | "branch-alias": { |
1077 | - "dev-master": "1.0-dev" | |
1101 | + "dev-master": "1.4-dev" | |
1078 | 1102 | } |
1079 | 1103 | }, |
1080 | 1104 | "autoload": { |
... | ... | @@ -1100,20 +1124,20 @@ |
1100 | 1124 | "keywords": [ |
1101 | 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 | 1130 | "name": "guzzlehttp/psr7", |
1107 | - "version": "1.3.1", | |
1131 | + "version": "1.4.2", | |
1108 | 1132 | "source": { |
1109 | 1133 | "type": "git", |
1110 | 1134 | "url": "https://github.com/guzzle/psr7.git", |
1111 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" | |
1135 | + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" | |
1112 | 1136 | }, |
1113 | 1137 | "dist": { |
1114 | 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 | 1141 | "shasum": "" |
1118 | 1142 | }, |
1119 | 1143 | "require": { |
... | ... | @@ -1149,29 +1173,36 @@ |
1149 | 1173 | "name": "Michael Dowling", |
1150 | 1174 | "email": "mtdowling@gmail.com", |
1151 | 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 | 1183 | "keywords": [ |
1156 | 1184 | "http", |
1157 | 1185 | "message", |
1186 | + "request", | |
1187 | + "response", | |
1158 | 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 | 1195 | "name": "imagine/imagine", |
1165 | - "version": "v0.5.0", | |
1196 | + "version": "v0.6.3", | |
1166 | 1197 | "source": { |
1167 | 1198 | "type": "git", |
1168 | 1199 | "url": "https://github.com/avalanche123/Imagine.git", |
1169 | - "reference": "f64ec666baaa800edcbf237db41121a569230709" | |
1200 | + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" | |
1170 | 1201 | }, |
1171 | 1202 | "dist": { |
1172 | 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 | 1206 | "shasum": "" |
1176 | 1207 | }, |
1177 | 1208 | "require": { |
... | ... | @@ -1186,6 +1217,11 @@ |
1186 | 1217 | "ext-imagick": "to use the Imagick implementation" |
1187 | 1218 | }, |
1188 | 1219 | "type": "library", |
1220 | + "extra": { | |
1221 | + "branch-alias": { | |
1222 | + "dev-develop": "0.7-dev" | |
1223 | + } | |
1224 | + }, | |
1189 | 1225 | "autoload": { |
1190 | 1226 | "psr-0": { |
1191 | 1227 | "Imagine": "lib/" |
... | ... | @@ -1210,7 +1246,7 @@ |
1210 | 1246 | "image manipulation", |
1211 | 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 | 1252 | "name": "iutbay/yii2-imagecache", |
... | ... | @@ -1251,20 +1287,20 @@ |
1251 | 1287 | "thumb", |
1252 | 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 | 1293 | "name": "kartik-v/bootstrap-fileinput", |
1258 | - "version": "v4.3.5", | |
1294 | + "version": "v4.4.0", | |
1259 | 1295 | "source": { |
1260 | 1296 | "type": "git", |
1261 | 1297 | "url": "https://github.com/kartik-v/bootstrap-fileinput.git", |
1262 | - "reference": "6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c" | |
1298 | + "reference": "eea8e20f20302c52a346cd31ffe154561ee609a3" | |
1263 | 1299 | }, |
1264 | 1300 | "dist": { |
1265 | 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 | 1304 | "shasum": "" |
1269 | 1305 | }, |
1270 | 1306 | "type": "library", |
... | ... | @@ -1304,7 +1340,7 @@ |
1304 | 1340 | "progress", |
1305 | 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 | 1346 | "name": "kartik-v/bootstrap-star-rating", |
... | ... | @@ -1348,7 +1384,7 @@ |
1348 | 1384 | "star", |
1349 | 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 | 1390 | "name": "kartik-v/yii2-dialog", |
... | ... | @@ -1400,7 +1436,7 @@ |
1400 | 1436 | "modal", |
1401 | 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 | 1442 | "name": "kartik-v/yii2-grid", |
... | ... | @@ -1408,18 +1444,21 @@ |
1408 | 1444 | "source": { |
1409 | 1445 | "type": "git", |
1410 | 1446 | "url": "https://github.com/kartik-v/yii2-grid.git", |
1411 | - "reference": "7cca20a27234207d6d114a39a3263ae9c88fd171" | |
1447 | + "reference": "25af365c063484220ea087daa4c2d52a9a7ecd00" | |
1412 | 1448 | }, |
1413 | 1449 | "dist": { |
1414 | 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 | 1453 | "shasum": "" |
1418 | 1454 | }, |
1419 | 1455 | "require": { |
1420 | 1456 | "kartik-v/yii2-dialog": "~1.0", |
1421 | 1457 | "kartik-v/yii2-krajee-base": "~1.7" |
1422 | 1458 | }, |
1459 | + "suggest": { | |
1460 | + "kartik-v/yii2-mpdf": "For exporting grids to PDF" | |
1461 | + }, | |
1423 | 1462 | "type": "yii2-extension", |
1424 | 1463 | "extra": { |
1425 | 1464 | "branch-alias": { |
... | ... | @@ -1450,20 +1489,20 @@ |
1450 | 1489 | "widget", |
1451 | 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 | 1495 | "name": "kartik-v/yii2-krajee-base", |
1457 | - "version": "v1.8.7", | |
1496 | + "version": "v1.8.8", | |
1458 | 1497 | "source": { |
1459 | 1498 | "type": "git", |
1460 | 1499 | "url": "https://github.com/kartik-v/yii2-krajee-base.git", |
1461 | - "reference": "8f558809e6093c8f4f4599b7b9fd64b366b22a60" | |
1500 | + "reference": "2479241c03c87995cfc528ae7b297f5ae9e733cb" | |
1462 | 1501 | }, |
1463 | 1502 | "dist": { |
1464 | 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 | 1506 | "shasum": "" |
1468 | 1507 | }, |
1469 | 1508 | "require": { |
... | ... | @@ -1501,7 +1540,7 @@ |
1501 | 1540 | "widget", |
1502 | 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 | 1546 | "name": "kartik-v/yii2-mpdf", |
... | ... | @@ -1509,12 +1548,12 @@ |
1509 | 1548 | "source": { |
1510 | 1549 | "type": "git", |
1511 | 1550 | "url": "https://github.com/kartik-v/yii2-mpdf.git", |
1512 | - "reference": "c9a888f5755d09bb10a9e5c0675e13565262a1bb" | |
1551 | + "reference": "17fda1cb084c58fee6014026d35af5faf73316ef" | |
1513 | 1552 | }, |
1514 | 1553 | "dist": { |
1515 | 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 | 1557 | "shasum": "" |
1519 | 1558 | }, |
1520 | 1559 | "require": { |
... | ... | @@ -1553,7 +1592,7 @@ |
1553 | 1592 | "utf8", |
1554 | 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 | 1598 | "name": "kartik-v/yii2-widget-colorinput", |
... | ... | @@ -1607,7 +1646,7 @@ |
1607 | 1646 | "widget", |
1608 | 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 | 1652 | "name": "kartik-v/yii2-widget-datepicker", |
... | ... | @@ -1661,7 +1700,7 @@ |
1661 | 1700 | "widget", |
1662 | 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 | 1706 | "name": "kartik-v/yii2-widget-fileinput", |
... | ... | @@ -1669,12 +1708,12 @@ |
1669 | 1708 | "source": { |
1670 | 1709 | "type": "git", |
1671 | 1710 | "url": "https://github.com/kartik-v/yii2-widget-fileinput.git", |
1672 | - "reference": "6fc8922716bf0b3638c67ff0895a9ff688b6c027" | |
1711 | + "reference": "6b9c344c41df5d5c305589770893e14628e6eacc" | |
1673 | 1712 | }, |
1674 | 1713 | "dist": { |
1675 | 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 | 1717 | "shasum": "" |
1679 | 1718 | }, |
1680 | 1719 | "require": { |
... | ... | @@ -1716,7 +1755,7 @@ |
1716 | 1755 | "widget", |
1717 | 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 | 1761 | "name": "kartik-v/yii2-widget-rating", |
... | ... | @@ -1772,7 +1811,7 @@ |
1772 | 1811 | "widget", |
1773 | 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 | 1817 | "name": "kartik-v/yii2-widget-select2", |
... | ... | @@ -1780,12 +1819,12 @@ |
1780 | 1819 | "source": { |
1781 | 1820 | "type": "git", |
1782 | 1821 | "url": "https://github.com/kartik-v/yii2-widget-select2.git", |
1783 | - "reference": "ed4467366f5ef50a7cfa957d5f07fa3c6d235a72" | |
1822 | + "reference": "03f202e9e2415f4c84e93a64074d85677fd0cc51" | |
1784 | 1823 | }, |
1785 | 1824 | "dist": { |
1786 | 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 | 1828 | "shasum": "" |
1790 | 1829 | }, |
1791 | 1830 | "require": { |
... | ... | @@ -1825,7 +1864,7 @@ |
1825 | 1864 | "widget", |
1826 | 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 | 1870 | "name": "lusitanian/oauth", |
... | ... | @@ -1887,7 +1926,7 @@ |
1887 | 1926 | "oauth", |
1888 | 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 | 1932 | "name": "maxmirazh33/yii2-uploadable-cropable-image", |
... | ... | @@ -1942,7 +1981,7 @@ |
1942 | 1981 | "jcrop", |
1943 | 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 | 1987 | "name": "mihaildev/yii2-ckeditor", |
... | ... | @@ -1993,20 +2032,20 @@ |
1993 | 2032 | "wysiwyg", |
1994 | 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 | 2038 | "name": "mihaildev/yii2-elfinder", |
2000 | - "version": "1.2.1", | |
2039 | + "version": "1.2.2", | |
2001 | 2040 | "source": { |
2002 | 2041 | "type": "git", |
2003 | 2042 | "url": "https://github.com/MihailDev/yii2-elfinder.git", |
2004 | - "reference": "0314ca3c15676ed047dc763852b02d2d9dd418ec" | |
2043 | + "reference": "fe5a9f87daae6511d28aec74fd6b4b94b1a6964e" | |
2005 | 2044 | }, |
2006 | 2045 | "dist": { |
2007 | 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 | 2049 | "shasum": "" |
2011 | 2050 | }, |
2012 | 2051 | "require": { |
... | ... | @@ -2044,20 +2083,20 @@ |
2044 | 2083 | "filemanager", |
2045 | 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 | 2089 | "name": "mpdf/mpdf", |
2051 | - "version": "v6.1.2", | |
2090 | + "version": "v6.1.3", | |
2052 | 2091 | "source": { |
2053 | 2092 | "type": "git", |
2054 | 2093 | "url": "https://github.com/mpdf/mpdf.git", |
2055 | - "reference": "da078bc2669d3f98553ac41f920ead4c17c951ad" | |
2094 | + "reference": "7f138bf7508eac895ac2c13d2509b056ac7e7e97" | |
2056 | 2095 | }, |
2057 | 2096 | "dist": { |
2058 | 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 | 2100 | "shasum": "" |
2062 | 2101 | }, |
2063 | 2102 | "require": { |
... | ... | @@ -2095,20 +2134,20 @@ |
2095 | 2134 | "php", |
2096 | 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 | 2140 | "name": "myclabs/deep-copy", |
2102 | - "version": "1.5.4", | |
2141 | + "version": "1.6.1", | |
2103 | 2142 | "source": { |
2104 | 2143 | "type": "git", |
2105 | 2144 | "url": "https://github.com/myclabs/DeepCopy.git", |
2106 | - "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f" | |
2145 | + "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102" | |
2107 | 2146 | }, |
2108 | 2147 | "dist": { |
2109 | 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 | 2151 | "shasum": "" |
2113 | 2152 | }, |
2114 | 2153 | "require": { |
... | ... | @@ -2137,7 +2176,7 @@ |
2137 | 2176 | "object", |
2138 | 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 | 2182 | "name": "nodge/lightopenid", |
... | ... | @@ -2183,20 +2222,20 @@ |
2183 | 2222 | "Authentication", |
2184 | 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 | 2228 | "name": "nodge/yii2-eauth", |
2190 | - "version": "2.4.1", | |
2229 | + "version": "2.5.0", | |
2191 | 2230 | "source": { |
2192 | 2231 | "type": "git", |
2193 | 2232 | "url": "https://github.com/Nodge/yii2-eauth.git", |
2194 | - "reference": "f45efd95e3853db33153cc1b856d1f648d221938" | |
2233 | + "reference": "04798651fdb3a0db9ed5272330f18b26733507a0" | |
2195 | 2234 | }, |
2196 | 2235 | "dist": { |
2197 | 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 | 2239 | "shasum": "" |
2201 | 2240 | }, |
2202 | 2241 | "require": { |
... | ... | @@ -2236,7 +2275,7 @@ |
2236 | 2275 | "oauth", |
2237 | 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 | 2281 | "name": "phpdocumentor/reflection-common", |
... | ... | @@ -2290,7 +2329,7 @@ |
2290 | 2329 | "reflection", |
2291 | 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 | 2335 | "name": "phpdocumentor/reflection-docblock", |
... | ... | @@ -2335,20 +2374,20 @@ |
2335 | 2374 | } |
2336 | 2375 | ], |
2337 | 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 | 2380 | "name": "phpdocumentor/type-resolver", |
2342 | - "version": "0.2", | |
2381 | + "version": "0.2.1", | |
2343 | 2382 | "source": { |
2344 | 2383 | "type": "git", |
2345 | 2384 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
2346 | - "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" | |
2385 | + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" | |
2347 | 2386 | }, |
2348 | 2387 | "dist": { |
2349 | 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 | 2391 | "shasum": "" |
2353 | 2392 | }, |
2354 | 2393 | "require": { |
... | ... | @@ -2382,28 +2421,44 @@ |
2382 | 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 | 2427 | "name": "phpmailer/phpmailer", |
2389 | - "version": "v5.2.16", | |
2428 | + "version": "v5.2.23", | |
2390 | 2429 | "source": { |
2391 | 2430 | "type": "git", |
2392 | 2431 | "url": "https://github.com/PHPMailer/PHPMailer.git", |
2393 | - "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a" | |
2432 | + "reference": "7115df4a6f76281109ebe352900c42403b728bb4" | |
2394 | 2433 | }, |
2395 | 2434 | "dist": { |
2396 | 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 | 2438 | "shasum": "" |
2400 | 2439 | }, |
2401 | 2440 | "require": { |
2402 | 2441 | "php": ">=5.0.0" |
2403 | 2442 | }, |
2404 | 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 | 2463 | "suggest": { |
2409 | 2464 | "league/oauth2-google": "Needed for Google XOAUTH2 authentication" |
... | ... | @@ -2442,31 +2497,32 @@ |
2442 | 2497 | } |
2443 | 2498 | ], |
2444 | 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 | 2503 | "name": "phpspec/prophecy", |
2449 | - "version": "v1.6.1", | |
2504 | + "version": "v1.7.0", | |
2450 | 2505 | "source": { |
2451 | 2506 | "type": "git", |
2452 | 2507 | "url": "https://github.com/phpspec/prophecy.git", |
2453 | - "reference": "58a8137754bc24b25740d4281399a4a3596058e0" | |
2508 | + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" | |
2454 | 2509 | }, |
2455 | 2510 | "dist": { |
2456 | 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 | 2514 | "shasum": "" |
2460 | 2515 | }, |
2461 | 2516 | "require": { |
2462 | 2517 | "doctrine/instantiator": "^1.0.2", |
2463 | 2518 | "php": "^5.3|^7.0", |
2464 | 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 | 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 | 2527 | "type": "library", |
2472 | 2528 | "extra": { |
... | ... | @@ -2504,39 +2560,39 @@ |
2504 | 2560 | "spy", |
2505 | 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 | 2566 | "name": "phpunit/php-code-coverage", |
2511 | - "version": "4.0.1", | |
2567 | + "version": "4.0.8", | |
2512 | 2568 | "source": { |
2513 | 2569 | "type": "git", |
2514 | 2570 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
2515 | - "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3" | |
2571 | + "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" | |
2516 | 2572 | }, |
2517 | 2573 | "dist": { |
2518 | 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 | 2577 | "shasum": "" |
2522 | 2578 | }, |
2523 | 2579 | "require": { |
2580 | + "ext-dom": "*", | |
2581 | + "ext-xmlwriter": "*", | |
2524 | 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 | 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 | 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 | 2594 | "suggest": { |
2537 | - "ext-dom": "*", | |
2538 | - "ext-xdebug": ">=2.4.0", | |
2539 | - "ext-xmlwriter": "*" | |
2595 | + "ext-xdebug": "^2.5.1" | |
2540 | 2596 | }, |
2541 | 2597 | "type": "library", |
2542 | 2598 | "extra": { |
... | ... | @@ -2567,20 +2623,20 @@ |
2567 | 2623 | "testing", |
2568 | 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 | 2629 | "name": "phpunit/php-file-iterator", |
2574 | - "version": "1.4.1", | |
2630 | + "version": "1.4.2", | |
2575 | 2631 | "source": { |
2576 | 2632 | "type": "git", |
2577 | 2633 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
2578 | - "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" | |
2634 | + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" | |
2579 | 2635 | }, |
2580 | 2636 | "dist": { |
2581 | 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 | 2640 | "shasum": "" |
2585 | 2641 | }, |
2586 | 2642 | "require": { |
... | ... | @@ -2614,7 +2670,7 @@ |
2614 | 2670 | "filesystem", |
2615 | 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 | 2676 | "name": "phpunit/php-text-template", |
... | ... | @@ -2655,29 +2711,34 @@ |
2655 | 2711 | "keywords": [ |
2656 | 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 | 2717 | "name": "phpunit/php-timer", |
2662 | - "version": "1.0.8", | |
2718 | + "version": "1.0.9", | |
2663 | 2719 | "source": { |
2664 | 2720 | "type": "git", |
2665 | 2721 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
2666 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" | |
2722 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | |
2667 | 2723 | }, |
2668 | 2724 | "dist": { |
2669 | 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 | 2728 | "shasum": "" |
2673 | 2729 | }, |
2674 | 2730 | "require": { |
2675 | - "php": ">=5.3.3" | |
2731 | + "php": "^5.3.3 || ^7.0" | |
2676 | 2732 | }, |
2677 | 2733 | "require-dev": { |
2678 | - "phpunit/phpunit": "~4|~5" | |
2734 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | |
2679 | 2735 | }, |
2680 | 2736 | "type": "library", |
2737 | + "extra": { | |
2738 | + "branch-alias": { | |
2739 | + "dev-master": "1.0-dev" | |
2740 | + } | |
2741 | + }, | |
2681 | 2742 | "autoload": { |
2682 | 2743 | "classmap": [ |
2683 | 2744 | "src/" |
... | ... | @@ -2699,20 +2760,20 @@ |
2699 | 2760 | "keywords": [ |
2700 | 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 | 2766 | "name": "phpunit/php-token-stream", |
2706 | - "version": "1.4.8", | |
2767 | + "version": "1.4.11", | |
2707 | 2768 | "source": { |
2708 | 2769 | "type": "git", |
2709 | 2770 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
2710 | - "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" | |
2771 | + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" | |
2711 | 2772 | }, |
2712 | 2773 | "dist": { |
2713 | 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 | 2777 | "shasum": "" |
2717 | 2778 | }, |
2718 | 2779 | "require": { |
... | ... | @@ -2748,20 +2809,20 @@ |
2748 | 2809 | "keywords": [ |
2749 | 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 | 2815 | "name": "phpunit/phpunit", |
2755 | - "version": "5.6.1", | |
2816 | + "version": "5.7.19", | |
2756 | 2817 | "source": { |
2757 | 2818 | "type": "git", |
2758 | 2819 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
2759 | - "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7" | |
2820 | + "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1" | |
2760 | 2821 | }, |
2761 | 2822 | "dist": { |
2762 | 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 | 2826 | "shasum": "" |
2766 | 2827 | }, |
2767 | 2828 | "require": { |
... | ... | @@ -2772,20 +2833,20 @@ |
2772 | 2833 | "ext-xml": "*", |
2773 | 2834 | "myclabs/deep-copy": "~1.3", |
2774 | 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 | 2838 | "phpunit/php-file-iterator": "~1.4", |
2778 | 2839 | "phpunit/php-text-template": "~1.2", |
2779 | 2840 | "phpunit/php-timer": "^1.0.6", |
2780 | 2841 | "phpunit/phpunit-mock-objects": "^3.2", |
2781 | - "sebastian/comparator": "~1.1", | |
2842 | + "sebastian/comparator": "^1.2.4", | |
2782 | 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 | 2848 | "sebastian/resource-operations": "~1.0", |
2788 | - "sebastian/version": "~1.0|~2.0", | |
2849 | + "sebastian/version": "~1.0.3|~2.0", | |
2789 | 2850 | "symfony/yaml": "~2.1|~3.0" |
2790 | 2851 | }, |
2791 | 2852 | "conflict": { |
... | ... | @@ -2804,7 +2865,7 @@ |
2804 | 2865 | "type": "library", |
2805 | 2866 | "extra": { |
2806 | 2867 | "branch-alias": { |
2807 | - "dev-master": "5.6.x-dev" | |
2868 | + "dev-master": "5.7.x-dev" | |
2808 | 2869 | } |
2809 | 2870 | }, |
2810 | 2871 | "autoload": { |
... | ... | @@ -2830,27 +2891,27 @@ |
2830 | 2891 | "testing", |
2831 | 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 | 2897 | "name": "phpunit/phpunit-mock-objects", |
2837 | - "version": "3.3.1", | |
2898 | + "version": "3.4.3", | |
2838 | 2899 | "source": { |
2839 | 2900 | "type": "git", |
2840 | 2901 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
2841 | - "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902" | |
2902 | + "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24" | |
2842 | 2903 | }, |
2843 | 2904 | "dist": { |
2844 | 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 | 2908 | "shasum": "" |
2848 | 2909 | }, |
2849 | 2910 | "require": { |
2850 | 2911 | "doctrine/instantiator": "^1.0.2", |
2851 | 2912 | "php": "^5.6 || ^7.0", |
2852 | 2913 | "phpunit/php-text-template": "^1.2", |
2853 | - "sebastian/exporter": "^1.2" | |
2914 | + "sebastian/exporter": "^1.2 || ^2.0" | |
2854 | 2915 | }, |
2855 | 2916 | "conflict": { |
2856 | 2917 | "phpunit/phpunit": "<5.4.0" |
... | ... | @@ -2889,7 +2950,7 @@ |
2889 | 2950 | "mock", |
2890 | 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 | 2956 | "name": "psr/http-message", |
... | ... | @@ -2939,20 +3000,20 @@ |
2939 | 3000 | "request", |
2940 | 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 | 3006 | "name": "psr/log", |
2946 | - "version": "1.0.1", | |
3007 | + "version": "1.0.2", | |
2947 | 3008 | "source": { |
2948 | 3009 | "type": "git", |
2949 | 3010 | "url": "https://github.com/php-fig/log.git", |
2950 | - "reference": "5277094ed527a1c4477177d102fe4c53551953e0" | |
3011 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
2951 | 3012 | }, |
2952 | 3013 | "dist": { |
2953 | 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 | 3017 | "shasum": "" |
2957 | 3018 | }, |
2958 | 3019 | "require": { |
... | ... | @@ -2986,23 +3047,24 @@ |
2986 | 3047 | "psr", |
2987 | 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 | 3053 | "name": "rmrevin/yii2-fontawesome", |
2993 | - "version": "2.16.1", | |
3054 | + "version": "2.17.1", | |
2994 | 3055 | "source": { |
2995 | 3056 | "type": "git", |
2996 | 3057 | "url": "https://github.com/rmrevin/yii2-fontawesome.git", |
2997 | - "reference": "ab08282b8cd05c570634926f41c868cf902981e7" | |
3058 | + "reference": "65ce306da864f4d558348aeba040ed7876878090" | |
2998 | 3059 | }, |
2999 | 3060 | "dist": { |
3000 | 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 | 3064 | "shasum": "" |
3004 | 3065 | }, |
3005 | 3066 | "require": { |
3067 | + "fortawesome/font-awesome": "~4.7", | |
3006 | 3068 | "php": ">=5.4.0", |
3007 | 3069 | "yiisoft/yii2": "2.0.*" |
3008 | 3070 | }, |
... | ... | @@ -3037,27 +3099,27 @@ |
3037 | 3099 | "font", |
3038 | 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 | 3105 | "name": "sebastian/code-unit-reverse-lookup", |
3044 | - "version": "1.0.0", | |
3106 | + "version": "1.0.1", | |
3045 | 3107 | "source": { |
3046 | 3108 | "type": "git", |
3047 | 3109 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
3048 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" | |
3110 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
3049 | 3111 | }, |
3050 | 3112 | "dist": { |
3051 | 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 | 3116 | "shasum": "" |
3055 | 3117 | }, |
3056 | 3118 | "require": { |
3057 | - "php": ">=5.6" | |
3119 | + "php": "^5.6 || ^7.0" | |
3058 | 3120 | }, |
3059 | 3121 | "require-dev": { |
3060 | - "phpunit/phpunit": "~5" | |
3122 | + "phpunit/phpunit": "^5.7 || ^6.0" | |
3061 | 3123 | }, |
3062 | 3124 | "type": "library", |
3063 | 3125 | "extra": { |
... | ... | @@ -3082,26 +3144,26 @@ |
3082 | 3144 | ], |
3083 | 3145 | "description": "Looks up which function or method a line of code belongs to", |
3084 | 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 | 3150 | "name": "sebastian/comparator", |
3089 | - "version": "1.2.0", | |
3151 | + "version": "1.2.4", | |
3090 | 3152 | "source": { |
3091 | 3153 | "type": "git", |
3092 | 3154 | "url": "https://github.com/sebastianbergmann/comparator.git", |
3093 | - "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" | |
3155 | + "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" | |
3094 | 3156 | }, |
3095 | 3157 | "dist": { |
3096 | 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 | 3161 | "shasum": "" |
3100 | 3162 | }, |
3101 | 3163 | "require": { |
3102 | 3164 | "php": ">=5.3.3", |
3103 | 3165 | "sebastian/diff": "~1.2", |
3104 | - "sebastian/exporter": "~1.2" | |
3166 | + "sebastian/exporter": "~1.2 || ~2.0" | |
3105 | 3167 | }, |
3106 | 3168 | "require-dev": { |
3107 | 3169 | "phpunit/phpunit": "~4.4" |
... | ... | @@ -3146,7 +3208,7 @@ |
3146 | 3208 | "compare", |
3147 | 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 | 3214 | "name": "sebastian/diff", |
... | ... | @@ -3198,32 +3260,32 @@ |
3198 | 3260 | "keywords": [ |
3199 | 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 | 3266 | "name": "sebastian/environment", |
3205 | - "version": "1.3.8", | |
3267 | + "version": "2.0.0", | |
3206 | 3268 | "source": { |
3207 | 3269 | "type": "git", |
3208 | 3270 | "url": "https://github.com/sebastianbergmann/environment.git", |
3209 | - "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" | |
3271 | + "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" | |
3210 | 3272 | }, |
3211 | 3273 | "dist": { |
3212 | 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 | 3277 | "shasum": "" |
3216 | 3278 | }, |
3217 | 3279 | "require": { |
3218 | - "php": "^5.3.3 || ^7.0" | |
3280 | + "php": "^5.6 || ^7.0" | |
3219 | 3281 | }, |
3220 | 3282 | "require-dev": { |
3221 | - "phpunit/phpunit": "^4.8 || ^5.0" | |
3283 | + "phpunit/phpunit": "^5.0" | |
3222 | 3284 | }, |
3223 | 3285 | "type": "library", |
3224 | 3286 | "extra": { |
3225 | 3287 | "branch-alias": { |
3226 | - "dev-master": "1.3.x-dev" | |
3288 | + "dev-master": "2.0.x-dev" | |
3227 | 3289 | } |
3228 | 3290 | }, |
3229 | 3291 | "autoload": { |
... | ... | @@ -3248,25 +3310,25 @@ |
3248 | 3310 | "environment", |
3249 | 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 | 3316 | "name": "sebastian/exporter", |
3255 | - "version": "1.2.2", | |
3317 | + "version": "2.0.0", | |
3256 | 3318 | "source": { |
3257 | 3319 | "type": "git", |
3258 | 3320 | "url": "https://github.com/sebastianbergmann/exporter.git", |
3259 | - "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" | |
3321 | + "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" | |
3260 | 3322 | }, |
3261 | 3323 | "dist": { |
3262 | 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 | 3327 | "shasum": "" |
3266 | 3328 | }, |
3267 | 3329 | "require": { |
3268 | 3330 | "php": ">=5.3.3", |
3269 | - "sebastian/recursion-context": "~1.0" | |
3331 | + "sebastian/recursion-context": "~2.0" | |
3270 | 3332 | }, |
3271 | 3333 | "require-dev": { |
3272 | 3334 | "ext-mbstring": "*", |
... | ... | @@ -3275,7 +3337,7 @@ |
3275 | 3337 | "type": "library", |
3276 | 3338 | "extra": { |
3277 | 3339 | "branch-alias": { |
3278 | - "dev-master": "1.3.x-dev" | |
3340 | + "dev-master": "2.0.x-dev" | |
3279 | 3341 | } |
3280 | 3342 | }, |
3281 | 3343 | "autoload": { |
... | ... | @@ -3315,7 +3377,7 @@ |
3315 | 3377 | "export", |
3316 | 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 | 3383 | "name": "sebastian/global-state", |
... | ... | @@ -3366,25 +3428,25 @@ |
3366 | 3428 | "keywords": [ |
3367 | 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 | 3434 | "name": "sebastian/object-enumerator", |
3373 | - "version": "1.0.0", | |
3435 | + "version": "2.0.1", | |
3374 | 3436 | "source": { |
3375 | 3437 | "type": "git", |
3376 | 3438 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
3377 | - "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" | |
3439 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" | |
3378 | 3440 | }, |
3379 | 3441 | "dist": { |
3380 | 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 | 3445 | "shasum": "" |
3384 | 3446 | }, |
3385 | 3447 | "require": { |
3386 | 3448 | "php": ">=5.6", |
3387 | - "sebastian/recursion-context": "~1.0" | |
3449 | + "sebastian/recursion-context": "~2.0" | |
3388 | 3450 | }, |
3389 | 3451 | "require-dev": { |
3390 | 3452 | "phpunit/phpunit": "~5" |
... | ... | @@ -3392,7 +3454,7 @@ |
3392 | 3454 | "type": "library", |
3393 | 3455 | "extra": { |
3394 | 3456 | "branch-alias": { |
3395 | - "dev-master": "1.0.x-dev" | |
3457 | + "dev-master": "2.0.x-dev" | |
3396 | 3458 | } |
3397 | 3459 | }, |
3398 | 3460 | "autoload": { |
... | ... | @@ -3412,20 +3474,20 @@ |
3412 | 3474 | ], |
3413 | 3475 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
3414 | 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 | 3480 | "name": "sebastian/recursion-context", |
3419 | - "version": "1.0.2", | |
3481 | + "version": "2.0.0", | |
3420 | 3482 | "source": { |
3421 | 3483 | "type": "git", |
3422 | 3484 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
3423 | - "reference": "913401df809e99e4f47b27cdd781f4a258d58791" | |
3485 | + "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" | |
3424 | 3486 | }, |
3425 | 3487 | "dist": { |
3426 | 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 | 3491 | "shasum": "" |
3430 | 3492 | }, |
3431 | 3493 | "require": { |
... | ... | @@ -3437,7 +3499,7 @@ |
3437 | 3499 | "type": "library", |
3438 | 3500 | "extra": { |
3439 | 3501 | "branch-alias": { |
3440 | - "dev-master": "1.0.x-dev" | |
3502 | + "dev-master": "2.0.x-dev" | |
3441 | 3503 | } |
3442 | 3504 | }, |
3443 | 3505 | "autoload": { |
... | ... | @@ -3465,7 +3527,7 @@ |
3465 | 3527 | ], |
3466 | 3528 | "description": "Provides functionality to recursively process PHP variables", |
3467 | 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 | 3533 | "name": "sebastian/resource-operations", |
... | ... | @@ -3507,20 +3569,20 @@ |
3507 | 3569 | ], |
3508 | 3570 | "description": "Provides a list of PHP built-in functions that operate on resources", |
3509 | 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 | 3575 | "name": "sebastian/version", |
3514 | - "version": "2.0.0", | |
3576 | + "version": "2.0.1", | |
3515 | 3577 | "source": { |
3516 | 3578 | "type": "git", |
3517 | 3579 | "url": "https://github.com/sebastianbergmann/version.git", |
3518 | - "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" | |
3580 | + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
3519 | 3581 | }, |
3520 | 3582 | "dist": { |
3521 | 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 | 3586 | "shasum": "" |
3525 | 3587 | }, |
3526 | 3588 | "require": { |
... | ... | @@ -3550,20 +3612,20 @@ |
3550 | 3612 | ], |
3551 | 3613 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
3552 | 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 | 3618 | "name": "setasign/fpdi", |
3557 | - "version": "1.6.1", | |
3619 | + "version": "1.6.2", | |
3558 | 3620 | "source": { |
3559 | 3621 | "type": "git", |
3560 | 3622 | "url": "https://github.com/Setasign/FPDI.git", |
3561 | - "reference": "5b899b2b41463bf261aa69840fd30b50950a500c" | |
3623 | + "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea" | |
3562 | 3624 | }, |
3563 | 3625 | "dist": { |
3564 | 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 | 3629 | "shasum": "" |
3568 | 3630 | }, |
3569 | 3631 | "suggest": { |
... | ... | @@ -3599,20 +3661,65 @@ |
3599 | 3661 | "fpdi", |
3600 | 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 | 3712 | "name": "studio-42/elfinder", |
3606 | - "version": "2.1.15", | |
3713 | + "version": "2.1.23", | |
3607 | 3714 | "source": { |
3608 | 3715 | "type": "git", |
3609 | 3716 | "url": "https://github.com/Studio-42/elFinder.git", |
3610 | - "reference": "2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81" | |
3717 | + "reference": "c02d75b37ee904117346646d19a85ef9b9defbcb" | |
3611 | 3718 | }, |
3612 | 3719 | "dist": { |
3613 | 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 | 3723 | "shasum": "" |
3617 | 3724 | }, |
3618 | 3725 | "require": { |
... | ... | @@ -3620,9 +3727,9 @@ |
3620 | 3727 | }, |
3621 | 3728 | "suggest": { |
3622 | 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 | 3734 | "type": "library", |
3628 | 3735 | "autoload": { |
... | ... | @@ -3657,27 +3764,28 @@ |
3657 | 3764 | ], |
3658 | 3765 | "description": "File manager for web", |
3659 | 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 | 3770 | "name": "swiftmailer/swiftmailer", |
3664 | - "version": "v5.4.3", | |
3771 | + "version": "v5.4.8", | |
3665 | 3772 | "source": { |
3666 | 3773 | "type": "git", |
3667 | 3774 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
3668 | - "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" | |
3775 | + "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" | |
3669 | 3776 | }, |
3670 | 3777 | "dist": { |
3671 | 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 | 3781 | "shasum": "" |
3675 | 3782 | }, |
3676 | 3783 | "require": { |
3677 | 3784 | "php": ">=5.3.3" |
3678 | 3785 | }, |
3679 | 3786 | "require-dev": { |
3680 | - "mockery/mockery": "~0.9.1" | |
3787 | + "mockery/mockery": "~0.9.1", | |
3788 | + "symfony/phpunit-bridge": "~3.2" | |
3681 | 3789 | }, |
3682 | 3790 | "type": "library", |
3683 | 3791 | "extra": { |
... | ... | @@ -3710,20 +3818,20 @@ |
3710 | 3818 | "mail", |
3711 | 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 | 3824 | "name": "symfony/browser-kit", |
3717 | - "version": "v3.1.5", | |
3825 | + "version": "v3.2.8", | |
3718 | 3826 | "source": { |
3719 | 3827 | "type": "git", |
3720 | 3828 | "url": "https://github.com/symfony/browser-kit.git", |
3721 | - "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc" | |
3829 | + "reference": "9fab1ab6f77b77f3df5fc5250fc6956811699b57" | |
3722 | 3830 | }, |
3723 | 3831 | "dist": { |
3724 | 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 | 3835 | "shasum": "" |
3728 | 3836 | }, |
3729 | 3837 | "require": { |
... | ... | @@ -3740,7 +3848,7 @@ |
3740 | 3848 | "type": "library", |
3741 | 3849 | "extra": { |
3742 | 3850 | "branch-alias": { |
3743 | - "dev-master": "3.1-dev" | |
3851 | + "dev-master": "3.2-dev" | |
3744 | 3852 | } |
3745 | 3853 | }, |
3746 | 3854 | "autoload": { |
... | ... | @@ -3767,20 +3875,20 @@ |
3767 | 3875 | ], |
3768 | 3876 | "description": "Symfony BrowserKit Component", |
3769 | 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 | 3881 | "name": "symfony/console", |
3774 | - "version": "v3.1.5", | |
3882 | + "version": "v3.2.8", | |
3775 | 3883 | "source": { |
3776 | 3884 | "type": "git", |
3777 | 3885 | "url": "https://github.com/symfony/console.git", |
3778 | - "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0" | |
3886 | + "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38" | |
3779 | 3887 | }, |
3780 | 3888 | "dist": { |
3781 | 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 | 3892 | "shasum": "" |
3785 | 3893 | }, |
3786 | 3894 | "require": { |
... | ... | @@ -3791,17 +3899,19 @@ |
3791 | 3899 | "require-dev": { |
3792 | 3900 | "psr/log": "~1.0", |
3793 | 3901 | "symfony/event-dispatcher": "~2.8|~3.0", |
3902 | + "symfony/filesystem": "~2.8|~3.0", | |
3794 | 3903 | "symfony/process": "~2.8|~3.0" |
3795 | 3904 | }, |
3796 | 3905 | "suggest": { |
3797 | 3906 | "psr/log": "For using the console logger", |
3798 | 3907 | "symfony/event-dispatcher": "", |
3908 | + "symfony/filesystem": "", | |
3799 | 3909 | "symfony/process": "" |
3800 | 3910 | }, |
3801 | 3911 | "type": "library", |
3802 | 3912 | "extra": { |
3803 | 3913 | "branch-alias": { |
3804 | - "dev-master": "3.1-dev" | |
3914 | + "dev-master": "3.2-dev" | |
3805 | 3915 | } |
3806 | 3916 | }, |
3807 | 3917 | "autoload": { |
... | ... | @@ -3828,20 +3938,20 @@ |
3828 | 3938 | ], |
3829 | 3939 | "description": "Symfony Console Component", |
3830 | 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 | 3944 | "name": "symfony/css-selector", |
3835 | - "version": "v3.1.5", | |
3945 | + "version": "v3.2.8", | |
3836 | 3946 | "source": { |
3837 | 3947 | "type": "git", |
3838 | 3948 | "url": "https://github.com/symfony/css-selector.git", |
3839 | - "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac" | |
3949 | + "reference": "02983c144038e697c959e6b06ef6666de759ccbc" | |
3840 | 3950 | }, |
3841 | 3951 | "dist": { |
3842 | 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 | 3955 | "shasum": "" |
3846 | 3956 | }, |
3847 | 3957 | "require": { |
... | ... | @@ -3850,7 +3960,7 @@ |
3850 | 3960 | "type": "library", |
3851 | 3961 | "extra": { |
3852 | 3962 | "branch-alias": { |
3853 | - "dev-master": "3.1-dev" | |
3963 | + "dev-master": "3.2-dev" | |
3854 | 3964 | } |
3855 | 3965 | }, |
3856 | 3966 | "autoload": { |
... | ... | @@ -3881,20 +3991,20 @@ |
3881 | 3991 | ], |
3882 | 3992 | "description": "Symfony CssSelector Component", |
3883 | 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 | 3997 | "name": "symfony/debug", |
3888 | - "version": "v3.1.5", | |
3998 | + "version": "v3.2.8", | |
3889 | 3999 | "source": { |
3890 | 4000 | "type": "git", |
3891 | 4001 | "url": "https://github.com/symfony/debug.git", |
3892 | - "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" | |
4002 | + "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686" | |
3893 | 4003 | }, |
3894 | 4004 | "dist": { |
3895 | 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 | 4008 | "shasum": "" |
3899 | 4009 | }, |
3900 | 4010 | "require": { |
... | ... | @@ -3911,7 +4021,7 @@ |
3911 | 4021 | "type": "library", |
3912 | 4022 | "extra": { |
3913 | 4023 | "branch-alias": { |
3914 | - "dev-master": "3.1-dev" | |
4024 | + "dev-master": "3.2-dev" | |
3915 | 4025 | } |
3916 | 4026 | }, |
3917 | 4027 | "autoload": { |
... | ... | @@ -3938,20 +4048,20 @@ |
3938 | 4048 | ], |
3939 | 4049 | "description": "Symfony Debug Component", |
3940 | 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 | 4054 | "name": "symfony/dom-crawler", |
3945 | - "version": "v3.1.5", | |
4055 | + "version": "v3.2.8", | |
3946 | 4056 | "source": { |
3947 | 4057 | "type": "git", |
3948 | 4058 | "url": "https://github.com/symfony/dom-crawler.git", |
3949 | - "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7" | |
4059 | + "reference": "f1ad34e8af09ed17570e027cf0c58a12eddec286" | |
3950 | 4060 | }, |
3951 | 4061 | "dist": { |
3952 | 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 | 4065 | "shasum": "" |
3956 | 4066 | }, |
3957 | 4067 | "require": { |
... | ... | @@ -3967,7 +4077,7 @@ |
3967 | 4077 | "type": "library", |
3968 | 4078 | "extra": { |
3969 | 4079 | "branch-alias": { |
3970 | - "dev-master": "3.1-dev" | |
4080 | + "dev-master": "3.2-dev" | |
3971 | 4081 | } |
3972 | 4082 | }, |
3973 | 4083 | "autoload": { |
... | ... | @@ -3994,20 +4104,20 @@ |
3994 | 4104 | ], |
3995 | 4105 | "description": "Symfony DomCrawler Component", |
3996 | 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 | 4110 | "name": "symfony/event-dispatcher", |
4001 | - "version": "v3.1.5", | |
4111 | + "version": "v3.2.8", | |
4002 | 4112 | "source": { |
4003 | 4113 | "type": "git", |
4004 | 4114 | "url": "https://github.com/symfony/event-dispatcher.git", |
4005 | - "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5" | |
4115 | + "reference": "b8a401f733b43251e1d088c589368b2a94155e40" | |
4006 | 4116 | }, |
4007 | 4117 | "dist": { |
4008 | 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 | 4121 | "shasum": "" |
4012 | 4122 | }, |
4013 | 4123 | "require": { |
... | ... | @@ -4027,7 +4137,7 @@ |
4027 | 4137 | "type": "library", |
4028 | 4138 | "extra": { |
4029 | 4139 | "branch-alias": { |
4030 | - "dev-master": "3.1-dev" | |
4140 | + "dev-master": "3.2-dev" | |
4031 | 4141 | } |
4032 | 4142 | }, |
4033 | 4143 | "autoload": { |
... | ... | @@ -4054,20 +4164,20 @@ |
4054 | 4164 | ], |
4055 | 4165 | "description": "Symfony EventDispatcher Component", |
4056 | 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 | 4170 | "name": "symfony/finder", |
4061 | - "version": "v3.1.5", | |
4171 | + "version": "v3.2.8", | |
4062 | 4172 | "source": { |
4063 | 4173 | "type": "git", |
4064 | 4174 | "url": "https://github.com/symfony/finder.git", |
4065 | - "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f" | |
4175 | + "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930" | |
4066 | 4176 | }, |
4067 | 4177 | "dist": { |
4068 | 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 | 4181 | "shasum": "" |
4072 | 4182 | }, |
4073 | 4183 | "require": { |
... | ... | @@ -4076,7 +4186,7 @@ |
4076 | 4186 | "type": "library", |
4077 | 4187 | "extra": { |
4078 | 4188 | "branch-alias": { |
4079 | - "dev-master": "3.1-dev" | |
4189 | + "dev-master": "3.2-dev" | |
4080 | 4190 | } |
4081 | 4191 | }, |
4082 | 4192 | "autoload": { |
... | ... | @@ -4103,20 +4213,20 @@ |
4103 | 4213 | ], |
4104 | 4214 | "description": "Symfony Finder Component", |
4105 | 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 | 4219 | "name": "symfony/polyfill-mbstring", |
4110 | - "version": "v1.2.0", | |
4220 | + "version": "v1.3.0", | |
4111 | 4221 | "source": { |
4112 | 4222 | "type": "git", |
4113 | 4223 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
4114 | - "reference": "dff51f72b0706335131b00a7f49606168c582594" | |
4224 | + "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" | |
4115 | 4225 | }, |
4116 | 4226 | "dist": { |
4117 | 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 | 4230 | "shasum": "" |
4121 | 4231 | }, |
4122 | 4232 | "require": { |
... | ... | @@ -4128,7 +4238,7 @@ |
4128 | 4238 | "type": "library", |
4129 | 4239 | "extra": { |
4130 | 4240 | "branch-alias": { |
4131 | - "dev-master": "1.2-dev" | |
4241 | + "dev-master": "1.3-dev" | |
4132 | 4242 | } |
4133 | 4243 | }, |
4134 | 4244 | "autoload": { |
... | ... | @@ -4162,29 +4272,84 @@ |
4162 | 4272 | "portable", |
4163 | 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 | 4327 | "name": "symfony/yaml", |
4169 | - "version": "v3.1.5", | |
4328 | + "version": "v3.2.8", | |
4170 | 4329 | "source": { |
4171 | 4330 | "type": "git", |
4172 | 4331 | "url": "https://github.com/symfony/yaml.git", |
4173 | - "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3" | |
4332 | + "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6" | |
4174 | 4333 | }, |
4175 | 4334 | "dist": { |
4176 | 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 | 4338 | "shasum": "" |
4180 | 4339 | }, |
4181 | 4340 | "require": { |
4182 | 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 | 4349 | "type": "library", |
4185 | 4350 | "extra": { |
4186 | 4351 | "branch-alias": { |
4187 | - "dev-master": "3.1-dev" | |
4352 | + "dev-master": "3.2-dev" | |
4188 | 4353 | } |
4189 | 4354 | }, |
4190 | 4355 | "autoload": { |
... | ... | @@ -4211,7 +4376,7 @@ |
4211 | 4376 | ], |
4212 | 4377 | "description": "Symfony Yaml Component", |
4213 | 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 | 4382 | "name": "unclead/yii2-multiple-input", |
... | ... | @@ -4256,7 +4421,7 @@ |
4256 | 4421 | "yii2 multiple input", |
4257 | 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 | 4427 | "name": "wbraganca/yii2-dynamicform", |
... | ... | @@ -4308,20 +4473,20 @@ |
4308 | 4473 | }, |
4309 | 4474 | { |
4310 | 4475 | "name": "webmozart/assert", |
4311 | - "version": "1.1.0", | |
4476 | + "version": "1.2.0", | |
4312 | 4477 | "source": { |
4313 | 4478 | "type": "git", |
4314 | 4479 | "url": "https://github.com/webmozart/assert.git", |
4315 | - "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" | |
4480 | + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" | |
4316 | 4481 | }, |
4317 | 4482 | "dist": { |
4318 | 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 | 4486 | "shasum": "" |
4322 | 4487 | }, |
4323 | 4488 | "require": { |
4324 | - "php": "^5.3.3|^7.0" | |
4489 | + "php": "^5.3.3 || ^7.0" | |
4325 | 4490 | }, |
4326 | 4491 | "require-dev": { |
4327 | 4492 | "phpunit/phpunit": "^4.6", |
... | ... | @@ -4330,7 +4495,7 @@ |
4330 | 4495 | "type": "library", |
4331 | 4496 | "extra": { |
4332 | 4497 | "branch-alias": { |
4333 | - "dev-master": "1.2-dev" | |
4498 | + "dev-master": "1.3-dev" | |
4334 | 4499 | } |
4335 | 4500 | }, |
4336 | 4501 | "autoload": { |
... | ... | @@ -4354,25 +4519,25 @@ |
4354 | 4519 | "check", |
4355 | 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 | 4525 | "name": "yiisoft/yii2", |
4361 | - "version": "2.0.9", | |
4526 | + "version": "2.0.11.2", | |
4362 | 4527 | "source": { |
4363 | 4528 | "type": "git", |
4364 | 4529 | "url": "https://github.com/yiisoft/yii2-framework.git", |
4365 | - "reference": "2b75151ea60e1fd820046416eee2e89c3dda1133" | |
4530 | + "reference": "ee996adec1dfd7babb67bd0c604f5bd6425fe5ab" | |
4366 | 4531 | }, |
4367 | 4532 | "dist": { |
4368 | 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 | 4536 | "shasum": "" |
4372 | 4537 | }, |
4373 | 4538 | "require": { |
4374 | 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 | 4541 | "bower-asset/punycode": "1.3.*", |
4377 | 4542 | "bower-asset/yii2-pjax": "~2.0.1", |
4378 | 4543 | "cebe/markdown": "~1.0.0 | ~1.1.0", |
... | ... | @@ -4440,6 +4605,12 @@ |
4440 | 4605 | "name": "Dmitry Naumenko", |
4441 | 4606 | "email": "d.naumenko.a@gmail.com", |
4442 | 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 | 4616 | "description": "Yii PHP Framework Version 2", |
... | ... | @@ -4448,7 +4619,7 @@ |
4448 | 4619 | "framework", |
4449 | 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 | 4625 | "name": "yiisoft/yii2-bootstrap", |
... | ... | @@ -4498,25 +4669,28 @@ |
4498 | 4669 | "bootstrap", |
4499 | 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 | 4675 | "name": "yiisoft/yii2-composer", |
4505 | - "version": "2.0.4", | |
4676 | + "version": "2.0.5", | |
4506 | 4677 | "source": { |
4507 | 4678 | "type": "git", |
4508 | 4679 | "url": "https://github.com/yiisoft/yii2-composer.git", |
4509 | - "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464" | |
4680 | + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2" | |
4510 | 4681 | }, |
4511 | 4682 | "dist": { |
4512 | 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 | 4686 | "shasum": "" |
4516 | 4687 | }, |
4517 | 4688 | "require": { |
4518 | 4689 | "composer-plugin-api": "^1.0" |
4519 | 4690 | }, |
4691 | + "require-dev": { | |
4692 | + "composer/composer": "^1.0" | |
4693 | + }, | |
4520 | 4694 | "type": "composer-plugin", |
4521 | 4695 | "extra": { |
4522 | 4696 | "class": "yii\\composer\\Plugin", |
... | ... | @@ -4545,25 +4719,25 @@ |
4545 | 4719 | "extension installer", |
4546 | 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 | 4725 | "name": "yiisoft/yii2-imagine", |
4552 | - "version": "2.0.4", | |
4726 | + "version": "2.1.0", | |
4553 | 4727 | "source": { |
4554 | 4728 | "type": "git", |
4555 | 4729 | "url": "https://github.com/yiisoft/yii2-imagine.git", |
4556 | - "reference": "68ed3d96cd1895035cef3c0e9ce9cf6c2c0c7f1c" | |
4730 | + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411" | |
4557 | 4731 | }, |
4558 | 4732 | "dist": { |
4559 | 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 | 4736 | "shasum": "" |
4563 | 4737 | }, |
4564 | 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 | 4742 | "type": "yii2-extension", |
4569 | 4743 | "extra": { |
... | ... | @@ -4593,7 +4767,7 @@ |
4593 | 4767 | "imagine", |
4594 | 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 | 4773 | "name": "yiisoft/yii2-jui", |
... | ... | @@ -4643,20 +4817,20 @@ |
4643 | 4817 | "jQuery UI", |
4644 | 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 | 4823 | "name": "yiisoft/yii2-swiftmailer", |
4650 | - "version": "2.0.6", | |
4824 | + "version": "2.0.7", | |
4651 | 4825 | "source": { |
4652 | 4826 | "type": "git", |
4653 | 4827 | "url": "https://github.com/yiisoft/yii2-swiftmailer.git", |
4654 | - "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5" | |
4828 | + "reference": "8a03a62cbcb82e7697d3002eb43a8d2637f566ec" | |
4655 | 4829 | }, |
4656 | 4830 | "dist": { |
4657 | 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 | 4834 | "shasum": "" |
4661 | 4835 | }, |
4662 | 4836 | "require": { |
... | ... | @@ -4693,7 +4867,7 @@ |
4693 | 4867 | "swiftmailer", |
4694 | 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 | 4873 | "name": "yurkinx/yii2-image", |
... | ... | @@ -4701,12 +4875,12 @@ |
4701 | 4875 | "source": { |
4702 | 4876 | "type": "git", |
4703 | 4877 | "url": "https://github.com/yurkinx/yii2-image.git", |
4704 | - "reference": "0d6d261bf9c2dc35e9ad8c5cc56793580b74eefd" | |
4878 | + "reference": "2737b1ef4cefbc4c664892c6b9f29847fcf72c56" | |
4705 | 4879 | }, |
4706 | 4880 | "dist": { |
4707 | 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 | 4884 | "shasum": "" |
4711 | 4885 | }, |
4712 | 4886 | "require": { |
... | ... | @@ -4736,7 +4910,7 @@ |
4736 | 4910 | "image", |
4737 | 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 | 4916 | "packages-dev": [ |
... | ... | @@ -4813,7 +4987,7 @@ |
4813 | 4987 | "faker", |
4814 | 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 | 4993 | "name": "phpspec/php-diff", |
... | ... | @@ -4851,7 +5025,7 @@ |
4851 | 5025 | } |
4852 | 5026 | ], |
4853 | 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 | 5031 | "name": "yiisoft/yii2-codeception", |
... | ... | @@ -4896,25 +5070,26 @@ |
4896 | 5070 | "codeception", |
4897 | 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 | 5077 | "name": "yiisoft/yii2-debug", |
4903 | - "version": "2.0.6", | |
5078 | + "version": "2.0.9", | |
4904 | 5079 | "source": { |
4905 | 5080 | "type": "git", |
4906 | 5081 | "url": "https://github.com/yiisoft/yii2-debug.git", |
4907 | - "reference": "55ed2e853ed8050a34415f63a4da84f88a56f895" | |
5082 | + "reference": "647be6c9d48dc2f3c2e2f33b9eba0a4ca78abde9" | |
4908 | 5083 | }, |
4909 | 5084 | "dist": { |
4910 | 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 | 5088 | "shasum": "" |
4914 | 5089 | }, |
4915 | 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 | 5094 | "type": "yii2-extension", |
4920 | 5095 | "extra": { |
... | ... | @@ -4943,7 +5118,7 @@ |
4943 | 5118 | "debugger", |
4944 | 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 | 5124 | "name": "yiisoft/yii2-faker", |
... | ... | @@ -4990,7 +5165,7 @@ |
4990 | 5165 | "faker", |
4991 | 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 | 5171 | "name": "yiisoft/yii2-gii", |
... | ... | @@ -5043,7 +5218,7 @@ |
5043 | 5218 | "gii", |
5044 | 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 | 5224 | "aliases": [], | ... | ... |
frontend/views/filter/category-brand.php