Commit e8c8ac837b212fd0e40c5e6134d608145f69342b
1 parent
4583f00b
111
Showing
4 changed files
with
362 additions
and
231 deletions
Show diff stats
backend/views/event/index.php
@@ -2,13 +2,14 @@ | @@ -2,13 +2,14 @@ | ||
2 | 2 | ||
3 | use yii\helpers\Html; | 3 | use yii\helpers\Html; |
4 | use yii\grid\GridView; | 4 | use yii\grid\GridView; |
5 | - | ||
6 | - /* @var $this yii\web\View */ | ||
7 | - /* @var $searchModel common\models\EventSearch */ | ||
8 | - /* @var $dataProvider yii\data\ActiveDataProvider */ | ||
9 | - | 5 | + /** |
6 | + * @var yii\web\View $this | ||
7 | + * @var common\models\EventSearch $searchModel | ||
8 | + * @var yii\data\ActiveDataProvider $dataProvider | ||
9 | + */ | ||
10 | $this->title = Yii::t('app', 'Events'); | 10 | $this->title = Yii::t('app', 'Events'); |
11 | $this->params[ 'breadcrumbs' ][] = $this->title; | 11 | $this->params[ 'breadcrumbs' ][] = $this->title; |
12 | + | ||
12 | ?> | 13 | ?> |
13 | <div class="event-index"> | 14 | <div class="event-index"> |
14 | 15 |
common/translation/ru/app.php
@@ -3,8 +3,8 @@ return [ | @@ -3,8 +3,8 @@ return [ | ||
3 | 'id' => 'ID', | 3 | 'id' => 'ID', |
4 | 'username' => 'Имя', | 4 | 'username' => 'Имя', |
5 | 'surname' => 'Фамилия', | 5 | 'surname' => 'Фамилия', |
6 | - 'auth_key' => 'Auth Key', | ||
7 | - 'password_hash' => 'Password Hash', | 6 | + 'auth_key' => 'Ключ аутентификации', |
7 | + 'password_hash' => 'Хэш пароля', | ||
8 | 'password_reset_token' => 'Password Reset Token', | 8 | 'password_reset_token' => 'Password Reset Token', |
9 | 'email' => 'Логин (e-mail)', | 9 | 'email' => 'Логин (e-mail)', |
10 | 'phone' => 'Телефон', | 10 | 'phone' => 'Телефон', |
@@ -77,6 +77,7 @@ return [ | @@ -77,6 +77,7 @@ return [ | ||
77 | 'duration' => 'Продолжительность', | 77 | 'duration' => 'Продолжительность', |
78 | 'slider_image_id' => 'Slider Image ID', | 78 | 'slider_image_id' => 'Slider Image ID', |
79 | 'sort' => 'Сортировка', | 79 | 'sort' => 'Сортировка', |
80 | + | ||
80 | 'меню' => 'меню', | 81 | 'меню' => 'меню', |
81 | 'контрактный отдел' => 'контрактный отдел', | 82 | 'контрактный отдел' => 'контрактный отдел', |
82 | 'отдел по работе с дизайнерами и архитекторами' => 'отдел по работе с дизайнерами и архитекторами', | 83 | 'отдел по работе с дизайнерами и архитекторами' => 'отдел по работе с дизайнерами и архитекторами', |
common/translation/ua/app.php
1 | <?php | 1 | <?php |
2 | return [ | 2 | return [ |
3 | 'id' => 'ID', | 3 | 'id' => 'ID', |
4 | - 'username' => "ім'я", | 4 | + 'username' => "Ім'я", |
5 | 'surname' => 'Фамилия', | 5 | 'surname' => 'Фамилия', |
6 | - 'auth_key' => 'Auth Key', | ||
7 | - 'password_hash' => 'Password Hash', | 6 | + 'auth_key' => 'Ключ аутентифікації', |
7 | + 'password_hash' => 'Хеш паролю', | ||
8 | 'password_reset_token' => 'Password Reset Token', | 8 | 'password_reset_token' => 'Password Reset Token', |
9 | - 'email' => 'Логин (e-mail)', | 9 | + 'email' => 'Логін (e-mail)', |
10 | 'phone' => 'Телефон', | 10 | 'phone' => 'Телефон', |
11 | 'status' => 'Статус', | 11 | 'status' => 'Статус', |
12 | - 'created_at' => 'Created At', | ||
13 | - 'updated_at' => 'Updated At', | ||
14 | - 'verifyCode' => 'Код проверки', | 12 | + 'created_at' => 'Створено', |
13 | + 'updated_at' => 'Оновлено', | ||
14 | + 'verifyCode' => 'Код перевірки', | ||
15 | 'password' => 'Пароль', | 15 | 'password' => 'Пароль', |
16 | - 'password_repeat' => 'Повторить пароль', | ||
17 | - 'registration' => 'Регистрация', | ||
18 | - 'message' => 'Этот {field} уже занят', | 16 | + 'password_repeat' => 'Повторити пароль', |
17 | + 'registration' => 'Реєстрація', | ||
18 | + 'message' => 'Цей {field} вже зайнято', | ||
19 | 'message_match_password' => 'Пароли не совпадают', | 19 | 'message_match_password' => 'Пароли не совпадают', |
20 | - 'exit' => 'Выход', | ||
21 | - 'enter' => 'Войти', | ||
22 | - 'your_personal_area' => 'Вход в личный кабинет', | ||
23 | - 'forgot_password' => 'Забыли пароль?', | ||
24 | - 'rememberMe' => 'Запомнить меня', | ||
25 | - 'articles' => 'Всего товаров', | 20 | + 'exit' => 'Вихід', |
21 | + 'enter' => 'Війти', | ||
22 | + 'your_personal_area' => 'Вхід в особистий кабінет', | ||
23 | + 'forgot_password' => 'Забули пароль?', | ||
24 | + 'rememberMe' => 'Запам\'ятати мене', | ||
25 | + 'articles' => 'Всього товарів', | ||
26 | 'code' => 'Код: {0}', | 26 | 'code' => 'Код: {0}', |
27 | - 'checkout' => 'оформить заказ', | ||
28 | - 'sum' => 'Сумма', | ||
29 | - 'continue_shopping' => 'продолжить покупки', | ||
30 | - 'edit_personal_data' => 'Редактировать личные данные', | ||
31 | - 'personal_data' => 'Личные данные', | ||
32 | - 'my_orders' => 'Мои заказы', | 27 | + 'checkout' => 'оформити замовлення', |
28 | + 'sum' => 'Сума', | ||
29 | + 'continue_shopping' => 'продовжити покупки', | ||
30 | + 'edit_personal_data' => 'Редагувати особисті дані', | ||
31 | + 'personal_data' => 'Особисті дані', | ||
32 | + 'my_orders' => 'Мої замовлення', | ||
33 | 'bookmarks' => 'Закладки', | 33 | 'bookmarks' => 'Закладки', |
34 | - 'basket' => 'Корзина', | 34 | + 'basket' => 'Кошик', |
35 | 'banner_id' => 'Banner ID', | 35 | 'banner_id' => 'Banner ID', |
36 | - 'image' => 'Изображение', | ||
37 | - 'alt' => 'Описание', | 36 | + 'image' => 'Зображення', |
37 | + 'alt' => 'Опис', | ||
38 | 'title' => 'Заголовок', | 38 | 'title' => 'Заголовок', |
39 | - 'url' => 'Ссылка', | 39 | + 'url' => 'Посилання', |
40 | 'width' => 'Ширина', | 40 | 'width' => 'Ширина', |
41 | - 'height' => 'Высота', | 41 | + 'height' => 'Висота', |
42 | 'blog_id' => 'Blog ID', | 42 | 'blog_id' => 'Blog ID', |
43 | 'user_id' => 'User ID', | 43 | 'user_id' => 'User ID', |
44 | - 'name' => 'Название', | ||
45 | - 'link' => 'Ссылка', | ||
46 | - 'date_add' => 'Дата добавления', | 44 | + 'name' => 'Назва', |
45 | + 'link' => 'Посилання', | ||
46 | + 'date_add' => 'Дата додавання', | ||
47 | 'user_add_id' => 'User Add ID', | 47 | 'user_add_id' => 'User Add ID', |
48 | - 'view_count' => 'Количество просмотров', | ||
49 | - 'description' => 'Описание', | ||
50 | - 'cover' => 'Фото главное', | 48 | + 'view_count' => 'Кількість переглядів', |
49 | + 'description' => 'Опис', | ||
50 | + 'cover' => 'Фото головне', | ||
51 | 'event_id' => 'Event ID', | 51 | 'event_id' => 'Event ID', |
52 | - 'alias' => 'Ссылка', | ||
53 | - 'body' => 'Тело', | 52 | + 'alias' => 'Посилання', |
53 | + 'body' => 'Тіло', | ||
54 | 'meta_title' => 'Мета заголовок', | 54 | 'meta_title' => 'Мета заголовок', |
55 | 'h1' => 'H1', | 55 | 'h1' => 'H1', |
56 | 'seo_text' => 'Сео Текст', | 56 | 'seo_text' => 'Сео Текст', |
57 | - 'end_at' => 'Срок действия по', | 57 | + 'end_at' => 'Термін дії до', |
58 | 'order_items_id' => 'Order Items ID', | 58 | 'order_items_id' => 'Order Items ID', |
59 | 'order_id' => 'Order ID', | 59 | 'order_id' => 'Order ID', |
60 | 'item_id' => 'Item ID', | 60 | 'item_id' => 'Item ID', |
61 | - 'item_count' => 'Количество', | ||
62 | - 'price' => 'Цена', | 61 | + 'item_count' => 'Кількість', |
62 | + 'price' => 'Ціна', | ||
63 | 'customer_id' => 'Customer ID', | 63 | 'customer_id' => 'Customer ID', |
64 | 'delivery' => 'Доставка', | 64 | 'delivery' => 'Доставка', |
65 | 'payment' => 'Оплата', | 65 | 'payment' => 'Оплата', |
@@ -69,14 +69,15 @@ return [ | @@ -69,14 +69,15 @@ return [ | ||
69 | 'seo_dynamic_id' => 'Seo Dynamic ID', | 69 | 'seo_dynamic_id' => 'Seo Dynamic ID', |
70 | 'action' => 'Action', | 70 | 'action' => 'Action', |
71 | 'fields' => 'Поля', | 71 | 'fields' => 'Поля', |
72 | - 'param' => 'Параметры', | 72 | + 'param' => 'Параметри', |
73 | 'key' => 'Ключ', | 73 | 'key' => 'Ключ', |
74 | 'service_id' => 'Service ID', | 74 | 'service_id' => 'Service ID', |
75 | 'slider_id' => 'Slider ID', | 75 | 'slider_id' => 'Slider ID', |
76 | - 'speed' => 'Скорость', | ||
77 | - 'duration' => 'Продолжительность', | 76 | + 'speed' => 'Швидкість', |
77 | + 'duration' => 'Тривалість', | ||
78 | 'slider_image_id' => 'Slider Image ID', | 78 | 'slider_image_id' => 'Slider Image ID', |
79 | - 'sort' => 'Сортировка', | 79 | + 'sort' => 'Сортування', |
80 | + | ||
80 | 'меню' => 'меню', | 81 | 'меню' => 'меню', |
81 | 'контрактный отдел' => 'контрактне відділення', | 82 | 'контрактный отдел' => 'контрактне відділення', |
82 | 'отдел по работе с дизайнерами и архитекторами' => 'відділення по роботі з дизайнерами та архітекторами', | 83 | 'отдел по работе с дизайнерами и архитекторами' => 'відділення по роботі з дизайнерами та архітекторами', |
composer.lock
@@ -4,8 +4,8 @@ | @@ -4,8 +4,8 @@ | ||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | - "hash": "5f58e70ea55c0794f619cb324903b390", | ||
8 | - "content-hash": "1937006ee873a711b351ddfb40709247", | 7 | + "hash": "f93b2af40fdef0649dd243a46d036b5d", |
8 | + "content-hash": "5aa237fc8d5946f64672aa2ee7b43c4c", | ||
9 | "packages": [ | 9 | "packages": [ |
10 | { | 10 | { |
11 | "name": "2amigos/yii2-transliterator-helper", | 11 | "name": "2amigos/yii2-transliterator-helper", |
@@ -91,6 +91,65 @@ | @@ -91,6 +91,65 @@ | ||
91 | "time": "2016-08-04 23:22:06" | 91 | "time": "2016-08-04 23:22:06" |
92 | }, | 92 | }, |
93 | { | 93 | { |
94 | + "name": "behat/gherkin", | ||
95 | + "version": "v4.4.4", | ||
96 | + "source": { | ||
97 | + "type": "git", | ||
98 | + "url": "https://github.com/Behat/Gherkin.git", | ||
99 | + "reference": "cf8cc94647101e02a33d690245896d83d880aea1" | ||
100 | + }, | ||
101 | + "dist": { | ||
102 | + "type": "zip", | ||
103 | + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/cf8cc94647101e02a33d690245896d83d880aea1", | ||
104 | + "reference": "cf8cc94647101e02a33d690245896d83d880aea1", | ||
105 | + "shasum": "" | ||
106 | + }, | ||
107 | + "require": { | ||
108 | + "php": ">=5.3.1" | ||
109 | + }, | ||
110 | + "require-dev": { | ||
111 | + "phpunit/phpunit": "~4.5|~5", | ||
112 | + "symfony/phpunit-bridge": "~2.7|~3", | ||
113 | + "symfony/yaml": "~2.3|~3" | ||
114 | + }, | ||
115 | + "suggest": { | ||
116 | + "symfony/yaml": "If you want to parse features, represented in YAML files" | ||
117 | + }, | ||
118 | + "type": "library", | ||
119 | + "extra": { | ||
120 | + "branch-alias": { | ||
121 | + "dev-master": "4.4-dev" | ||
122 | + } | ||
123 | + }, | ||
124 | + "autoload": { | ||
125 | + "psr-0": { | ||
126 | + "Behat\\Gherkin": "src/" | ||
127 | + } | ||
128 | + }, | ||
129 | + "notification-url": "https://packagist.org/downloads/", | ||
130 | + "license": [ | ||
131 | + "MIT" | ||
132 | + ], | ||
133 | + "authors": [ | ||
134 | + { | ||
135 | + "name": "Konstantin Kudryashov", | ||
136 | + "email": "ever.zet@gmail.com", | ||
137 | + "homepage": "http://everzet.com" | ||
138 | + } | ||
139 | + ], | ||
140 | + "description": "Gherkin DSL parser for PHP 5.3", | ||
141 | + "homepage": "http://behat.org/", | ||
142 | + "keywords": [ | ||
143 | + "BDD", | ||
144 | + "Behat", | ||
145 | + "Cucumber", | ||
146 | + "DSL", | ||
147 | + "gherkin", | ||
148 | + "parser" | ||
149 | + ], | ||
150 | + "time": "2016-09-18 12:16:14" | ||
151 | + }, | ||
152 | + { | ||
94 | "name": "bower-asset/admin-lte", | 153 | "name": "bower-asset/admin-lte", |
95 | "version": "v2.3.6", | 154 | "version": "v2.3.6", |
96 | "source": { | 155 | "source": { |
@@ -151,7 +210,7 @@ | @@ -151,7 +210,7 @@ | ||
151 | "shasum": "" | 210 | "shasum": "" |
152 | }, | 211 | }, |
153 | "require": { | 212 | "require": { |
154 | - "bower-asset/jquery": ">=1.9.1,<=3" | 213 | + "bower-asset/jquery": ">=1.9.1,<4.0" |
155 | }, | 214 | }, |
156 | "type": "bower-asset-library", | 215 | "type": "bower-asset-library", |
157 | "extra": { | 216 | "extra": { |
@@ -445,16 +504,16 @@ | @@ -445,16 +504,16 @@ | ||
445 | }, | 504 | }, |
446 | { | 505 | { |
447 | "name": "cebe/markdown", | 506 | "name": "cebe/markdown", |
448 | - "version": "1.1.0", | 507 | + "version": "1.1.1", |
449 | "source": { | 508 | "source": { |
450 | "type": "git", | 509 | "type": "git", |
451 | "url": "https://github.com/cebe/markdown.git", | 510 | "url": "https://github.com/cebe/markdown.git", |
452 | - "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2" | 511 | + "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166" |
453 | }, | 512 | }, |
454 | "dist": { | 513 | "dist": { |
455 | "type": "zip", | 514 | "type": "zip", |
456 | - "url": "https://api.github.com/repos/cebe/markdown/zipball/54a2c49de31cc44e864ebf0500a35ef21d0010b2", | ||
457 | - "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2", | 515 | + "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166", |
516 | + "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166", | ||
458 | "shasum": "" | 517 | "shasum": "" |
459 | }, | 518 | }, |
460 | "require": { | 519 | "require": { |
@@ -501,7 +560,7 @@ | @@ -501,7 +560,7 @@ | ||
501 | "markdown", | 560 | "markdown", |
502 | "markdown-extra" | 561 | "markdown-extra" |
503 | ], | 562 | ], |
504 | - "time": "2015-03-06 05:28:07" | 563 | + "time": "2016-09-14 20:40:20" |
505 | }, | 564 | }, |
506 | { | 565 | { |
507 | "name": "cebe/yii2-gravatar", | 566 | "name": "cebe/yii2-gravatar", |
@@ -548,51 +607,58 @@ | @@ -548,51 +607,58 @@ | ||
548 | }, | 607 | }, |
549 | { | 608 | { |
550 | "name": "codeception/codeception", | 609 | "name": "codeception/codeception", |
551 | - "version": "2.1.11", | 610 | + "version": "2.2.5", |
552 | "source": { | 611 | "source": { |
553 | "type": "git", | 612 | "type": "git", |
554 | "url": "https://github.com/Codeception/Codeception.git", | 613 | "url": "https://github.com/Codeception/Codeception.git", |
555 | - "reference": "d451dbe35e23da1cde5c367130d22f843981aafc" | 614 | + "reference": "b4729341e469d0f174f3cade85718ff5bf8dd751" |
556 | }, | 615 | }, |
557 | "dist": { | 616 | "dist": { |
558 | "type": "zip", | 617 | "type": "zip", |
559 | - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/d451dbe35e23da1cde5c367130d22f843981aafc", | ||
560 | - "reference": "d451dbe35e23da1cde5c367130d22f843981aafc", | 618 | + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/b4729341e469d0f174f3cade85718ff5bf8dd751", |
619 | + "reference": "b4729341e469d0f174f3cade85718ff5bf8dd751", | ||
561 | "shasum": "" | 620 | "shasum": "" |
562 | }, | 621 | }, |
563 | "require": { | 622 | "require": { |
564 | - "ext-curl": "*", | 623 | + "behat/gherkin": "~4.4.0", |
565 | "ext-json": "*", | 624 | "ext-json": "*", |
566 | "ext-mbstring": "*", | 625 | "ext-mbstring": "*", |
567 | "facebook/webdriver": ">=1.0.1 <2.0", | 626 | "facebook/webdriver": ">=1.0.1 <2.0", |
568 | "guzzlehttp/guzzle": ">=4.1.4 <7.0", | 627 | "guzzlehttp/guzzle": ">=4.1.4 <7.0", |
569 | "guzzlehttp/psr7": "~1.0", | 628 | "guzzlehttp/psr7": "~1.0", |
570 | "php": ">=5.4.0 <8.0", | 629 | "php": ">=5.4.0 <8.0", |
571 | - "phpunit/php-code-coverage": ">=2.1.3", | ||
572 | - "phpunit/phpunit": ">4.8.20 <5.4", | ||
573 | - "symfony/browser-kit": ">=2.5 <3.2", | ||
574 | - "symfony/console": ">=2.5 <3.2", | ||
575 | - "symfony/css-selector": ">=2.5 <3.2", | ||
576 | - "symfony/dom-crawler": ">=2.5 <3.2", | ||
577 | - "symfony/event-dispatcher": ">=2.5 <3.2", | ||
578 | - "symfony/finder": ">=2.5 <3.2", | ||
579 | - "symfony/yaml": ">=2.5 <3.2" | 630 | + "phpunit/php-code-coverage": ">=2.1.3 <5.0", |
631 | + "phpunit/phpunit": ">4.8.20 <6.0", | ||
632 | + "sebastian/comparator": "~1.1", | ||
633 | + "sebastian/diff": "^1.4", | ||
634 | + "symfony/browser-kit": ">=2.7 <4.0", | ||
635 | + "symfony/console": ">=2.7 <4.0", | ||
636 | + "symfony/css-selector": ">=2.7 <4.0", | ||
637 | + "symfony/dom-crawler": ">=2.7 <4.0", | ||
638 | + "symfony/event-dispatcher": ">=2.7 <4.0", | ||
639 | + "symfony/finder": ">=2.7 <4.0", | ||
640 | + "symfony/yaml": ">=2.7 <4.0" | ||
580 | }, | 641 | }, |
581 | "require-dev": { | 642 | "require-dev": { |
582 | "codeception/specify": "~0.3", | 643 | "codeception/specify": "~0.3", |
583 | - "facebook/php-sdk-v4": "~5.0", | 644 | + "facebook/graph-sdk": "~5.3", |
584 | "flow/jsonpath": "~0.2", | 645 | "flow/jsonpath": "~0.2", |
646 | + "league/factory-muffin": "^3.0", | ||
647 | + "league/factory-muffin-faker": "^1.0", | ||
648 | + "mongodb/mongodb": "^1.0", | ||
585 | "monolog/monolog": "~1.8", | 649 | "monolog/monolog": "~1.8", |
586 | - "pda/pheanstalk": "~2.0", | 650 | + "pda/pheanstalk": "~3.0", |
587 | "php-amqplib/php-amqplib": "~2.4", | 651 | "php-amqplib/php-amqplib": "~2.4", |
652 | + "predis/predis": "^1.0", | ||
588 | "squizlabs/php_codesniffer": "~2.0" | 653 | "squizlabs/php_codesniffer": "~2.0" |
589 | }, | 654 | }, |
590 | "suggest": { | 655 | "suggest": { |
591 | - "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests", | ||
592 | "codeception/specify": "BDD-style code blocks", | 656 | "codeception/specify": "BDD-style code blocks", |
593 | "codeception/verify": "BDD-style assertions", | 657 | "codeception/verify": "BDD-style assertions", |
594 | - "monolog/monolog": "Log test steps", | ||
595 | - "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module.", | 658 | + "flow/jsonpath": "For using JSONPath in REST module", |
659 | + "league/factory-muffin": "For DataFactory module", | ||
660 | + "league/factory-muffin-faker": "For Faker support in DataFactory module", | ||
661 | + "phpseclib/phpseclib": "for SFTP option in FTP Module", | ||
596 | "symfony/phpunit-bridge": "For phpunit-bridge support" | 662 | "symfony/phpunit-bridge": "For phpunit-bridge support" |
597 | }, | 663 | }, |
598 | "bin": [ | 664 | "bin": [ |
@@ -628,7 +694,7 @@ | @@ -628,7 +694,7 @@ | ||
628 | "functional testing", | 694 | "functional testing", |
629 | "unit testing" | 695 | "unit testing" |
630 | ], | 696 | ], |
631 | - "time": "2016-06-28 23:57:41" | 697 | + "time": "2016-09-29 01:29:59" |
632 | }, | 698 | }, |
633 | { | 699 | { |
634 | "name": "developeruz/yii2-db-rbac", | 700 | "name": "developeruz/yii2-db-rbac", |
@@ -1189,16 +1255,16 @@ | @@ -1189,16 +1255,16 @@ | ||
1189 | }, | 1255 | }, |
1190 | { | 1256 | { |
1191 | "name": "kartik-v/bootstrap-fileinput", | 1257 | "name": "kartik-v/bootstrap-fileinput", |
1192 | - "version": "v4.3.4", | 1258 | + "version": "v4.3.5", |
1193 | "source": { | 1259 | "source": { |
1194 | "type": "git", | 1260 | "type": "git", |
1195 | "url": "https://github.com/kartik-v/bootstrap-fileinput.git", | 1261 | "url": "https://github.com/kartik-v/bootstrap-fileinput.git", |
1196 | - "reference": "abde5a9611d4939b951fdd00f70a9fec935c7b6b" | 1262 | + "reference": "6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c" |
1197 | }, | 1263 | }, |
1198 | "dist": { | 1264 | "dist": { |
1199 | "type": "zip", | 1265 | "type": "zip", |
1200 | - "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/abde5a9611d4939b951fdd00f70a9fec935c7b6b", | ||
1201 | - "reference": "abde5a9611d4939b951fdd00f70a9fec935c7b6b", | 1266 | + "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c", |
1267 | + "reference": "6e1a8ca5ca04d4927540ccf18bbfc3253286bd0c", | ||
1202 | "shasum": "" | 1268 | "shasum": "" |
1203 | }, | 1269 | }, |
1204 | "type": "library", | 1270 | "type": "library", |
@@ -1238,7 +1304,7 @@ | @@ -1238,7 +1304,7 @@ | ||
1238 | "progress", | 1304 | "progress", |
1239 | "upload" | 1305 | "upload" |
1240 | ], | 1306 | ], |
1241 | - "time": "2016-08-07 07:50:42" | 1307 | + "time": "2016-09-20 05:47:41" |
1242 | }, | 1308 | }, |
1243 | { | 1309 | { |
1244 | "name": "kartik-v/bootstrap-star-rating", | 1310 | "name": "kartik-v/bootstrap-star-rating", |
@@ -1286,16 +1352,16 @@ | @@ -1286,16 +1352,16 @@ | ||
1286 | }, | 1352 | }, |
1287 | { | 1353 | { |
1288 | "name": "kartik-v/yii2-dialog", | 1354 | "name": "kartik-v/yii2-dialog", |
1289 | - "version": "v1.0.0", | 1355 | + "version": "v1.0.1", |
1290 | "source": { | 1356 | "source": { |
1291 | "type": "git", | 1357 | "type": "git", |
1292 | "url": "https://github.com/kartik-v/yii2-dialog.git", | 1358 | "url": "https://github.com/kartik-v/yii2-dialog.git", |
1293 | - "reference": "c0f83291c050fb05a1dc66a90ad6151de2d1e982" | 1359 | + "reference": "4aaf8918c6dbd90218b6ad9036b1aae211480716" |
1294 | }, | 1360 | }, |
1295 | "dist": { | 1361 | "dist": { |
1296 | "type": "zip", | 1362 | "type": "zip", |
1297 | - "url": "https://api.github.com/repos/kartik-v/yii2-dialog/zipball/c0f83291c050fb05a1dc66a90ad6151de2d1e982", | ||
1298 | - "reference": "c0f83291c050fb05a1dc66a90ad6151de2d1e982", | 1363 | + "url": "https://api.github.com/repos/kartik-v/yii2-dialog/zipball/4aaf8918c6dbd90218b6ad9036b1aae211480716", |
1364 | + "reference": "4aaf8918c6dbd90218b6ad9036b1aae211480716", | ||
1299 | "shasum": "" | 1365 | "shasum": "" |
1300 | }, | 1366 | }, |
1301 | "require": { | 1367 | "require": { |
@@ -1334,7 +1400,7 @@ | @@ -1334,7 +1400,7 @@ | ||
1334 | "modal", | 1400 | "modal", |
1335 | "yii2" | 1401 | "yii2" |
1336 | ], | 1402 | ], |
1337 | - "time": "2016-02-22 10:58:46" | 1403 | + "time": "2016-09-13 18:15:26" |
1338 | }, | 1404 | }, |
1339 | { | 1405 | { |
1340 | "name": "kartik-v/yii2-grid", | 1406 | "name": "kartik-v/yii2-grid", |
@@ -1443,12 +1509,12 @@ | @@ -1443,12 +1509,12 @@ | ||
1443 | "source": { | 1509 | "source": { |
1444 | "type": "git", | 1510 | "type": "git", |
1445 | "url": "https://github.com/kartik-v/yii2-mpdf.git", | 1511 | "url": "https://github.com/kartik-v/yii2-mpdf.git", |
1446 | - "reference": "d2513eb34e507097ceafc1125164c50aeb905547" | 1512 | + "reference": "c9a888f5755d09bb10a9e5c0675e13565262a1bb" |
1447 | }, | 1513 | }, |
1448 | "dist": { | 1514 | "dist": { |
1449 | "type": "zip", | 1515 | "type": "zip", |
1450 | - "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/d2513eb34e507097ceafc1125164c50aeb905547", | ||
1451 | - "reference": "d2513eb34e507097ceafc1125164c50aeb905547", | 1516 | + "url": "https://api.github.com/repos/kartik-v/yii2-mpdf/zipball/c9a888f5755d09bb10a9e5c0675e13565262a1bb", |
1517 | + "reference": "c9a888f5755d09bb10a9e5c0675e13565262a1bb", | ||
1452 | "shasum": "" | 1518 | "shasum": "" |
1453 | }, | 1519 | }, |
1454 | "require": { | 1520 | "require": { |
@@ -1487,7 +1553,7 @@ | @@ -1487,7 +1553,7 @@ | ||
1487 | "utf8", | 1553 | "utf8", |
1488 | "yii2" | 1554 | "yii2" |
1489 | ], | 1555 | ], |
1490 | - "time": "2016-04-09 18:17:46" | 1556 | + "time": "2016-09-11 05:41:04" |
1491 | }, | 1557 | }, |
1492 | { | 1558 | { |
1493 | "name": "kartik-v/yii2-widget-colorinput", | 1559 | "name": "kartik-v/yii2-widget-colorinput", |
@@ -2033,16 +2099,16 @@ | @@ -2033,16 +2099,16 @@ | ||
2033 | }, | 2099 | }, |
2034 | { | 2100 | { |
2035 | "name": "myclabs/deep-copy", | 2101 | "name": "myclabs/deep-copy", |
2036 | - "version": "1.5.2", | 2102 | + "version": "1.5.4", |
2037 | "source": { | 2103 | "source": { |
2038 | "type": "git", | 2104 | "type": "git", |
2039 | "url": "https://github.com/myclabs/DeepCopy.git", | 2105 | "url": "https://github.com/myclabs/DeepCopy.git", |
2040 | - "reference": "da8529775f14f4fdae33f916eb0cf65f6afbddbc" | 2106 | + "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f" |
2041 | }, | 2107 | }, |
2042 | "dist": { | 2108 | "dist": { |
2043 | "type": "zip", | 2109 | "type": "zip", |
2044 | - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/da8529775f14f4fdae33f916eb0cf65f6afbddbc", | ||
2045 | - "reference": "da8529775f14f4fdae33f916eb0cf65f6afbddbc", | 2110 | + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f", |
2111 | + "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f", | ||
2046 | "shasum": "" | 2112 | "shasum": "" |
2047 | }, | 2113 | }, |
2048 | "require": { | 2114 | "require": { |
@@ -2071,7 +2137,7 @@ | @@ -2071,7 +2137,7 @@ | ||
2071 | "object", | 2137 | "object", |
2072 | "object graph" | 2138 | "object graph" |
2073 | ], | 2139 | ], |
2074 | - "time": "2016-09-06 16:07:05" | 2140 | + "time": "2016-09-16 13:37:59" |
2075 | }, | 2141 | }, |
2076 | { | 2142 | { |
2077 | "name": "nodge/lightopenid", | 2143 | "name": "nodge/lightopenid", |
@@ -2228,16 +2294,16 @@ | @@ -2228,16 +2294,16 @@ | ||
2228 | }, | 2294 | }, |
2229 | { | 2295 | { |
2230 | "name": "phpdocumentor/reflection-docblock", | 2296 | "name": "phpdocumentor/reflection-docblock", |
2231 | - "version": "3.1.0", | 2297 | + "version": "3.1.1", |
2232 | "source": { | 2298 | "source": { |
2233 | "type": "git", | 2299 | "type": "git", |
2234 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | 2300 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
2235 | - "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" | 2301 | + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
2236 | }, | 2302 | }, |
2237 | "dist": { | 2303 | "dist": { |
2238 | "type": "zip", | 2304 | "type": "zip", |
2239 | - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", | ||
2240 | - "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", | 2305 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
2306 | + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", | ||
2241 | "shasum": "" | 2307 | "shasum": "" |
2242 | }, | 2308 | }, |
2243 | "require": { | 2309 | "require": { |
@@ -2269,7 +2335,7 @@ | @@ -2269,7 +2335,7 @@ | ||
2269 | } | 2335 | } |
2270 | ], | 2336 | ], |
2271 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | 2337 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
2272 | - "time": "2016-06-10 09:48:41" | 2338 | + "time": "2016-09-30 07:12:33" |
2273 | }, | 2339 | }, |
2274 | { | 2340 | { |
2275 | "name": "phpdocumentor/type-resolver", | 2341 | "name": "phpdocumentor/type-resolver", |
@@ -2442,16 +2508,16 @@ | @@ -2442,16 +2508,16 @@ | ||
2442 | }, | 2508 | }, |
2443 | { | 2509 | { |
2444 | "name": "phpunit/php-code-coverage", | 2510 | "name": "phpunit/php-code-coverage", |
2445 | - "version": "3.3.3", | 2511 | + "version": "4.0.1", |
2446 | "source": { | 2512 | "source": { |
2447 | "type": "git", | 2513 | "type": "git", |
2448 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | 2514 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
2449 | - "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5" | 2515 | + "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3" |
2450 | }, | 2516 | }, |
2451 | "dist": { | 2517 | "dist": { |
2452 | "type": "zip", | 2518 | "type": "zip", |
2453 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5", | ||
2454 | - "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5", | 2519 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3", |
2520 | + "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3", | ||
2455 | "shasum": "" | 2521 | "shasum": "" |
2456 | }, | 2522 | }, |
2457 | "require": { | 2523 | "require": { |
@@ -2460,12 +2526,12 @@ | @@ -2460,12 +2526,12 @@ | ||
2460 | "phpunit/php-text-template": "~1.2", | 2526 | "phpunit/php-text-template": "~1.2", |
2461 | "phpunit/php-token-stream": "^1.4.2", | 2527 | "phpunit/php-token-stream": "^1.4.2", |
2462 | "sebastian/code-unit-reverse-lookup": "~1.0", | 2528 | "sebastian/code-unit-reverse-lookup": "~1.0", |
2463 | - "sebastian/environment": "^1.3.2", | 2529 | + "sebastian/environment": "^1.3.2 || ^2.0", |
2464 | "sebastian/version": "~1.0|~2.0" | 2530 | "sebastian/version": "~1.0|~2.0" |
2465 | }, | 2531 | }, |
2466 | "require-dev": { | 2532 | "require-dev": { |
2467 | "ext-xdebug": ">=2.1.4", | 2533 | "ext-xdebug": ">=2.1.4", |
2468 | - "phpunit/phpunit": "~5" | 2534 | + "phpunit/phpunit": "^5.4" |
2469 | }, | 2535 | }, |
2470 | "suggest": { | 2536 | "suggest": { |
2471 | "ext-dom": "*", | 2537 | "ext-dom": "*", |
@@ -2475,7 +2541,7 @@ | @@ -2475,7 +2541,7 @@ | ||
2475 | "type": "library", | 2541 | "type": "library", |
2476 | "extra": { | 2542 | "extra": { |
2477 | "branch-alias": { | 2543 | "branch-alias": { |
2478 | - "dev-master": "3.3.x-dev" | 2544 | + "dev-master": "4.0.x-dev" |
2479 | } | 2545 | } |
2480 | }, | 2546 | }, |
2481 | "autoload": { | 2547 | "autoload": { |
@@ -2501,7 +2567,7 @@ | @@ -2501,7 +2567,7 @@ | ||
2501 | "testing", | 2567 | "testing", |
2502 | "xunit" | 2568 | "xunit" |
2503 | ], | 2569 | ], |
2504 | - "time": "2016-05-27 16:24:29" | 2570 | + "time": "2016-07-26 14:39:29" |
2505 | }, | 2571 | }, |
2506 | { | 2572 | { |
2507 | "name": "phpunit/php-file-iterator", | 2573 | "name": "phpunit/php-file-iterator", |
@@ -2686,35 +2752,35 @@ | @@ -2686,35 +2752,35 @@ | ||
2686 | }, | 2752 | }, |
2687 | { | 2753 | { |
2688 | "name": "phpunit/phpunit", | 2754 | "name": "phpunit/phpunit", |
2689 | - "version": "5.3.5", | 2755 | + "version": "5.6.1", |
2690 | "source": { | 2756 | "source": { |
2691 | "type": "git", | 2757 | "type": "git", |
2692 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 2758 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
2693 | - "reference": "08c513bfcab57f3dd72f5214c1c3940439fae7fe" | 2759 | + "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7" |
2694 | }, | 2760 | }, |
2695 | "dist": { | 2761 | "dist": { |
2696 | "type": "zip", | 2762 | "type": "zip", |
2697 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/08c513bfcab57f3dd72f5214c1c3940439fae7fe", | ||
2698 | - "reference": "08c513bfcab57f3dd72f5214c1c3940439fae7fe", | 2763 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60c32c5b5e79c2248001efa2560f831da11cc2d7", |
2764 | + "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7", | ||
2699 | "shasum": "" | 2765 | "shasum": "" |
2700 | }, | 2766 | }, |
2701 | "require": { | 2767 | "require": { |
2702 | "ext-dom": "*", | 2768 | "ext-dom": "*", |
2703 | "ext-json": "*", | 2769 | "ext-json": "*", |
2704 | - "ext-pcre": "*", | ||
2705 | - "ext-reflection": "*", | ||
2706 | - "ext-spl": "*", | 2770 | + "ext-libxml": "*", |
2771 | + "ext-mbstring": "*", | ||
2772 | + "ext-xml": "*", | ||
2707 | "myclabs/deep-copy": "~1.3", | 2773 | "myclabs/deep-copy": "~1.3", |
2708 | "php": "^5.6 || ^7.0", | 2774 | "php": "^5.6 || ^7.0", |
2709 | "phpspec/prophecy": "^1.3.1", | 2775 | "phpspec/prophecy": "^1.3.1", |
2710 | - "phpunit/php-code-coverage": ">=3.3.0,<4.0.0", | 2776 | + "phpunit/php-code-coverage": "^4.0.1", |
2711 | "phpunit/php-file-iterator": "~1.4", | 2777 | "phpunit/php-file-iterator": "~1.4", |
2712 | "phpunit/php-text-template": "~1.2", | 2778 | "phpunit/php-text-template": "~1.2", |
2713 | "phpunit/php-timer": "^1.0.6", | 2779 | "phpunit/php-timer": "^1.0.6", |
2714 | - "phpunit/phpunit-mock-objects": ">=3.1.0,<3.2.0", | 2780 | + "phpunit/phpunit-mock-objects": "^3.2", |
2715 | "sebastian/comparator": "~1.1", | 2781 | "sebastian/comparator": "~1.1", |
2716 | "sebastian/diff": "~1.2", | 2782 | "sebastian/diff": "~1.2", |
2717 | - "sebastian/environment": "~1.3", | 2783 | + "sebastian/environment": "^1.3 || ^2.0", |
2718 | "sebastian/exporter": "~1.2", | 2784 | "sebastian/exporter": "~1.2", |
2719 | "sebastian/global-state": "~1.0", | 2785 | "sebastian/global-state": "~1.0", |
2720 | "sebastian/object-enumerator": "~1.0", | 2786 | "sebastian/object-enumerator": "~1.0", |
@@ -2722,7 +2788,14 @@ | @@ -2722,7 +2788,14 @@ | ||
2722 | "sebastian/version": "~1.0|~2.0", | 2788 | "sebastian/version": "~1.0|~2.0", |
2723 | "symfony/yaml": "~2.1|~3.0" | 2789 | "symfony/yaml": "~2.1|~3.0" |
2724 | }, | 2790 | }, |
2791 | + "conflict": { | ||
2792 | + "phpdocumentor/reflection-docblock": "3.0.2" | ||
2793 | + }, | ||
2794 | + "require-dev": { | ||
2795 | + "ext-pdo": "*" | ||
2796 | + }, | ||
2725 | "suggest": { | 2797 | "suggest": { |
2798 | + "ext-xdebug": "*", | ||
2726 | "phpunit/php-invoker": "~1.1" | 2799 | "phpunit/php-invoker": "~1.1" |
2727 | }, | 2800 | }, |
2728 | "bin": [ | 2801 | "bin": [ |
@@ -2731,7 +2804,7 @@ | @@ -2731,7 +2804,7 @@ | ||
2731 | "type": "library", | 2804 | "type": "library", |
2732 | "extra": { | 2805 | "extra": { |
2733 | "branch-alias": { | 2806 | "branch-alias": { |
2734 | - "dev-master": "5.3.x-dev" | 2807 | + "dev-master": "5.6.x-dev" |
2735 | } | 2808 | } |
2736 | }, | 2809 | }, |
2737 | "autoload": { | 2810 | "autoload": { |
@@ -2757,30 +2830,33 @@ | @@ -2757,30 +2830,33 @@ | ||
2757 | "testing", | 2830 | "testing", |
2758 | "xunit" | 2831 | "xunit" |
2759 | ], | 2832 | ], |
2760 | - "time": "2016-06-03 09:42:56" | 2833 | + "time": "2016-10-07 13:03:26" |
2761 | }, | 2834 | }, |
2762 | { | 2835 | { |
2763 | "name": "phpunit/phpunit-mock-objects", | 2836 | "name": "phpunit/phpunit-mock-objects", |
2764 | - "version": "3.1.3", | 2837 | + "version": "3.3.1", |
2765 | "source": { | 2838 | "source": { |
2766 | "type": "git", | 2839 | "type": "git", |
2767 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | 2840 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
2768 | - "reference": "151c96874bff6fe61a25039df60e776613a61489" | 2841 | + "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902" |
2769 | }, | 2842 | }, |
2770 | "dist": { | 2843 | "dist": { |
2771 | "type": "zip", | 2844 | "type": "zip", |
2772 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489", | ||
2773 | - "reference": "151c96874bff6fe61a25039df60e776613a61489", | 2845 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/03500345483e1e17b52e2e4d34a89c9408ab2902", |
2846 | + "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902", | ||
2774 | "shasum": "" | 2847 | "shasum": "" |
2775 | }, | 2848 | }, |
2776 | "require": { | 2849 | "require": { |
2777 | "doctrine/instantiator": "^1.0.2", | 2850 | "doctrine/instantiator": "^1.0.2", |
2778 | - "php": ">=5.6", | ||
2779 | - "phpunit/php-text-template": "~1.2", | ||
2780 | - "sebastian/exporter": "~1.2" | 2851 | + "php": "^5.6 || ^7.0", |
2852 | + "phpunit/php-text-template": "^1.2", | ||
2853 | + "sebastian/exporter": "^1.2" | ||
2854 | + }, | ||
2855 | + "conflict": { | ||
2856 | + "phpunit/phpunit": "<5.4.0" | ||
2781 | }, | 2857 | }, |
2782 | "require-dev": { | 2858 | "require-dev": { |
2783 | - "phpunit/phpunit": "~5" | 2859 | + "phpunit/phpunit": "^5.4" |
2784 | }, | 2860 | }, |
2785 | "suggest": { | 2861 | "suggest": { |
2786 | "ext-soap": "*" | 2862 | "ext-soap": "*" |
@@ -2788,7 +2864,7 @@ | @@ -2788,7 +2864,7 @@ | ||
2788 | "type": "library", | 2864 | "type": "library", |
2789 | "extra": { | 2865 | "extra": { |
2790 | "branch-alias": { | 2866 | "branch-alias": { |
2791 | - "dev-master": "3.1.x-dev" | 2867 | + "dev-master": "3.2.x-dev" |
2792 | } | 2868 | } |
2793 | }, | 2869 | }, |
2794 | "autoload": { | 2870 | "autoload": { |
@@ -2813,7 +2889,7 @@ | @@ -2813,7 +2889,7 @@ | ||
2813 | "mock", | 2889 | "mock", |
2814 | "xunit" | 2890 | "xunit" |
2815 | ], | 2891 | ], |
2816 | - "time": "2016-04-20 14:39:26" | 2892 | + "time": "2016-10-04 11:03:26" |
2817 | }, | 2893 | }, |
2818 | { | 2894 | { |
2819 | "name": "psr/http-message", | 2895 | "name": "psr/http-message", |
@@ -2866,34 +2942,31 @@ | @@ -2866,34 +2942,31 @@ | ||
2866 | "time": "2016-08-06 14:39:51" | 2942 | "time": "2016-08-06 14:39:51" |
2867 | }, | 2943 | }, |
2868 | { | 2944 | { |
2869 | - "name": "rmrevin/yii2-comments", | ||
2870 | - "version": "1.4.4", | 2945 | + "name": "psr/log", |
2946 | + "version": "1.0.1", | ||
2871 | "source": { | 2947 | "source": { |
2872 | "type": "git", | 2948 | "type": "git", |
2873 | - "url": "https://github.com/rmrevin/yii2-comments.git", | ||
2874 | - "reference": "dfc463a37336a3fc7c39698b4b41b2c79f2fb56a" | 2949 | + "url": "https://github.com/php-fig/log.git", |
2950 | + "reference": "5277094ed527a1c4477177d102fe4c53551953e0" | ||
2875 | }, | 2951 | }, |
2876 | "dist": { | 2952 | "dist": { |
2877 | "type": "zip", | 2953 | "type": "zip", |
2878 | - "url": "https://api.github.com/repos/rmrevin/yii2-comments/zipball/dfc463a37336a3fc7c39698b4b41b2c79f2fb56a", | ||
2879 | - "reference": "dfc463a37336a3fc7c39698b4b41b2c79f2fb56a", | 2954 | + "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0", |
2955 | + "reference": "5277094ed527a1c4477177d102fe4c53551953e0", | ||
2880 | "shasum": "" | 2956 | "shasum": "" |
2881 | }, | 2957 | }, |
2882 | "require": { | 2958 | "require": { |
2883 | - "php": ">=5.4.0", | ||
2884 | - "rmrevin/yii2-fontawesome": "~2.10", | ||
2885 | - "yiisoft/yii2": "2.0.*" | 2959 | + "php": ">=5.3.0" |
2886 | }, | 2960 | }, |
2887 | - "type": "yii2-extension", | 2961 | + "type": "library", |
2888 | "extra": { | 2962 | "extra": { |
2889 | - "asset-installer-paths": { | ||
2890 | - "npm-asset-library": "vendor/npm", | ||
2891 | - "bower-asset-library": "vendor/bower" | 2963 | + "branch-alias": { |
2964 | + "dev-master": "1.0.x-dev" | ||
2892 | } | 2965 | } |
2893 | }, | 2966 | }, |
2894 | "autoload": { | 2967 | "autoload": { |
2895 | "psr-4": { | 2968 | "psr-4": { |
2896 | - "rmrevin\\yii\\module\\Comments\\": "" | 2969 | + "Psr\\Log\\": "Psr/Log/" |
2897 | } | 2970 | } |
2898 | }, | 2971 | }, |
2899 | "notification-url": "https://packagist.org/downloads/", | 2972 | "notification-url": "https://packagist.org/downloads/", |
@@ -2902,19 +2975,18 @@ | @@ -2902,19 +2975,18 @@ | ||
2902 | ], | 2975 | ], |
2903 | "authors": [ | 2976 | "authors": [ |
2904 | { | 2977 | { |
2905 | - "name": "Roman Revin", | ||
2906 | - "email": "xgismox@gmail.com", | ||
2907 | - "homepage": "http://rmrevin.ru/" | 2978 | + "name": "PHP-FIG", |
2979 | + "homepage": "http://www.php-fig.org/" | ||
2908 | } | 2980 | } |
2909 | ], | 2981 | ], |
2910 | - "description": "Comments module for Yii2", | 2982 | + "description": "Common interface for logging libraries", |
2983 | + "homepage": "https://github.com/php-fig/log", | ||
2911 | "keywords": [ | 2984 | "keywords": [ |
2912 | - "comment", | ||
2913 | - "module", | ||
2914 | - "widget", | ||
2915 | - "yii" | 2985 | + "log", |
2986 | + "psr", | ||
2987 | + "psr-3" | ||
2916 | ], | 2988 | ], |
2917 | - "time": "2016-06-27 10:30:28" | 2989 | + "time": "2016-09-19 16:02:08" |
2918 | }, | 2990 | }, |
2919 | { | 2991 | { |
2920 | "name": "rmrevin/yii2-fontawesome", | 2992 | "name": "rmrevin/yii2-fontawesome", |
@@ -3531,16 +3603,16 @@ | @@ -3531,16 +3603,16 @@ | ||
3531 | }, | 3603 | }, |
3532 | { | 3604 | { |
3533 | "name": "studio-42/elfinder", | 3605 | "name": "studio-42/elfinder", |
3534 | - "version": "2.1.14", | 3606 | + "version": "2.1.15", |
3535 | "source": { | 3607 | "source": { |
3536 | "type": "git", | 3608 | "type": "git", |
3537 | "url": "https://github.com/Studio-42/elFinder.git", | 3609 | "url": "https://github.com/Studio-42/elFinder.git", |
3538 | - "reference": "02c19ae09a36ec83a837b28eb5b232f5ce7b0bd9" | 3610 | + "reference": "2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81" |
3539 | }, | 3611 | }, |
3540 | "dist": { | 3612 | "dist": { |
3541 | "type": "zip", | 3613 | "type": "zip", |
3542 | - "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/02c19ae09a36ec83a837b28eb5b232f5ce7b0bd9", | ||
3543 | - "reference": "02c19ae09a36ec83a837b28eb5b232f5ce7b0bd9", | 3614 | + "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81", |
3615 | + "reference": "2370a0af78b4ca0f028bacb3fb9c3d092ff0ae81", | ||
3544 | "shasum": "" | 3616 | "shasum": "" |
3545 | }, | 3617 | }, |
3546 | "require": { | 3618 | "require": { |
@@ -3585,7 +3657,7 @@ | @@ -3585,7 +3657,7 @@ | ||
3585 | ], | 3657 | ], |
3586 | "description": "File manager for web", | 3658 | "description": "File manager for web", |
3587 | "homepage": "http://elfinder.org", | 3659 | "homepage": "http://elfinder.org", |
3588 | - "time": "2016-07-25 00:34:19" | 3660 | + "time": "2016-09-12 01:53:22" |
3589 | }, | 3661 | }, |
3590 | { | 3662 | { |
3591 | "name": "swiftmailer/swiftmailer", | 3663 | "name": "swiftmailer/swiftmailer", |
@@ -3642,25 +3714,25 @@ | @@ -3642,25 +3714,25 @@ | ||
3642 | }, | 3714 | }, |
3643 | { | 3715 | { |
3644 | "name": "symfony/browser-kit", | 3716 | "name": "symfony/browser-kit", |
3645 | - "version": "v2.8.11", | 3717 | + "version": "v3.1.5", |
3646 | "source": { | 3718 | "source": { |
3647 | "type": "git", | 3719 | "type": "git", |
3648 | "url": "https://github.com/symfony/browser-kit.git", | 3720 | "url": "https://github.com/symfony/browser-kit.git", |
3649 | - "reference": "165bf6d1e72cd72f2fe170a070aa2a1f17f2d744" | 3721 | + "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc" |
3650 | }, | 3722 | }, |
3651 | "dist": { | 3723 | "dist": { |
3652 | "type": "zip", | 3724 | "type": "zip", |
3653 | - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/165bf6d1e72cd72f2fe170a070aa2a1f17f2d744", | ||
3654 | - "reference": "165bf6d1e72cd72f2fe170a070aa2a1f17f2d744", | 3725 | + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/901319a31c9b3cee7857b4aeeb81b5d64dfa34fc", |
3726 | + "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc", | ||
3655 | "shasum": "" | 3727 | "shasum": "" |
3656 | }, | 3728 | }, |
3657 | "require": { | 3729 | "require": { |
3658 | - "php": ">=5.3.9", | ||
3659 | - "symfony/dom-crawler": "~2.1|~3.0.0" | 3730 | + "php": ">=5.5.9", |
3731 | + "symfony/dom-crawler": "~2.8|~3.0" | ||
3660 | }, | 3732 | }, |
3661 | "require-dev": { | 3733 | "require-dev": { |
3662 | - "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", | ||
3663 | - "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0" | 3734 | + "symfony/css-selector": "~2.8|~3.0", |
3735 | + "symfony/process": "~2.8|~3.0" | ||
3664 | }, | 3736 | }, |
3665 | "suggest": { | 3737 | "suggest": { |
3666 | "symfony/process": "" | 3738 | "symfony/process": "" |
@@ -3668,7 +3740,7 @@ | @@ -3668,7 +3740,7 @@ | ||
3668 | "type": "library", | 3740 | "type": "library", |
3669 | "extra": { | 3741 | "extra": { |
3670 | "branch-alias": { | 3742 | "branch-alias": { |
3671 | - "dev-master": "2.8-dev" | 3743 | + "dev-master": "3.1-dev" |
3672 | } | 3744 | } |
3673 | }, | 3745 | }, |
3674 | "autoload": { | 3746 | "autoload": { |
@@ -3695,24 +3767,25 @@ | @@ -3695,24 +3767,25 @@ | ||
3695 | ], | 3767 | ], |
3696 | "description": "Symfony BrowserKit Component", | 3768 | "description": "Symfony BrowserKit Component", |
3697 | "homepage": "https://symfony.com", | 3769 | "homepage": "https://symfony.com", |
3698 | - "time": "2016-09-06 10:55:00" | 3770 | + "time": "2016-09-06 11:02:40" |
3699 | }, | 3771 | }, |
3700 | { | 3772 | { |
3701 | "name": "symfony/console", | 3773 | "name": "symfony/console", |
3702 | - "version": "v3.1.4", | 3774 | + "version": "v3.1.5", |
3703 | "source": { | 3775 | "source": { |
3704 | "type": "git", | 3776 | "type": "git", |
3705 | "url": "https://github.com/symfony/console.git", | 3777 | "url": "https://github.com/symfony/console.git", |
3706 | - "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563" | 3778 | + "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0" |
3707 | }, | 3779 | }, |
3708 | "dist": { | 3780 | "dist": { |
3709 | "type": "zip", | 3781 | "type": "zip", |
3710 | - "url": "https://api.github.com/repos/symfony/console/zipball/8ea494c34f0f772c3954b5fbe00bffc5a435e563", | ||
3711 | - "reference": "8ea494c34f0f772c3954b5fbe00bffc5a435e563", | 3782 | + "url": "https://api.github.com/repos/symfony/console/zipball/6cb0872fb57b38b3b09ff213c21ed693956b9eb0", |
3783 | + "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0", | ||
3712 | "shasum": "" | 3784 | "shasum": "" |
3713 | }, | 3785 | }, |
3714 | "require": { | 3786 | "require": { |
3715 | "php": ">=5.5.9", | 3787 | "php": ">=5.5.9", |
3788 | + "symfony/debug": "~2.8|~3.0", | ||
3716 | "symfony/polyfill-mbstring": "~1.0" | 3789 | "symfony/polyfill-mbstring": "~1.0" |
3717 | }, | 3790 | }, |
3718 | "require-dev": { | 3791 | "require-dev": { |
@@ -3755,39 +3828,38 @@ | @@ -3755,39 +3828,38 @@ | ||
3755 | ], | 3828 | ], |
3756 | "description": "Symfony Console Component", | 3829 | "description": "Symfony Console Component", |
3757 | "homepage": "https://symfony.com", | 3830 | "homepage": "https://symfony.com", |
3758 | - "time": "2016-08-19 06:48:39" | 3831 | + "time": "2016-09-28 00:11:12" |
3759 | }, | 3832 | }, |
3760 | { | 3833 | { |
3761 | "name": "symfony/css-selector", | 3834 | "name": "symfony/css-selector", |
3762 | - "version": "v2.6.13", | ||
3763 | - "target-dir": "Symfony/Component/CssSelector", | 3835 | + "version": "v3.1.5", |
3764 | "source": { | 3836 | "source": { |
3765 | "type": "git", | 3837 | "type": "git", |
3766 | "url": "https://github.com/symfony/css-selector.git", | 3838 | "url": "https://github.com/symfony/css-selector.git", |
3767 | - "reference": "560e446b93883050a5874908652e8e912e8cbe44" | 3839 | + "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac" |
3768 | }, | 3840 | }, |
3769 | "dist": { | 3841 | "dist": { |
3770 | "type": "zip", | 3842 | "type": "zip", |
3771 | - "url": "https://api.github.com/repos/symfony/css-selector/zipball/560e446b93883050a5874908652e8e912e8cbe44", | ||
3772 | - "reference": "560e446b93883050a5874908652e8e912e8cbe44", | 3843 | + "url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac", |
3844 | + "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac", | ||
3773 | "shasum": "" | 3845 | "shasum": "" |
3774 | }, | 3846 | }, |
3775 | "require": { | 3847 | "require": { |
3776 | - "php": ">=5.3.3" | ||
3777 | - }, | ||
3778 | - "require-dev": { | ||
3779 | - "symfony/phpunit-bridge": "~2.7" | 3848 | + "php": ">=5.5.9" |
3780 | }, | 3849 | }, |
3781 | "type": "library", | 3850 | "type": "library", |
3782 | "extra": { | 3851 | "extra": { |
3783 | "branch-alias": { | 3852 | "branch-alias": { |
3784 | - "dev-master": "2.6-dev" | 3853 | + "dev-master": "3.1-dev" |
3785 | } | 3854 | } |
3786 | }, | 3855 | }, |
3787 | "autoload": { | 3856 | "autoload": { |
3788 | - "psr-0": { | 3857 | + "psr-4": { |
3789 | "Symfony\\Component\\CssSelector\\": "" | 3858 | "Symfony\\Component\\CssSelector\\": "" |
3790 | - } | 3859 | + }, |
3860 | + "exclude-from-classmap": [ | ||
3861 | + "/Tests/" | ||
3862 | + ] | ||
3791 | }, | 3863 | }, |
3792 | "notification-url": "https://packagist.org/downloads/", | 3864 | "notification-url": "https://packagist.org/downloads/", |
3793 | "license": [ | 3865 | "license": [ |
@@ -3809,29 +3881,85 @@ | @@ -3809,29 +3881,85 @@ | ||
3809 | ], | 3881 | ], |
3810 | "description": "Symfony CssSelector Component", | 3882 | "description": "Symfony CssSelector Component", |
3811 | "homepage": "https://symfony.com", | 3883 | "homepage": "https://symfony.com", |
3812 | - "time": "2015-05-15 13:32:45" | 3884 | + "time": "2016-09-06 11:02:40" |
3885 | + }, | ||
3886 | + { | ||
3887 | + "name": "symfony/debug", | ||
3888 | + "version": "v3.1.5", | ||
3889 | + "source": { | ||
3890 | + "type": "git", | ||
3891 | + "url": "https://github.com/symfony/debug.git", | ||
3892 | + "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" | ||
3893 | + }, | ||
3894 | + "dist": { | ||
3895 | + "type": "zip", | ||
3896 | + "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", | ||
3897 | + "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", | ||
3898 | + "shasum": "" | ||
3899 | + }, | ||
3900 | + "require": { | ||
3901 | + "php": ">=5.5.9", | ||
3902 | + "psr/log": "~1.0" | ||
3903 | + }, | ||
3904 | + "conflict": { | ||
3905 | + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | ||
3906 | + }, | ||
3907 | + "require-dev": { | ||
3908 | + "symfony/class-loader": "~2.8|~3.0", | ||
3909 | + "symfony/http-kernel": "~2.8|~3.0" | ||
3910 | + }, | ||
3911 | + "type": "library", | ||
3912 | + "extra": { | ||
3913 | + "branch-alias": { | ||
3914 | + "dev-master": "3.1-dev" | ||
3915 | + } | ||
3916 | + }, | ||
3917 | + "autoload": { | ||
3918 | + "psr-4": { | ||
3919 | + "Symfony\\Component\\Debug\\": "" | ||
3920 | + }, | ||
3921 | + "exclude-from-classmap": [ | ||
3922 | + "/Tests/" | ||
3923 | + ] | ||
3924 | + }, | ||
3925 | + "notification-url": "https://packagist.org/downloads/", | ||
3926 | + "license": [ | ||
3927 | + "MIT" | ||
3928 | + ], | ||
3929 | + "authors": [ | ||
3930 | + { | ||
3931 | + "name": "Fabien Potencier", | ||
3932 | + "email": "fabien@symfony.com" | ||
3933 | + }, | ||
3934 | + { | ||
3935 | + "name": "Symfony Community", | ||
3936 | + "homepage": "https://symfony.com/contributors" | ||
3937 | + } | ||
3938 | + ], | ||
3939 | + "description": "Symfony Debug Component", | ||
3940 | + "homepage": "https://symfony.com", | ||
3941 | + "time": "2016-09-06 11:02:40" | ||
3813 | }, | 3942 | }, |
3814 | { | 3943 | { |
3815 | "name": "symfony/dom-crawler", | 3944 | "name": "symfony/dom-crawler", |
3816 | - "version": "v2.6.13", | ||
3817 | - "target-dir": "Symfony/Component/DomCrawler", | 3945 | + "version": "v3.1.5", |
3818 | "source": { | 3946 | "source": { |
3819 | "type": "git", | 3947 | "type": "git", |
3820 | "url": "https://github.com/symfony/dom-crawler.git", | 3948 | "url": "https://github.com/symfony/dom-crawler.git", |
3821 | - "reference": "301fca88f26fb57f5ea4020d3abf78d046e5c0ee" | 3949 | + "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7" |
3822 | }, | 3950 | }, |
3823 | "dist": { | 3951 | "dist": { |
3824 | "type": "zip", | 3952 | "type": "zip", |
3825 | - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/301fca88f26fb57f5ea4020d3abf78d046e5c0ee", | ||
3826 | - "reference": "301fca88f26fb57f5ea4020d3abf78d046e5c0ee", | 3953 | + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb7395e8b1db3654de82b9f35d019958276de4d7", |
3954 | + "reference": "bb7395e8b1db3654de82b9f35d019958276de4d7", | ||
3827 | "shasum": "" | 3955 | "shasum": "" |
3828 | }, | 3956 | }, |
3829 | "require": { | 3957 | "require": { |
3830 | - "php": ">=5.3.3" | 3958 | + "php": ">=5.5.9", |
3959 | + "symfony/polyfill-mbstring": "~1.0" | ||
3831 | }, | 3960 | }, |
3832 | "require-dev": { | 3961 | "require-dev": { |
3833 | - "symfony/css-selector": "~2.3", | ||
3834 | - "symfony/phpunit-bridge": "~2.7" | 3962 | + "symfony/css-selector": "~2.8|~3.0" |
3835 | }, | 3963 | }, |
3836 | "suggest": { | 3964 | "suggest": { |
3837 | "symfony/css-selector": "" | 3965 | "symfony/css-selector": "" |
@@ -3839,13 +3967,16 @@ | @@ -3839,13 +3967,16 @@ | ||
3839 | "type": "library", | 3967 | "type": "library", |
3840 | "extra": { | 3968 | "extra": { |
3841 | "branch-alias": { | 3969 | "branch-alias": { |
3842 | - "dev-master": "2.6-dev" | 3970 | + "dev-master": "3.1-dev" |
3843 | } | 3971 | } |
3844 | }, | 3972 | }, |
3845 | "autoload": { | 3973 | "autoload": { |
3846 | - "psr-0": { | 3974 | + "psr-4": { |
3847 | "Symfony\\Component\\DomCrawler\\": "" | 3975 | "Symfony\\Component\\DomCrawler\\": "" |
3848 | - } | 3976 | + }, |
3977 | + "exclude-from-classmap": [ | ||
3978 | + "/Tests/" | ||
3979 | + ] | ||
3849 | }, | 3980 | }, |
3850 | "notification-url": "https://packagist.org/downloads/", | 3981 | "notification-url": "https://packagist.org/downloads/", |
3851 | "license": [ | 3982 | "license": [ |
@@ -3863,11 +3994,11 @@ | @@ -3863,11 +3994,11 @@ | ||
3863 | ], | 3994 | ], |
3864 | "description": "Symfony DomCrawler Component", | 3995 | "description": "Symfony DomCrawler Component", |
3865 | "homepage": "https://symfony.com", | 3996 | "homepage": "https://symfony.com", |
3866 | - "time": "2015-07-09 16:02:48" | 3997 | + "time": "2016-08-05 08:37:39" |
3867 | }, | 3998 | }, |
3868 | { | 3999 | { |
3869 | "name": "symfony/event-dispatcher", | 4000 | "name": "symfony/event-dispatcher", |
3870 | - "version": "v3.1.4", | 4001 | + "version": "v3.1.5", |
3871 | "source": { | 4002 | "source": { |
3872 | "type": "git", | 4003 | "type": "git", |
3873 | "url": "https://github.com/symfony/event-dispatcher.git", | 4004 | "url": "https://github.com/symfony/event-dispatcher.git", |
@@ -3927,16 +4058,16 @@ | @@ -3927,16 +4058,16 @@ | ||
3927 | }, | 4058 | }, |
3928 | { | 4059 | { |
3929 | "name": "symfony/finder", | 4060 | "name": "symfony/finder", |
3930 | - "version": "v3.1.4", | 4061 | + "version": "v3.1.5", |
3931 | "source": { | 4062 | "source": { |
3932 | "type": "git", | 4063 | "type": "git", |
3933 | "url": "https://github.com/symfony/finder.git", | 4064 | "url": "https://github.com/symfony/finder.git", |
3934 | - "reference": "e568ef1784f447a0e54dcb6f6de30b9747b0f577" | 4065 | + "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f" |
3935 | }, | 4066 | }, |
3936 | "dist": { | 4067 | "dist": { |
3937 | "type": "zip", | 4068 | "type": "zip", |
3938 | - "url": "https://api.github.com/repos/symfony/finder/zipball/e568ef1784f447a0e54dcb6f6de30b9747b0f577", | ||
3939 | - "reference": "e568ef1784f447a0e54dcb6f6de30b9747b0f577", | 4069 | + "url": "https://api.github.com/repos/symfony/finder/zipball/205b5ffbb518a98ba2ae60a52656c4a31ab00c6f", |
4070 | + "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f", | ||
3940 | "shasum": "" | 4071 | "shasum": "" |
3941 | }, | 4072 | }, |
3942 | "require": { | 4073 | "require": { |
@@ -3972,7 +4103,7 @@ | @@ -3972,7 +4103,7 @@ | ||
3972 | ], | 4103 | ], |
3973 | "description": "Symfony Finder Component", | 4104 | "description": "Symfony Finder Component", |
3974 | "homepage": "https://symfony.com", | 4105 | "homepage": "https://symfony.com", |
3975 | - "time": "2016-08-26 12:04:02" | 4106 | + "time": "2016-09-28 00:11:12" |
3976 | }, | 4107 | }, |
3977 | { | 4108 | { |
3978 | "name": "symfony/polyfill-mbstring", | 4109 | "name": "symfony/polyfill-mbstring", |
@@ -4035,16 +4166,16 @@ | @@ -4035,16 +4166,16 @@ | ||
4035 | }, | 4166 | }, |
4036 | { | 4167 | { |
4037 | "name": "symfony/yaml", | 4168 | "name": "symfony/yaml", |
4038 | - "version": "v3.1.4", | 4169 | + "version": "v3.1.5", |
4039 | "source": { | 4170 | "source": { |
4040 | "type": "git", | 4171 | "type": "git", |
4041 | "url": "https://github.com/symfony/yaml.git", | 4172 | "url": "https://github.com/symfony/yaml.git", |
4042 | - "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d" | 4173 | + "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3" |
4043 | }, | 4174 | }, |
4044 | "dist": { | 4175 | "dist": { |
4045 | "type": "zip", | 4176 | "type": "zip", |
4046 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/f291ed25eb1435bddbe8a96caaef16469c2a092d", | ||
4047 | - "reference": "f291ed25eb1435bddbe8a96caaef16469c2a092d", | 4177 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3", |
4178 | + "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3", | ||
4048 | "shasum": "" | 4179 | "shasum": "" |
4049 | }, | 4180 | }, |
4050 | "require": { | 4181 | "require": { |
@@ -4080,20 +4211,20 @@ | @@ -4080,20 +4211,20 @@ | ||
4080 | ], | 4211 | ], |
4081 | "description": "Symfony Yaml Component", | 4212 | "description": "Symfony Yaml Component", |
4082 | "homepage": "https://symfony.com", | 4213 | "homepage": "https://symfony.com", |
4083 | - "time": "2016-09-02 02:12:52" | 4214 | + "time": "2016-09-25 08:27:07" |
4084 | }, | 4215 | }, |
4085 | { | 4216 | { |
4086 | "name": "unclead/yii2-multiple-input", | 4217 | "name": "unclead/yii2-multiple-input", |
4087 | - "version": "1.4.0", | 4218 | + "version": "1.4.1", |
4088 | "source": { | 4219 | "source": { |
4089 | "type": "git", | 4220 | "type": "git", |
4090 | "url": "https://github.com/unclead/yii2-multiple-input.git", | 4221 | "url": "https://github.com/unclead/yii2-multiple-input.git", |
4091 | - "reference": "7f3d8e9d75b62d6c23b762424308e311a19bf77d" | 4222 | + "reference": "157a7ddd8ae4f89cb632f6e0366f9a1df22d276c" |
4092 | }, | 4223 | }, |
4093 | "dist": { | 4224 | "dist": { |
4094 | "type": "zip", | 4225 | "type": "zip", |
4095 | - "url": "https://api.github.com/repos/unclead/yii2-multiple-input/zipball/7f3d8e9d75b62d6c23b762424308e311a19bf77d", | ||
4096 | - "reference": "7f3d8e9d75b62d6c23b762424308e311a19bf77d", | 4226 | + "url": "https://api.github.com/repos/unclead/yii2-multiple-input/zipball/157a7ddd8ae4f89cb632f6e0366f9a1df22d276c", |
4227 | + "reference": "157a7ddd8ae4f89cb632f6e0366f9a1df22d276c", | ||
4097 | "shasum": "" | 4228 | "shasum": "" |
4098 | }, | 4229 | }, |
4099 | "require": { | 4230 | "require": { |
@@ -4125,7 +4256,7 @@ | @@ -4125,7 +4256,7 @@ | ||
4125 | "yii2 multiple input", | 4256 | "yii2 multiple input", |
4126 | "yii2 tabular input" | 4257 | "yii2 tabular input" |
4127 | ], | 4258 | ], |
4128 | - "time": "2016-09-04 19:18:59" | 4259 | + "time": "2016-09-16 06:07:41" |
4129 | }, | 4260 | }, |
4130 | { | 4261 | { |
4131 | "name": "wbraganca/yii2-dynamicform", | 4262 | "name": "wbraganca/yii2-dynamicform", |
@@ -4133,21 +4264,18 @@ | @@ -4133,21 +4264,18 @@ | ||
4133 | "source": { | 4264 | "source": { |
4134 | "type": "git", | 4265 | "type": "git", |
4135 | "url": "https://github.com/wbraganca/yii2-dynamicform.git", | 4266 | "url": "https://github.com/wbraganca/yii2-dynamicform.git", |
4136 | - "reference": "049770e48bff426fb7aeb0e86690ee689c514c70" | 4267 | + "reference": "fa1fec069ce8262dcb359db8d3b849235ddf7781" |
4137 | }, | 4268 | }, |
4138 | "dist": { | 4269 | "dist": { |
4139 | "type": "zip", | 4270 | "type": "zip", |
4140 | - "url": "https://api.github.com/repos/wbraganca/yii2-dynamicform/zipball/049770e48bff426fb7aeb0e86690ee689c514c70", | ||
4141 | - "reference": "049770e48bff426fb7aeb0e86690ee689c514c70", | 4271 | + "url": "https://api.github.com/repos/wbraganca/yii2-dynamicform/zipball/fa1fec069ce8262dcb359db8d3b849235ddf7781", |
4272 | + "reference": "fa1fec069ce8262dcb359db8d3b849235ddf7781", | ||
4142 | "shasum": "" | 4273 | "shasum": "" |
4143 | }, | 4274 | }, |
4144 | "require": { | 4275 | "require": { |
4145 | - "symfony/css-selector": "~2.6.6", | ||
4146 | - "symfony/dom-crawler": "~2.6.6", | ||
4147 | - "yiisoft/yii2": "~2.0.0" | ||
4148 | - }, | ||
4149 | - "require-dev": { | ||
4150 | - "yiisoft/yii2-codeception": "*" | 4276 | + "symfony/css-selector": "~2.8|~3.0", |
4277 | + "symfony/dom-crawler": "~2.8|~3.0", | ||
4278 | + "yiisoft/yii2": "~2.0.5" | ||
4151 | }, | 4279 | }, |
4152 | "type": "yii2-extension", | 4280 | "type": "yii2-extension", |
4153 | "autoload": { | 4281 | "autoload": { |
@@ -4176,7 +4304,7 @@ | @@ -4176,7 +4304,7 @@ | ||
4176 | "yii2 dynamic form", | 4304 | "yii2 dynamic form", |
4177 | "yii2-dynamicform" | 4305 | "yii2-dynamicform" |
4178 | ], | 4306 | ], |
4179 | - "time": "2015-05-26 12:06:27" | 4307 | + "time": "2016-09-29 16:38:47" |
4180 | }, | 4308 | }, |
4181 | { | 4309 | { |
4182 | "name": "webmozart/assert", | 4310 | "name": "webmozart/assert", |
@@ -4519,21 +4647,21 @@ | @@ -4519,21 +4647,21 @@ | ||
4519 | }, | 4647 | }, |
4520 | { | 4648 | { |
4521 | "name": "yiisoft/yii2-swiftmailer", | 4649 | "name": "yiisoft/yii2-swiftmailer", |
4522 | - "version": "2.0.5", | 4650 | + "version": "2.0.6", |
4523 | "source": { | 4651 | "source": { |
4524 | "type": "git", | 4652 | "type": "git", |
4525 | "url": "https://github.com/yiisoft/yii2-swiftmailer.git", | 4653 | "url": "https://github.com/yiisoft/yii2-swiftmailer.git", |
4526 | - "reference": "e2c6315caff30a9271a7afad4d684627721dc69a" | 4654 | + "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5" |
4527 | }, | 4655 | }, |
4528 | "dist": { | 4656 | "dist": { |
4529 | "type": "zip", | 4657 | "type": "zip", |
4530 | - "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/e2c6315caff30a9271a7afad4d684627721dc69a", | ||
4531 | - "reference": "e2c6315caff30a9271a7afad4d684627721dc69a", | 4658 | + "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/26b900767f1031ff3a4668dfa36c10595875f0a5", |
4659 | + "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5", | ||
4532 | "shasum": "" | 4660 | "shasum": "" |
4533 | }, | 4661 | }, |
4534 | "require": { | 4662 | "require": { |
4535 | "swiftmailer/swiftmailer": "~5.0", | 4663 | "swiftmailer/swiftmailer": "~5.0", |
4536 | - "yiisoft/yii2": ">=2.0.4" | 4664 | + "yiisoft/yii2": "~2.0.4" |
4537 | }, | 4665 | }, |
4538 | "type": "yii2-extension", | 4666 | "type": "yii2-extension", |
4539 | "extra": { | 4667 | "extra": { |
@@ -4565,7 +4693,7 @@ | @@ -4565,7 +4693,7 @@ | ||
4565 | "swiftmailer", | 4693 | "swiftmailer", |
4566 | "yii2" | 4694 | "yii2" |
4567 | ], | 4695 | ], |
4568 | - "time": "2016-03-17 03:58:49" | 4696 | + "time": "2016-09-09 11:48:11" |
4569 | }, | 4697 | }, |
4570 | { | 4698 | { |
4571 | "name": "yurkinx/yii2-image", | 4699 | "name": "yurkinx/yii2-image", |