Commit 00ff25487220f51535f3faf4915fb662430132c0

Authored by Yarik
1 parent 80ce2a9b

First commit

backend/config/main.php
... ... @@ -51,6 +51,7 @@
51 51 'viewPath' => '@artbox/webcomment/views/manage',
52 52 ],
53 53 'export' => 'artbox\catalog\controllers\ExportController',
  54 + 'odoo' => 'artbox\odoo\controllers\OdooController',
54 55 ],
55 56 'components' => [
56 57 'assetManager' => [
... ...
common/config/settings.php
... ... @@ -2,31 +2,29 @@
2 2  
3 3 return [
4 4 1 => [
5   - 'phone' => '+38 (044) 593-73-76',
6   - 'phone2' => '+38 (098) 468-07-64',
7   - 'skype' => 'artwebstudio',
8   - 'email' => 'artweb.ua@gmail.com',
9   - 'house' => '1-М',
10   - 'street' => 'пр. М. Бажана',
11   - 'office' => '25',
12   - 'city' => 'Киев',
13   - 'country' => 'Украина',
14   - 'lat' => '50.403696',
15   - 'lon' => '30.641481',
16   - 'facebook' => 'https://www.facebook.com/ArtWeb.ua/',
17   - 'vk' => 'https://vk.com/artwebua',
18   - 'ok' => 'https://ok.ru/artwebua',
19   - 'google' => 'https://plus.google.com/+ArtwebUaAgency',
20   - 'twitter' => 'https://twitter.com/ArtWeb_ua',
21   - 'name' => 'Artweb',
  5 + 'phone' => '',
  6 + 'phone2' => '',
  7 + 'skype' => '',
  8 + 'email' => '',
  9 + 'house' => '',
  10 + 'street' => '',
  11 + 'office' => '',
  12 + 'city' => '',
  13 + 'country' => '',
  14 + 'lat' => '',
  15 + 'lon' => '',
  16 + 'facebook' => '',
  17 + 'vk' => '',
  18 + 'ok' => '',
  19 + 'google' => '',
  20 + 'twitter' => '',
  21 + 'name' => '',
22 22 'logo' => '',
23   - 'about' => 'Строим бизнес в онлайне',
24   - 'analytics_key' => '119240817',
25   - 'robots' => 'User-agent: Google
26   -Disallow:
27   -',
28   - 'ga_code' => '796967',
29   - 'ya_code' => '08908908',
  23 + 'about' => '',
  24 + 'analytics_key' => '',
  25 + 'robots' => '',
  26 + 'ga_code' => '',
  27 + 'ya_code' => '',
30 28 'tag_manager' => '',
31 29 'id' => 1,
32 30 ],
... ...
composer.json
... ... @@ -84,7 +84,8 @@
84 84 "artbox\\catalog\\": "artweb/artbox-catalog/",
85 85 "artbox\\order\\": "artweb/artbox-order/",
86 86 "artbox\\weblog\\": "artweb/artbox-weblog/",
87   - "artbox\\webcomment\\": "artweb/artbox-webcomment/"
  87 + "artbox\\webcomment\\": "artweb/artbox-webcomment/",
  88 + "artbox\\odoo\\": "artweb/artbox-odoo/"
88 89 }
89 90 }
90 91 }
... ...
composer.lock
... ... @@ -4,8 +4,7 @@
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": "b4ab0fa1bc7e99726c7e1635f38493e3",
8   - "content-hash": "52908a2a90739d8e8c578f9e244ad8c8",
  7 + "content-hash": "4624ff7f1c9077cf5510f9d741f68a19",
9 8 "packages": [
10 9 {
11 10 "name": "2amigos/yii2-tinymce-widget",
... ... @@ -65,139 +64,7 @@
65 64 "yii 2",
66 65 "yii2"
67 66 ],
68   - "time": "2017-06-09 14:12:14"
69   - },
70   - {
71   - "name": "artweb/artbox-catalog",
72   - "version": "v0.0.5-stable",
73   - "source": {
74   - "type": "git",
75   - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-catalog.git",
76   - "reference": "b66f6abad89f2e402a41d584c1c5a67e5eff8ca9"
77   - },
78   - "require": {
79   - "artweb/artbox-core": "~0.0.1",
80   - "php": ">=7.0",
81   - "yiisoft/yii2": "~2.0"
82   - },
83   - "type": "yii2-extension",
84   - "autoload": {
85   - "psr-4": {
86   - "artbox\\catalog\\": ""
87   - }
88   - },
89   - "license": [
90   - "BSD-3-Clause"
91   - ],
92   - "description": "Artbox catalog extension",
93   - "time": "2017-06-23 12:25:08"
94   - },
95   - {
96   - "name": "artweb/artbox-core",
97   - "version": "v0.0.8-stable",
98   - "source": {
99   - "type": "git",
100   - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git",
101   - "reference": "becbaf610b959abbe6693a4b62b6933c3574cb1a"
102   - },
103   - "require": {
104   - "2amigos/yii2-tinymce-widget": "~1.0",
105   - "bower-asset/amcharts": "*",
106   - "kartik-v/yii2-widget-fileinput": "*",
107   - "php": ">=7.0",
108   - "yiisoft/yii2": "~2.0",
109   - "yiisoft/yii2-bootstrap": "~2.0",
110   - "yiisoft/yii2-imagine": "~2.0",
111   - "yiisoft/yii2-swiftmailer": "~2.0",
112   - "yiister/yii2-gentelella": "~1.0"
113   - },
114   - "type": "yii2-extension",
115   - "autoload": {
116   - "psr-4": {
117   - "artbox\\core\\": ""
118   - }
119   - },
120   - "license": [
121   - "BSD-3-Clause"
122   - ],
123   - "description": "Artbox core extension",
124   - "time": "2017-06-23 12:25:08"
125   - },
126   - {
127   - "name": "artweb/artbox-order",
128   - "version": "v0.0.3-stable",
129   - "source": {
130   - "type": "git",
131   - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-order.git",
132   - "reference": "e5e827a887bafa143cc49b06e6793b038a3434df"
133   - },
134   - "require": {
135   - "artweb/artbox-core": "~0.0.1",
136   - "php": ">=7.0",
137   - "yiisoft/yii2": "~2.0"
138   - },
139   - "type": "yii2-extension",
140   - "autoload": {
141   - "psr-4": {
142   - "artbox\\order\\": ""
143   - }
144   - },
145   - "license": [
146   - "BSD-3-Clause"
147   - ],
148   - "description": "Artbox order extension",
149   - "time": "2017-06-23 10:05:00"
150   - },
151   - {
152   - "name": "artweb/artbox-webcomment",
153   - "version": "v0.0.2-stable",
154   - "source": {
155   - "type": "git",
156   - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git",
157   - "reference": "30415cabe627fe1029e685168fd1f3a74344d280"
158   - },
159   - "require": {
160   - "artweb/artbox-catalog": "~0.0.1",
161   - "artweb/artbox-core": "~0.0.1",
162   - "php": ">=7.0",
163   - "yiisoft/yii2": "~2.0"
164   - },
165   - "type": "yii2-extension",
166   - "autoload": {
167   - "psr-4": {
168   - "artbox\\webcomment\\": ""
169   - }
170   - },
171   - "license": [
172   - "BSD-3-Clause"
173   - ],
174   - "description": "Artbox comment extension",
175   - "time": "2017-06-01 11:09:41"
176   - },
177   - {
178   - "name": "artweb/artbox-weblog",
179   - "version": "v0.0.3.stable",
180   - "source": {
181   - "type": "git",
182   - "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git",
183   - "reference": "933c16cbff2107f0b0f9fc4c278ef888966b5a81"
184   - },
185   - "require": {
186   - "php": ">=7.0",
187   - "yiisoft/yii2": "~2.0",
188   - "yiisoft/yii2-bootstrap": "~2.0"
189   - },
190   - "type": "yii2-extension",
191   - "autoload": {
192   - "psr-4": {
193   - "artbox\\weblog\\": ""
194   - }
195   - },
196   - "license": [
197   - "BSD-3-Clause"
198   - ],
199   - "description": "Artbox blog support extension",
200   - "time": "2017-06-23 11:52:22"
  67 + "time": "2017-06-09T14:12:14+00:00"
201 68 },
202 69 {
203 70 "name": "bower-asset/amcharts",
... ... @@ -215,7 +82,10 @@
215 82 },
216 83 "type": "bower-asset-library",
217 84 "extra": {
218   - "bower-asset-main": "./dist/amcharts/amcharts.js"
  85 + "bower-asset-main": "./dist/amcharts/amcharts.js",
  86 + "branch-alias": {
  87 + "dev-master": "3.18.5-dev"
  88 + }
219 89 },
220 90 "time": "2016-01-04 17:22:55"
221 91 },
... ... @@ -257,7 +127,7 @@
257 127 "shasum": ""
258 128 },
259 129 "require": {
260   - "bower-asset/jquery": ">=1.9.1,<=3"
  130 + "bower-asset/jquery": ">=1.9.1,<4.0"
261 131 },
262 132 "type": "bower-asset-library",
263 133 "extra": {
... ... @@ -707,7 +577,7 @@
707 577 "markdown",
708 578 "markdown-extra"
709 579 ],
710   - "time": "2016-09-14 20:40:20"
  580 + "time": "2016-09-14T20:40:20+00:00"
711 581 },
712 582 {
713 583 "name": "container-interop/container-interop",
... ... @@ -738,7 +608,7 @@
738 608 ],
739 609 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
740 610 "homepage": "https://github.com/container-interop/container-interop",
741   - "time": "2017-02-14 19:40:03"
  611 + "time": "2017-02-14T19:40:03+00:00"
742 612 },
743 613 {
744 614 "name": "darkaonline/ripcord",
... ... @@ -779,7 +649,7 @@
779 649 "xml",
780 650 "xmlrpc"
781 651 ],
782   - "time": "2017-05-24 05:49:36"
  652 + "time": "2017-05-24T05:49:36+00:00"
783 653 },
784 654 {
785 655 "name": "ezyang/htmlpurifier",
... ... @@ -826,7 +696,7 @@
826 696 "keywords": [
827 697 "html"
828 698 ],
829   - "time": "2017-06-03 02:28:16"
  699 + "time": "2017-06-03T02:28:16+00:00"
830 700 },
831 701 {
832 702 "name": "firebase/php-jwt",
... ... @@ -869,7 +739,7 @@
869 739 ],
870 740 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
871 741 "homepage": "https://github.com/firebase/php-jwt",
872   - "time": "2016-07-18 04:51:16"
  742 + "time": "2016-07-18T04:51:16+00:00"
873 743 },
874 744 {
875 745 "name": "fortawesome/font-awesome",
... ... @@ -917,27 +787,27 @@
917 787 "font",
918 788 "icon"
919 789 ],
920   - "time": "2016-10-24 15:52:54"
  790 + "time": "2016-10-24T15:52:54+00:00"
921 791 },
922 792 {
923 793 "name": "google/apiclient",
924   - "version": "v2.1.3",
  794 + "version": "v2.2.0",
925 795 "source": {
926 796 "type": "git",
927 797 "url": "https://github.com/google/google-api-php-client.git",
928   - "reference": "43996f09df274158fd04fce98e8a82effe5f3717"
  798 + "reference": "f3fadd538315d62ebd1191d89ac791468c617260"
929 799 },
930 800 "dist": {
931 801 "type": "zip",
932   - "url": "https://api.github.com/repos/google/google-api-php-client/zipball/43996f09df274158fd04fce98e8a82effe5f3717",
933   - "reference": "43996f09df274158fd04fce98e8a82effe5f3717",
  802 + "url": "https://api.github.com/repos/google/google-api-php-client/zipball/f3fadd538315d62ebd1191d89ac791468c617260",
  803 + "reference": "f3fadd538315d62ebd1191d89ac791468c617260",
934 804 "shasum": ""
935 805 },
936 806 "require": {
937   - "firebase/php-jwt": "~2.0|~3.0|~4.0",
938   - "google/apiclient-services": "^0.11",
939   - "google/auth": "^0.11",
940   - "guzzlehttp/guzzle": "~5.2|~6.0",
  807 + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  808 + "google/apiclient-services": "~0.13",
  809 + "google/auth": "^1.0",
  810 + "guzzlehttp/guzzle": "~5.3.1|~6.0",
941 811 "guzzlehttp/psr7": "^1.2",
942 812 "monolog/monolog": "^1.17",
943 813 "php": ">=5.4",
... ... @@ -976,20 +846,20 @@
976 846 "keywords": [
977 847 "google"
978 848 ],
979   - "time": "2017-03-22 18:32:04"
  849 + "time": "2017-07-10T15:34:54+00:00"
980 850 },
981 851 {
982 852 "name": "google/apiclient-services",
983   - "version": "v0.11",
  853 + "version": "v0.14",
984 854 "source": {
985 855 "type": "git",
986 856 "url": "https://github.com/google/google-api-php-client-services.git",
987   - "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52"
  857 + "reference": "b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f"
988 858 },
989 859 "dist": {
990 860 "type": "zip",
991   - "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
992   - "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52",
  861 + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f",
  862 + "reference": "b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f",
993 863 "shasum": ""
994 864 },
995 865 "require": {
... ... @@ -1013,25 +883,25 @@
1013 883 "keywords": [
1014 884 "google"
1015 885 ],
1016   - "time": "2017-03-13 17:40:44"
  886 + "time": "2017-07-10T00:18:15+00:00"
1017 887 },
1018 888 {
1019 889 "name": "google/auth",
1020   - "version": "v0.11.1",
  890 + "version": "v1.0",
1021 891 "source": {
1022 892 "type": "git",
1023 893 "url": "https://github.com/google/google-auth-library-php.git",
1024   - "reference": "a240674b08a09949fd5597f7590b3ed83663a12d"
  894 + "reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df"
1025 895 },
1026 896 "dist": {
1027 897 "type": "zip",
1028   - "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d",
1029   - "reference": "a240674b08a09949fd5597f7590b3ed83663a12d",
  898 + "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/db77bd2de0bcc40bf50ebe851e9eed332aeaa4df",
  899 + "reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df",
1030 900 "shasum": ""
1031 901 },
1032 902 "require": {
1033 903 "firebase/php-jwt": "~2.0|~3.0|~4.0",
1034   - "guzzlehttp/guzzle": "~5.3|~6.0",
  904 + "guzzlehttp/guzzle": "~5.3.1|~6.0",
1035 905 "guzzlehttp/psr7": "~1.2",
1036 906 "php": ">=5.4",
1037 907 "psr/cache": "^1.0",
... ... @@ -1061,7 +931,7 @@
1061 931 "google",
1062 932 "oauth2"
1063 933 ],
1064   - "time": "2016-11-02 14:59:14"
  934 + "time": "2017-06-13T18:00:07+00:00"
1065 935 },
1066 936 {
1067 937 "name": "guzzlehttp/guzzle",
... ... @@ -1126,7 +996,7 @@
1126 996 "rest",
1127 997 "web service"
1128 998 ],
1129   - "time": "2017-06-22 18:50:49"
  999 + "time": "2017-06-22T18:50:49+00:00"
1130 1000 },
1131 1001 {
1132 1002 "name": "guzzlehttp/promises",
... ... @@ -1177,7 +1047,7 @@
1177 1047 "keywords": [
1178 1048 "promise"
1179 1049 ],
1180   - "time": "2016-12-20 10:07:11"
  1050 + "time": "2016-12-20T10:07:11+00:00"
1181 1051 },
1182 1052 {
1183 1053 "name": "guzzlehttp/psr7",
... ... @@ -1242,7 +1112,7 @@
1242 1112 "uri",
1243 1113 "url"
1244 1114 ],
1245   - "time": "2017-03-20 17:10:46"
  1115 + "time": "2017-03-20T17:10:46+00:00"
1246 1116 },
1247 1117 {
1248 1118 "name": "hiqdev/yii2-asset-icheck",
... ... @@ -1314,7 +1184,7 @@
1314 1184 "iCheck",
1315 1185 "yii2"
1316 1186 ],
1317   - "time": "2016-03-30 10:59:26"
  1187 + "time": "2016-03-30T10:59:26+00:00"
1318 1188 },
1319 1189 {
1320 1190 "name": "hiqdev/yii2-asset-pnotify",
... ... @@ -1376,83 +1246,36 @@
1376 1246 "pnotify",
1377 1247 "yii2"
1378 1248 ],
1379   - "time": "2015-09-09 15:16:38"
1380   - },
1381   - {
1382   - "name": "imagine/imagine",
1383   - "version": "v0.6.3",
1384   - "source": {
1385   - "type": "git",
1386   - "url": "https://github.com/avalanche123/Imagine.git",
1387   - "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
1388   - },
1389   - "dist": {
1390   - "type": "zip",
1391   - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
1392   - "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
1393   - "shasum": ""
1394   - },
1395   - "require": {
1396   - "php": ">=5.3.2"
1397   - },
1398   - "require-dev": {
1399   - "sami/sami": "dev-master"
1400   - },
1401   - "suggest": {
1402   - "ext-gd": "to use the GD implementation",
1403   - "ext-gmagick": "to use the Gmagick implementation",
1404   - "ext-imagick": "to use the Imagick implementation"
1405   - },
1406   - "type": "library",
1407   - "extra": {
1408   - "branch-alias": {
1409   - "dev-develop": "0.7-dev"
1410   - }
1411   - },
1412   - "autoload": {
1413   - "psr-0": {
1414   - "Imagine": "lib/"
1415   - }
1416   - },
1417   - "notification-url": "https://packagist.org/downloads/",
1418   - "license": [
1419   - "MIT"
1420   - ],
1421   - "authors": [
1422   - {
1423   - "name": "Bulat Shakirzyanov",
1424   - "email": "mallluhuct@gmail.com",
1425   - "homepage": "http://avalanche123.com"
1426   - }
1427   - ],
1428   - "description": "Image processing for PHP 5.3",
1429   - "homepage": "http://imagine.readthedocs.org/",
1430   - "keywords": [
1431   - "drawing",
1432   - "graphics",
1433   - "image manipulation",
1434   - "image processing"
1435   - ],
1436   - "time": "2015-09-19 16:54:05"
  1249 + "time": "2015-09-09T15:16:38+00:00"
1437 1250 },
1438 1251 {
1439 1252 "name": "intervention/httpauth",
1440   - "version": "2.0.2",
  1253 + "version": "2.0.3",
1441 1254 "source": {
1442 1255 "type": "git",
1443 1256 "url": "https://github.com/Intervention/httpauth.git",
1444   - "reference": "407203e29fc5b3f2c4dd2f1849a799a72aa15b1c"
  1257 + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17"
1445 1258 },
1446 1259 "dist": {
1447 1260 "type": "zip",
1448   - "url": "https://api.github.com/repos/Intervention/httpauth/zipball/407203e29fc5b3f2c4dd2f1849a799a72aa15b1c",
1449   - "reference": "407203e29fc5b3f2c4dd2f1849a799a72aa15b1c",
  1261 + "url": "https://api.github.com/repos/Intervention/httpauth/zipball/69d4627c398c2d74b1c70aae7de7121e0b627c17",
  1262 + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17",
1450 1263 "shasum": ""
1451 1264 },
1452 1265 "require": {
1453 1266 "php": ">=5.3.0"
1454 1267 },
1455 1268 "type": "library",
  1269 + "extra": {
  1270 + "laravel": {
  1271 + "providers": [
  1272 + "Intervention\\Httpauth\\HttpauthServiceProvider"
  1273 + ],
  1274 + "aliases": {
  1275 + "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth"
  1276 + }
  1277 + }
  1278 + },
1456 1279 "autoload": {
1457 1280 "psr-4": {
1458 1281 "Intervention\\Httpauth\\": "src/Intervention/Httpauth"
... ... @@ -1476,60 +1299,7 @@
1476 1299 "http",
1477 1300 "laravel"
1478 1301 ],
1479   - "time": "2017-01-29 12:04:52"
1480   - },
1481   - {
1482   - "name": "kartik-v/bootstrap-fileinput",
1483   - "version": "v4.4.2",
1484   - "source": {
1485   - "type": "git",
1486   - "url": "https://github.com/kartik-v/bootstrap-fileinput.git",
1487   - "reference": "28c89de2708f32814879241b6f112ee27b8f4ec8"
1488   - },
1489   - "dist": {
1490   - "type": "zip",
1491   - "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/28c89de2708f32814879241b6f112ee27b8f4ec8",
1492   - "reference": "28c89de2708f32814879241b6f112ee27b8f4ec8",
1493   - "shasum": ""
1494   - },
1495   - "type": "library",
1496   - "extra": {
1497   - "branch-alias": {
1498   - "dev-master": "4.4.x-dev"
1499   - }
1500   - },
1501   - "autoload": {
1502   - "psr-4": {
1503   - "kartik\\plugins\\fileinput\\": ""
1504   - }
1505   - },
1506   - "notification-url": "https://packagist.org/downloads/",
1507   - "license": [
1508   - "BSD-3-Clause"
1509   - ],
1510   - "authors": [
1511   - {
1512   - "name": "Kartik Visweswaran",
1513   - "email": "kartikv2@gmail.com",
1514   - "homepage": "http://www.krajee.com/"
1515   - }
1516   - ],
1517   - "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
1518   - "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
1519   - "keywords": [
1520   - "ajax",
1521   - "bootstrap",
1522   - "delete",
1523   - "file",
1524   - "image",
1525   - "input",
1526   - "jquery",
1527   - "multiple",
1528   - "preview",
1529   - "progress",
1530   - "upload"
1531   - ],
1532   - "time": "2017-06-24 05:15:30"
  1302 + "time": "2017-06-28T17:37:25+00:00"
1533 1303 },
1534 1304 {
1535 1305 "name": "kartik-v/yii2-krajee-base",
... ... @@ -1580,7 +1350,7 @@
1580 1350 "widget",
1581 1351 "yii2"
1582 1352 ],
1583   - "time": "2017-02-22 05:58:53"
  1353 + "time": "2017-02-22T05:58:53+00:00"
1584 1354 },
1585 1355 {
1586 1356 "name": "kartik-v/yii2-widget-colorinput",
... ... @@ -1634,7 +1404,7 @@
1634 1404 "widget",
1635 1405 "yii2"
1636 1406 ],
1637   - "time": "2016-01-14 11:15:49"
  1407 + "time": "2016-01-14T11:15:49+00:00"
1638 1408 },
1639 1409 {
1640 1410 "name": "kartik-v/yii2-widget-datepicker",
... ... @@ -1691,61 +1461,6 @@
1691 1461 "time": "2017-04-01 16:03:50"
1692 1462 },
1693 1463 {
1694   - "name": "kartik-v/yii2-widget-fileinput",
1695   - "version": "v1.0.6",
1696   - "source": {
1697   - "type": "git",
1698   - "url": "https://github.com/kartik-v/yii2-widget-fileinput.git",
1699   - "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550"
1700   - },
1701   - "dist": {
1702   - "type": "zip",
1703   - "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550",
1704   - "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550",
1705   - "shasum": ""
1706   - },
1707   - "require": {
1708   - "kartik-v/bootstrap-fileinput": "~4.4",
1709   - "kartik-v/yii2-krajee-base": "~1.7"
1710   - },
1711   - "type": "yii2-extension",
1712   - "extra": {
1713   - "branch-alias": {
1714   - "dev-master": "1.0.x-dev"
1715   - }
1716   - },
1717   - "autoload": {
1718   - "psr-4": {
1719   - "kartik\\file\\": ""
1720   - }
1721   - },
1722   - "notification-url": "https://packagist.org/downloads/",
1723   - "license": [
1724   - "BSD-3-Clause"
1725   - ],
1726   - "authors": [
1727   - {
1728   - "name": "Kartik Visweswaran",
1729   - "email": "kartikv2@gmail.com",
1730   - "homepage": "http://www.krajee.com/"
1731   - }
1732   - ],
1733   - "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)",
1734   - "homepage": "https://github.com/kartik-v/yii2-widget-fileinput",
1735   - "keywords": [
1736   - "extension",
1737   - "file",
1738   - "form",
1739   - "input",
1740   - "jquery",
1741   - "plugin",
1742   - "upload",
1743   - "widget",
1744   - "yii2"
1745   - ],
1746   - "time": "2017-05-25 20:12:30"
1747   - },
1748   - {
1749 1464 "name": "kartik-v/yii2-widget-select2",
1750 1465 "version": "dev-master",
1751 1466 "source": {
... ... @@ -1858,7 +1573,7 @@
1858 1573 "oauth",
1859 1574 "security"
1860 1575 ],
1861   - "time": "2015-09-09 06:43:02"
  1576 + "time": "2015-09-09T06:43:02+00:00"
1862 1577 },
1863 1578 {
1864 1579 "name": "monolog/monolog",
... ... @@ -1936,7 +1651,7 @@
1936 1651 "logging",
1937 1652 "psr-3"
1938 1653 ],
1939   - "time": "2017-06-19 01:22:40"
  1654 + "time": "2017-06-19T01:22:40+00:00"
1940 1655 },
1941 1656 {
1942 1657 "name": "mrclay/jsmin-php",
... ... @@ -1988,7 +1703,7 @@
1988 1703 "jsmin",
1989 1704 "minify"
1990 1705 ],
1991   - "time": "2015-03-30 15:04:42"
  1706 + "time": "2015-03-30T15:04:42+00:00"
1992 1707 },
1993 1708 {
1994 1709 "name": "mrclay/minify",
... ... @@ -2050,7 +1765,7 @@
2050 1765 ],
2051 1766 "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
2052 1767 "homepage": "https://github.com/mrclay/minify",
2053   - "time": "2017-06-08 19:33:53"
  1768 + "time": "2017-06-08T19:33:53+00:00"
2054 1769 },
2055 1770 {
2056 1771 "name": "mrclay/props-dic",
... ... @@ -2102,7 +1817,7 @@
2102 1817 "di",
2103 1818 "di container"
2104 1819 ],
2105   - "time": "2016-02-10 18:59:20"
  1820 + "time": "2016-02-10T18:59:20+00:00"
2106 1821 },
2107 1822 {
2108 1823 "name": "natxet/CssMin",
... ... @@ -2149,7 +1864,7 @@
2149 1864 "css",
2150 1865 "minify"
2151 1866 ],
2152   - "time": "2015-09-25 11:13:11"
  1867 + "time": "2015-09-25T11:13:11+00:00"
2153 1868 },
2154 1869 {
2155 1870 "name": "nodge/lightopenid",
... ... @@ -2195,7 +1910,7 @@
2195 1910 "Authentication",
2196 1911 "OpenId"
2197 1912 ],
2198   - "time": "2013-08-31 16:48:56"
  1913 + "time": "2013-08-31T16:48:56+00:00"
2199 1914 },
2200 1915 {
2201 1916 "name": "nodge/yii2-eauth",
... ... @@ -2248,7 +1963,7 @@
2248 1963 "oauth",
2249 1964 "yii2"
2250 1965 ],
2251   - "time": "2017-04-09 20:23:01"
  1966 + "time": "2017-04-09T20:23:01+00:00"
2252 1967 },
2253 1968 {
2254 1969 "name": "phpmailer/phpmailer",
... ... @@ -2301,7 +2016,7 @@
2301 2016 }
2302 2017 ],
2303 2018 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
2304   - "time": "2014-05-14 07:04:18"
  2019 + "time": "2014-05-14T07:04:18+00:00"
2305 2020 },
2306 2021 {
2307 2022 "name": "phpoffice/phpexcel",
... ... @@ -2358,7 +2073,7 @@
2358 2073 "xls",
2359 2074 "xlsx"
2360 2075 ],
2361   - "time": "2015-05-01 07:00:55"
  2076 + "time": "2015-05-01T07:00:55+00:00"
2362 2077 },
2363 2078 {
2364 2079 "name": "phpseclib/phpseclib",
... ... @@ -2450,29 +2165,33 @@
2450 2165 "x.509",
2451 2166 "x509"
2452 2167 ],
2453   - "time": "2017-06-05 06:31:10"
  2168 + "time": "2017-06-05T06:31:10+00:00"
2454 2169 },
2455 2170 {
2456 2171 "name": "pimple/pimple",
2457   - "version": "v3.0.2",
  2172 + "version": "v3.1.0",
2458 2173 "source": {
2459 2174 "type": "git",
2460 2175 "url": "https://github.com/silexphp/Pimple.git",
2461   - "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
  2176 + "reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a"
2462 2177 },
2463 2178 "dist": {
2464 2179 "type": "zip",
2465   - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
2466   - "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  2180 + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/279b56046fb368deacf77e2f8f3bdcea45cc367a",
  2181 + "reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a",
2467 2182 "shasum": ""
2468 2183 },
2469 2184 "require": {
2470   - "php": ">=5.3.0"
  2185 + "php": ">=5.3.0",
  2186 + "psr/container": "^1.0"
  2187 + },
  2188 + "require-dev": {
  2189 + "symfony/phpunit-bridge": "^3.2"
2471 2190 },
2472 2191 "type": "library",
2473 2192 "extra": {
2474 2193 "branch-alias": {
2475   - "dev-master": "3.0.x-dev"
  2194 + "dev-master": "3.1.x-dev"
2476 2195 }
2477 2196 },
2478 2197 "autoload": {
... ... @@ -2496,7 +2215,7 @@
2496 2215 "container",
2497 2216 "dependency injection"
2498 2217 ],
2499   - "time": "2015-09-11 15:10:35"
  2218 + "time": "2017-07-03T14:06:46+00:00"
2500 2219 },
2501 2220 {
2502 2221 "name": "psr/cache",
... ... @@ -2542,7 +2261,7 @@
2542 2261 "psr",
2543 2262 "psr-6"
2544 2263 ],
2545   - "time": "2016-08-06 20:24:11"
  2264 + "time": "2016-08-06T20:24:11+00:00"
2546 2265 },
2547 2266 {
2548 2267 "name": "psr/container",
... ... @@ -2591,7 +2310,7 @@
2591 2310 "container-interop",
2592 2311 "psr"
2593 2312 ],
2594   - "time": "2017-02-14 16:28:37"
  2313 + "time": "2017-02-14T16:28:37+00:00"
2595 2314 },
2596 2315 {
2597 2316 "name": "psr/http-message",
... ... @@ -2641,7 +2360,7 @@
2641 2360 "request",
2642 2361 "response"
2643 2362 ],
2644   - "time": "2016-08-06 14:39:51"
  2363 + "time": "2016-08-06T14:39:51+00:00"
2645 2364 },
2646 2365 {
2647 2366 "name": "psr/log",
... ... @@ -2688,7 +2407,7 @@
2688 2407 "psr",
2689 2408 "psr-3"
2690 2409 ],
2691   - "time": "2016-10-10 12:19:37"
  2410 + "time": "2016-10-10T12:19:37+00:00"
2692 2411 },
2693 2412 {
2694 2413 "name": "rmrevin/yii2-fontawesome",
... ... @@ -2740,20 +2459,20 @@
2740 2459 "font",
2741 2460 "yii"
2742 2461 ],
2743   - "time": "2017-01-11 14:05:47"
  2462 + "time": "2017-01-11T14:05:47+00:00"
2744 2463 },
2745 2464 {
2746 2465 "name": "skeeks/yii2-assets-auto-compress",
2747   - "version": "1.2.3",
  2466 + "version": "1.2.3.1",
2748 2467 "source": {
2749 2468 "type": "git",
2750 2469 "url": "https://github.com/skeeks-semenov/yii2-assets-auto-compress.git",
2751   - "reference": "18d80abd2bbce79e11fa1c0484ab72f08e772cb2"
  2470 + "reference": "9626882cf35f04fc7cde07a61ea69a819689737f"
2752 2471 },
2753 2472 "dist": {
2754 2473 "type": "zip",
2755   - "url": "https://api.github.com/repos/skeeks-semenov/yii2-assets-auto-compress/zipball/18d80abd2bbce79e11fa1c0484ab72f08e772cb2",
2756   - "reference": "18d80abd2bbce79e11fa1c0484ab72f08e772cb2",
  2474 + "url": "https://api.github.com/repos/skeeks-semenov/yii2-assets-auto-compress/zipball/9626882cf35f04fc7cde07a61ea69a819689737f",
  2475 + "reference": "9626882cf35f04fc7cde07a61ea69a819689737f",
2757 2476 "shasum": ""
2758 2477 },
2759 2478 "require": {
... ... @@ -2791,7 +2510,7 @@
2791 2510 "skeeks",
2792 2511 "yii"
2793 2512 ],
2794   - "time": "2016-11-11 08:29:19"
  2513 + "time": "2017-07-14T16:55:12+00:00"
2795 2514 },
2796 2515 {
2797 2516 "name": "speixoto/yii2-amcharts",
... ... @@ -2833,7 +2552,7 @@
2833 2552 "amcharts",
2834 2553 "yii"
2835 2554 ],
2836   - "time": "2016-08-23 13:52:28"
  2555 + "time": "2016-08-23T13:52:28+00:00"
2837 2556 },
2838 2557 {
2839 2558 "name": "swiftmailer/swiftmailer",
... ... @@ -2887,7 +2606,7 @@
2887 2606 "mail",
2888 2607 "mailer"
2889 2608 ],
2890   - "time": "2017-05-01 15:54:03"
  2609 + "time": "2017-05-01T15:54:03+00:00"
2891 2610 },
2892 2611 {
2893 2612 "name": "tedivm/jshrink",
... ... @@ -2933,7 +2652,7 @@
2933 2652 "javascript",
2934 2653 "minifier"
2935 2654 ],
2936   - "time": "2017-05-30 02:59:46"
  2655 + "time": "2017-05-30T02:59:46+00:00"
2937 2656 },
2938 2657 {
2939 2658 "name": "tinymce/tinymce",
... ... @@ -2979,7 +2698,7 @@
2979 2698 "tinymce",
2980 2699 "wysiwyg"
2981 2700 ],
2982   - "time": "2017-06-13 12:49:51"
  2701 + "time": "2017-06-13T12:49:51+00:00"
2983 2702 },
2984 2703 {
2985 2704 "name": "tubalmartin/cssmin",
... ... @@ -3032,20 +2751,20 @@
3032 2751 "minify",
3033 2752 "yui"
3034 2753 ],
3035   - "time": "2017-05-16 13:45:26"
  2754 + "time": "2017-05-16T13:45:26+00:00"
3036 2755 },
3037 2756 {
3038 2757 "name": "yii2tech/filedb",
3039   - "version": "1.0.3",
  2758 + "version": "1.0.4",
3040 2759 "source": {
3041 2760 "type": "git",
3042 2761 "url": "https://github.com/yii2tech/filedb.git",
3043   - "reference": "29af3a707fa2070b73b268e847b264f29c7dff31"
  2762 + "reference": "6a6391b035da2bb2049813f8bce9f49ed9b01426"
3044 2763 },
3045 2764 "dist": {
3046 2765 "type": "zip",
3047   - "url": "https://api.github.com/repos/yii2tech/filedb/zipball/29af3a707fa2070b73b268e847b264f29c7dff31",
3048   - "reference": "29af3a707fa2070b73b268e847b264f29c7dff31",
  2766 + "url": "https://api.github.com/repos/yii2tech/filedb/zipball/6a6391b035da2bb2049813f8bce9f49ed9b01426",
  2767 + "reference": "6a6391b035da2bb2049813f8bce9f49ed9b01426",
3049 2768 "shasum": ""
3050 2769 },
3051 2770 "require": {
... ... @@ -3080,7 +2799,7 @@
3080 2799 "static",
3081 2800 "yii2"
3082 2801 ],
3083   - "time": "2017-02-06 10:58:30"
  2802 + "time": "2017-07-07T12:50:56+00:00"
3084 2803 },
3085 2804 {
3086 2805 "name": "yiisoft/yii2",
... ... @@ -3180,7 +2899,7 @@
3180 2899 "framework",
3181 2900 "yii2"
3182 2901 ],
3183   - "time": "2017-06-05 14:33:41"
  2902 + "time": "2017-06-05T14:33:41+00:00"
3184 2903 },
3185 2904 {
3186 2905 "name": "yiisoft/yii2-bootstrap",
... ... @@ -3230,7 +2949,7 @@
3230 2949 "bootstrap",
3231 2950 "yii2"
3232 2951 ],
3233   - "time": "2016-03-17 03:29:28"
  2952 + "time": "2016-03-17T03:29:28+00:00"
3234 2953 },
3235 2954 {
3236 2955 "name": "yiisoft/yii2-composer",
... ... @@ -3280,55 +2999,7 @@
3280 2999 "extension installer",
3281 3000 "yii2"
3282 3001 ],
3283   - "time": "2016-12-20 13:26:02"
3284   - },
3285   - {
3286   - "name": "yiisoft/yii2-imagine",
3287   - "version": "2.1.0",
3288   - "source": {
3289   - "type": "git",
3290   - "url": "https://github.com/yiisoft/yii2-imagine.git",
3291   - "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411"
3292   - },
3293   - "dist": {
3294   - "type": "zip",
3295   - "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
3296   - "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
3297   - "shasum": ""
3298   - },
3299   - "require": {
3300   - "imagine/imagine": "~0.6.0",
3301   - "yiisoft/yii2": "~2.0.0"
3302   - },
3303   - "type": "yii2-extension",
3304   - "extra": {
3305   - "branch-alias": {
3306   - "dev-master": "2.0.x-dev"
3307   - }
3308   - },
3309   - "autoload": {
3310   - "psr-4": {
3311   - "yii\\imagine\\": ""
3312   - }
3313   - },
3314   - "notification-url": "https://packagist.org/downloads/",
3315   - "license": [
3316   - "BSD-3-Clause"
3317   - ],
3318   - "authors": [
3319   - {
3320   - "name": "Antonio Ramirez",
3321   - "email": "amigo.cobos@gmail.com"
3322   - }
3323   - ],
3324   - "description": "The Imagine integration for the Yii framework",
3325   - "keywords": [
3326   - "helper",
3327   - "image",
3328   - "imagine",
3329   - "yii2"
3330   - ],
3331   - "time": "2016-11-03 19:28:39"
  3002 + "time": "2016-12-20T13:26:02+00:00"
3332 3003 },
3333 3004 {
3334 3005 "name": "yiisoft/yii2-swiftmailer",
... ... @@ -3378,20 +3049,20 @@
3378 3049 "swiftmailer",
3379 3050 "yii2"
3380 3051 ],
3381   - "time": "2017-05-01 08:29:00"
  3052 + "time": "2017-05-01T08:29:00+00:00"
3382 3053 },
3383 3054 {
3384 3055 "name": "yiister/yii2-gentelella",
3385   - "version": "1.2.2",
  3056 + "version": "1.2.5",
3386 3057 "source": {
3387 3058 "type": "git",
3388 3059 "url": "https://github.com/yiister/yii2-gentelella.git",
3389   - "reference": "646ae0053c4a485d6b3d42c4ef67cbee26d74ef7"
  3060 + "reference": "60e79128a3999c8d9ff826ee5ea26e74c7c64eed"
3390 3061 },
3391 3062 "dist": {
3392 3063 "type": "zip",
3393   - "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/646ae0053c4a485d6b3d42c4ef67cbee26d74ef7",
3394   - "reference": "646ae0053c4a485d6b3d42c4ef67cbee26d74ef7",
  3064 + "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/60e79128a3999c8d9ff826ee5ea26e74c7c64eed",
  3065 + "reference": "60e79128a3999c8d9ff826ee5ea26e74c7c64eed",
3395 3066 "shasum": ""
3396 3067 },
3397 3068 "require": {
... ... @@ -3436,7 +3107,7 @@
3436 3107 "theme",
3437 3108 "yii2"
3438 3109 ],
3439   - "time": "2017-05-22 11:24:30"
  3110 + "time": "2017-07-12T03:46:01+00:00"
3440 3111 },
3441 3112 {
3442 3113 "name": "zyx/zyx-phpmailer",
... ... @@ -3480,7 +3151,7 @@
3480 3151 "phpmailer",
3481 3152 "yii2"
3482 3153 ],
3483   - "time": "2014-05-14 20:30:24"
  3154 + "time": "2014-05-14T20:30:24+00:00"
3484 3155 }
3485 3156 ],
3486 3157 "packages-dev": [
... ... @@ -3541,7 +3212,7 @@
3541 3212 "gherkin",
3542 3213 "parser"
3543 3214 ],
3544   - "time": "2016-10-30 11:50:56"
  3215 + "time": "2016-10-30T11:50:56+00:00"
3545 3216 },
3546 3217 {
3547 3218 "name": "bower-asset/typeahead.js",
... ... @@ -3572,16 +3243,16 @@
3572 3243 },
3573 3244 {
3574 3245 "name": "codeception/base",
3575   - "version": "2.3.3",
  3246 + "version": "2.3.4",
3576 3247 "source": {
3577 3248 "type": "git",
3578 3249 "url": "https://github.com/Codeception/base.git",
3579   - "reference": "6724500be5f890b086440a7f40941565b313b3d1"
  3250 + "reference": "c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9"
3580 3251 },
3581 3252 "dist": {
3582 3253 "type": "zip",
3583   - "url": "https://api.github.com/repos/Codeception/base/zipball/6724500be5f890b086440a7f40941565b313b3d1",
3584   - "reference": "6724500be5f890b086440a7f40941565b313b3d1",
  3254 + "url": "https://api.github.com/repos/Codeception/base/zipball/c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9",
  3255 + "reference": "c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9",
3585 3256 "shasum": ""
3586 3257 },
3587 3258 "require": {
... ... @@ -3616,6 +3287,7 @@
3616 3287 "php-amqplib/php-amqplib": "~2.4",
3617 3288 "predis/predis": "^1.0",
3618 3289 "squizlabs/php_codesniffer": "~2.0",
  3290 + "symfony/process": ">=2.7 <4.0",
3619 3291 "vlucas/phpdotenv": "^2.4.0"
3620 3292 },
3621 3293 "suggest": {
... ... @@ -3660,7 +3332,7 @@
3660 3332 "functional testing",
3661 3333 "unit testing"
3662 3334 ],
3663   - "time": "2017-06-02 00:30:24"
  3335 + "time": "2017-07-10T20:30:59+00:00"
3664 3336 },
3665 3337 {
3666 3338 "name": "codeception/verify",
... ... @@ -3696,7 +3368,7 @@
3696 3368 }
3697 3369 ],
3698 3370 "description": "BDD assertion library for PHPUnit",
3699   - "time": "2017-01-09 10:58:51"
  3371 + "time": "2017-01-09T10:58:51+00:00"
3700 3372 },
3701 3373 {
3702 3374 "name": "doctrine/instantiator",
... ... @@ -3750,7 +3422,7 @@
3750 3422 "constructor",
3751 3423 "instantiate"
3752 3424 ],
3753   - "time": "2015-06-14 21:17:01"
  3425 + "time": "2015-06-14T21:17:01+00:00"
3754 3426 },
3755 3427 {
3756 3428 "name": "fzaninotto/faker",
... ... @@ -3798,7 +3470,7 @@
3798 3470 "faker",
3799 3471 "fixtures"
3800 3472 ],
3801   - "time": "2016-04-29 12:21:54"
  3473 + "time": "2016-04-29T12:21:54+00:00"
3802 3474 },
3803 3475 {
3804 3476 "name": "myclabs/deep-copy",
... ... @@ -3840,7 +3512,7 @@
3840 3512 "object",
3841 3513 "object graph"
3842 3514 ],
3843   - "time": "2017-04-12 18:52:22"
  3515 + "time": "2017-04-12T18:52:22+00:00"
3844 3516 },
3845 3517 {
3846 3518 "name": "phar-io/manifest",
... ... @@ -3895,7 +3567,7 @@
3895 3567 }
3896 3568 ],
3897 3569 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3898   - "time": "2017-03-05 18:14:27"
  3570 + "time": "2017-03-05T18:14:27+00:00"
3899 3571 },
3900 3572 {
3901 3573 "name": "phar-io/version",
... ... @@ -3942,7 +3614,7 @@
3942 3614 }
3943 3615 ],
3944 3616 "description": "Library for handling version information and constraints",
3945   - "time": "2017-03-05 17:38:23"
  3617 + "time": "2017-03-05T17:38:23+00:00"
3946 3618 },
3947 3619 {
3948 3620 "name": "phpdocumentor/reflection-common",
... ... @@ -3996,26 +3668,26 @@
3996 3668 "reflection",
3997 3669 "static analysis"
3998 3670 ],
3999   - "time": "2015-12-27 11:43:31"
  3671 + "time": "2015-12-27T11:43:31+00:00"
4000 3672 },
4001 3673 {
4002 3674 "name": "phpdocumentor/reflection-docblock",
4003   - "version": "3.1.1",
  3675 + "version": "3.2.0",
4004 3676 "source": {
4005 3677 "type": "git",
4006 3678 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4007   - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  3679 + "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585"
4008 3680 },
4009 3681 "dist": {
4010 3682 "type": "zip",
4011   - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
4012   - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  3683 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585",
  3684 + "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585",
4013 3685 "shasum": ""
4014 3686 },
4015 3687 "require": {
4016 3688 "php": ">=5.5",
4017 3689 "phpdocumentor/reflection-common": "^1.0@dev",
4018   - "phpdocumentor/type-resolver": "^0.2.0",
  3690 + "phpdocumentor/type-resolver": "^0.4.0",
4019 3691 "webmozart/assert": "^1.0"
4020 3692 },
4021 3693 "require-dev": {
... ... @@ -4041,24 +3713,24 @@
4041 3713 }
4042 3714 ],
4043 3715 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4044   - "time": "2016-09-30 07:12:33"
  3716 + "time": "2017-07-15T11:38:20+00:00"
4045 3717 },
4046 3718 {
4047 3719 "name": "phpdocumentor/type-resolver",
4048   - "version": "0.2.1",
  3720 + "version": "0.4.0",
4049 3721 "source": {
4050 3722 "type": "git",
4051 3723 "url": "https://github.com/phpDocumentor/TypeResolver.git",
4052   - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  3724 + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4053 3725 },
4054 3726 "dist": {
4055 3727 "type": "zip",
4056   - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
4057   - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  3728 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  3729 + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4058 3730 "shasum": ""
4059 3731 },
4060 3732 "require": {
4061   - "php": ">=5.5",
  3733 + "php": "^5.5 || ^7.0",
4062 3734 "phpdocumentor/reflection-common": "^1.0"
4063 3735 },
4064 3736 "require-dev": {
... ... @@ -4088,7 +3760,7 @@
4088 3760 "email": "me@mikevanriel.com"
4089 3761 }
4090 3762 ],
4091   - "time": "2016-11-25 06:54:22"
  3763 + "time": "2017-07-14T14:27:02+00:00"
4092 3764 },
4093 3765 {
4094 3766 "name": "phpspec/php-diff",
... ... @@ -4126,7 +3798,7 @@
4126 3798 }
4127 3799 ],
4128 3800 "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
4129   - "time": "2016-04-07 12:29:16"
  3801 + "time": "2016-04-07T12:29:16+00:00"
4130 3802 },
4131 3803 {
4132 3804 "name": "phpspec/prophecy",
... ... @@ -4189,7 +3861,7 @@
4189 3861 "spy",
4190 3862 "stub"
4191 3863 ],
4192   - "time": "2017-03-02 20:05:34"
  3864 + "time": "2017-03-02T20:05:34+00:00"
4193 3865 },
4194 3866 {
4195 3867 "name": "phpunit/php-code-coverage",
... ... @@ -4253,7 +3925,7 @@
4253 3925 "testing",
4254 3926 "xunit"
4255 3927 ],
4256   - "time": "2017-04-21 08:03:57"
  3928 + "time": "2017-04-21T08:03:57+00:00"
4257 3929 },
4258 3930 {
4259 3931 "name": "phpunit/php-file-iterator",
... ... @@ -4300,7 +3972,7 @@
4300 3972 "filesystem",
4301 3973 "iterator"
4302 3974 ],
4303   - "time": "2016-10-03 07:40:28"
  3975 + "time": "2016-10-03T07:40:28+00:00"
4304 3976 },
4305 3977 {
4306 3978 "name": "phpunit/php-text-template",
... ... @@ -4341,7 +4013,7 @@
4341 4013 "keywords": [
4342 4014 "template"
4343 4015 ],
4344   - "time": "2015-06-21 13:50:34"
  4016 + "time": "2015-06-21T13:50:34+00:00"
4345 4017 },
4346 4018 {
4347 4019 "name": "phpunit/php-timer",
... ... @@ -4390,7 +4062,7 @@
4390 4062 "keywords": [
4391 4063 "timer"
4392 4064 ],
4393   - "time": "2017-02-26 11:10:40"
  4065 + "time": "2017-02-26T11:10:40+00:00"
4394 4066 },
4395 4067 {
4396 4068 "name": "phpunit/php-token-stream",
... ... @@ -4439,20 +4111,20 @@
4439 4111 "keywords": [
4440 4112 "tokenizer"
4441 4113 ],
4442   - "time": "2017-02-27 10:12:30"
  4114 + "time": "2017-02-27T10:12:30+00:00"
4443 4115 },
4444 4116 {
4445 4117 "name": "phpunit/phpunit",
4446   - "version": "6.2.2",
  4118 + "version": "6.2.3",
4447 4119 "source": {
4448 4120 "type": "git",
4449 4121 "url": "https://github.com/sebastianbergmann/phpunit.git",
4450   - "reference": "f2786490399836d2a544a34785c4a8d3ab32cf0e"
  4122 + "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7"
4451 4123 },
4452 4124 "dist": {
4453 4125 "type": "zip",
4454   - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f2786490399836d2a544a34785c4a8d3ab32cf0e",
4455   - "reference": "f2786490399836d2a544a34785c4a8d3ab32cf0e",
  4126 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7",
  4127 + "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7",
4456 4128 "shasum": ""
4457 4129 },
4458 4130 "require": {
... ... @@ -4523,20 +4195,20 @@
4523 4195 "testing",
4524 4196 "xunit"
4525 4197 ],
4526   - "time": "2017-06-13 14:07:07"
  4198 + "time": "2017-07-03T15:54:24+00:00"
4527 4199 },
4528 4200 {
4529 4201 "name": "phpunit/phpunit-mock-objects",
4530   - "version": "4.0.1",
  4202 + "version": "4.0.2",
4531 4203 "source": {
4532 4204 "type": "git",
4533 4205 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4534   - "reference": "eabce450df194817a7d7e27e19013569a903a2bf"
  4206 + "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4"
4535 4207 },
4536 4208 "dist": {
4537 4209 "type": "zip",
4538   - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/eabce450df194817a7d7e27e19013569a903a2bf",
4539   - "reference": "eabce450df194817a7d7e27e19013569a903a2bf",
  4210 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4",
  4211 + "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4",
4540 4212 "shasum": ""
4541 4213 },
4542 4214 "require": {
... ... @@ -4582,7 +4254,7 @@
4582 4254 "mock",
4583 4255 "xunit"
4584 4256 ],
4585   - "time": "2017-03-03 06:30:20"
  4257 + "time": "2017-06-30T08:15:21+00:00"
4586 4258 },
4587 4259 {
4588 4260 "name": "sebastian/code-unit-reverse-lookup",
... ... @@ -4627,7 +4299,7 @@
4627 4299 ],
4628 4300 "description": "Looks up which function or method a line of code belongs to",
4629 4301 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4630   - "time": "2017-03-04 06:30:41"
  4302 + "time": "2017-03-04T06:30:41+00:00"
4631 4303 },
4632 4304 {
4633 4305 "name": "sebastian/comparator",
... ... @@ -4691,7 +4363,7 @@
4691 4363 "compare",
4692 4364 "equality"
4693 4365 ],
4694   - "time": "2017-03-03 06:26:08"
  4366 + "time": "2017-03-03T06:26:08+00:00"
4695 4367 },
4696 4368 {
4697 4369 "name": "sebastian/diff",
... ... @@ -4743,20 +4415,20 @@
4743 4415 "keywords": [
4744 4416 "diff"
4745 4417 ],
4746   - "time": "2017-05-22 07:24:03"
  4418 + "time": "2017-05-22T07:24:03+00:00"
4747 4419 },
4748 4420 {
4749 4421 "name": "sebastian/environment",
4750   - "version": "3.0.4",
  4422 + "version": "3.1.0",
4751 4423 "source": {
4752 4424 "type": "git",
4753 4425 "url": "https://github.com/sebastianbergmann/environment.git",
4754   - "reference": "74776f8dbc081cab9287c2a601c0c1d842568744"
  4426 + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4755 4427 },
4756 4428 "dist": {
4757 4429 "type": "zip",
4758   - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/74776f8dbc081cab9287c2a601c0c1d842568744",
4759   - "reference": "74776f8dbc081cab9287c2a601c0c1d842568744",
  4430 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4431 + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4760 4432 "shasum": ""
4761 4433 },
4762 4434 "require": {
... ... @@ -4768,7 +4440,7 @@
4768 4440 "type": "library",
4769 4441 "extra": {
4770 4442 "branch-alias": {
4771   - "dev-master": "3.0.x-dev"
  4443 + "dev-master": "3.1.x-dev"
4772 4444 }
4773 4445 },
4774 4446 "autoload": {
... ... @@ -4793,7 +4465,7 @@
4793 4465 "environment",
4794 4466 "hhvm"
4795 4467 ],
4796   - "time": "2017-06-20 16:25:05"
  4468 + "time": "2017-07-01T08:51:00+00:00"
4797 4469 },
4798 4470 {
4799 4471 "name": "sebastian/exporter",
... ... @@ -4860,7 +4532,7 @@
4860 4532 "export",
4861 4533 "exporter"
4862 4534 ],
4863   - "time": "2017-04-03 13:19:02"
  4535 + "time": "2017-04-03T13:19:02+00:00"
4864 4536 },
4865 4537 {
4866 4538 "name": "sebastian/global-state",
... ... @@ -4911,7 +4583,7 @@
4911 4583 "keywords": [
4912 4584 "global state"
4913 4585 ],
4914   - "time": "2017-04-27 15:39:26"
  4586 + "time": "2017-04-27T15:39:26+00:00"
4915 4587 },
4916 4588 {
4917 4589 "name": "sebastian/object-enumerator",
... ... @@ -4958,7 +4630,7 @@
4958 4630 ],
4959 4631 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4960 4632 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4961   - "time": "2017-03-12 15:17:29"
  4633 + "time": "2017-03-12T15:17:29+00:00"
4962 4634 },
4963 4635 {
4964 4636 "name": "sebastian/object-reflector",
... ... @@ -5003,7 +4675,7 @@
5003 4675 ],
5004 4676 "description": "Allows reflection of object attributes, including inherited and non-public ones",
5005 4677 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5006   - "time": "2017-03-29 09:07:27"
  4678 + "time": "2017-03-29T09:07:27+00:00"
5007 4679 },
5008 4680 {
5009 4681 "name": "sebastian/recursion-context",
... ... @@ -5056,7 +4728,7 @@
5056 4728 ],
5057 4729 "description": "Provides functionality to recursively process PHP variables",
5058 4730 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5059   - "time": "2017-03-03 06:23:57"
  4731 + "time": "2017-03-03T06:23:57+00:00"
5060 4732 },
5061 4733 {
5062 4734 "name": "sebastian/resource-operations",
... ... @@ -5098,7 +4770,7 @@
5098 4770 ],
5099 4771 "description": "Provides a list of PHP built-in functions that operate on resources",
5100 4772 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5101   - "time": "2015-07-28 20:34:47"
  4773 + "time": "2015-07-28T20:34:47+00:00"
5102 4774 },
5103 4775 {
5104 4776 "name": "sebastian/version",
... ... @@ -5141,7 +4813,7 @@
5141 4813 ],
5142 4814 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5143 4815 "homepage": "https://github.com/sebastianbergmann/version",
5144   - "time": "2016-10-03 07:35:21"
  4816 + "time": "2016-10-03T07:35:21+00:00"
5145 4817 },
5146 4818 {
5147 4819 "name": "stecman/symfony-console-completion",
... ... @@ -5186,20 +4858,20 @@
5186 4858 }
5187 4859 ],
5188 4860 "description": "Automatic BASH completion for Symfony Console Component based applications.",
5189   - "time": "2016-02-24 05:08:54"
  4861 + "time": "2016-02-24T05:08:54+00:00"
5190 4862 },
5191 4863 {
5192 4864 "name": "symfony/browser-kit",
5193   - "version": "v3.3.2",
  4865 + "version": "v3.3.4",
5194 4866 "source": {
5195 4867 "type": "git",
5196 4868 "url": "https://github.com/symfony/browser-kit.git",
5197   - "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
  4869 + "reference": "3a4435e79a8401746e8525e98039199d0924b4e5"
5198 4870 },
5199 4871 "dist": {
5200 4872 "type": "zip",
5201   - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
5202   - "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
  4873 + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3a4435e79a8401746e8525e98039199d0924b4e5",
  4874 + "reference": "3a4435e79a8401746e8525e98039199d0924b4e5",
5203 4875 "shasum": ""
5204 4876 },
5205 4877 "require": {
... ... @@ -5243,20 +4915,20 @@
5243 4915 ],
5244 4916 "description": "Symfony BrowserKit Component",
5245 4917 "homepage": "https://symfony.com",
5246   - "time": "2017-04-12 14:14:56"
  4918 + "time": "2017-06-24T09:29:48+00:00"
5247 4919 },
5248 4920 {
5249 4921 "name": "symfony/console",
5250   - "version": "v3.3.2",
  4922 + "version": "v3.3.4",
5251 4923 "source": {
5252 4924 "type": "git",
5253 4925 "url": "https://github.com/symfony/console.git",
5254   - "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e"
  4926 + "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546"
5255 4927 },
5256 4928 "dist": {
5257 4929 "type": "zip",
5258   - "url": "https://api.github.com/repos/symfony/console/zipball/70d2a29b2911cbdc91a7e268046c395278238b2e",
5259   - "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e",
  4930 + "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546",
  4931 + "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546",
5260 4932 "shasum": ""
5261 4933 },
5262 4934 "require": {
... ... @@ -5312,11 +4984,11 @@
5312 4984 ],
5313 4985 "description": "Symfony Console Component",
5314 4986 "homepage": "https://symfony.com",
5315   - "time": "2017-06-02 19:24:58"
  4987 + "time": "2017-07-03T13:19:36+00:00"
5316 4988 },
5317 4989 {
5318 4990 "name": "symfony/css-selector",
5319   - "version": "v3.3.2",
  4991 + "version": "v3.3.4",
5320 4992 "source": {
5321 4993 "type": "git",
5322 4994 "url": "https://github.com/symfony/css-selector.git",
... ... @@ -5365,20 +5037,20 @@
5365 5037 ],
5366 5038 "description": "Symfony CssSelector Component",
5367 5039 "homepage": "https://symfony.com",
5368   - "time": "2017-05-01 15:01:29"
  5040 + "time": "2017-05-01T15:01:29+00:00"
5369 5041 },
5370 5042 {
5371 5043 "name": "symfony/debug",
5372   - "version": "v3.3.2",
  5044 + "version": "v3.3.4",
5373 5045 "source": {
5374 5046 "type": "git",
5375 5047 "url": "https://github.com/symfony/debug.git",
5376   - "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d"
  5048 + "reference": "63b85a968486d95ff9542228dc2e4247f16f9743"
5377 5049 },
5378 5050 "dist": {
5379 5051 "type": "zip",
5380   - "url": "https://api.github.com/repos/symfony/debug/zipball/e9c50482841ef696e8fa1470d950a79c8921f45d",
5381   - "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d",
  5052 + "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743",
  5053 + "reference": "63b85a968486d95ff9542228dc2e4247f16f9743",
5382 5054 "shasum": ""
5383 5055 },
5384 5056 "require": {
... ... @@ -5421,11 +5093,11 @@
5421 5093 ],
5422 5094 "description": "Symfony Debug Component",
5423 5095 "homepage": "https://symfony.com",
5424   - "time": "2017-06-01 21:01:25"
  5096 + "time": "2017-07-05T13:02:37+00:00"
5425 5097 },
5426 5098 {
5427 5099 "name": "symfony/dom-crawler",
5428   - "version": "v3.3.2",
  5100 + "version": "v3.3.4",
5429 5101 "source": {
5430 5102 "type": "git",
5431 5103 "url": "https://github.com/symfony/dom-crawler.git",
... ... @@ -5477,20 +5149,20 @@
5477 5149 ],
5478 5150 "description": "Symfony DomCrawler Component",
5479 5151 "homepage": "https://symfony.com",
5480   - "time": "2017-05-25 23:10:31"
  5152 + "time": "2017-05-25T23:10:31+00:00"
5481 5153 },
5482 5154 {
5483 5155 "name": "symfony/event-dispatcher",
5484   - "version": "v3.3.2",
  5156 + "version": "v3.3.4",
5485 5157 "source": {
5486 5158 "type": "git",
5487 5159 "url": "https://github.com/symfony/event-dispatcher.git",
5488   - "reference": "4054a102470665451108f9b59305c79176ef98f0"
  5160 + "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
5489 5161 },
5490 5162 "dist": {
5491 5163 "type": "zip",
5492   - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0",
5493   - "reference": "4054a102470665451108f9b59305c79176ef98f0",
  5164 + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
  5165 + "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
5494 5166 "shasum": ""
5495 5167 },
5496 5168 "require": {
... ... @@ -5540,11 +5212,11 @@
5540 5212 ],
5541 5213 "description": "Symfony EventDispatcher Component",
5542 5214 "homepage": "https://symfony.com",
5543   - "time": "2017-06-04 18:15:29"
  5215 + "time": "2017-06-09T14:53:08+00:00"
5544 5216 },
5545 5217 {
5546 5218 "name": "symfony/finder",
5547   - "version": "v3.3.2",
  5219 + "version": "v3.3.4",
5548 5220 "source": {
5549 5221 "type": "git",
5550 5222 "url": "https://github.com/symfony/finder.git",
... ... @@ -5589,7 +5261,7 @@
5589 5261 ],
5590 5262 "description": "Symfony Finder Component",
5591 5263 "homepage": "https://symfony.com",
5592   - "time": "2017-06-01 21:01:25"
  5264 + "time": "2017-06-01T21:01:25+00:00"
5593 5265 },
5594 5266 {
5595 5267 "name": "symfony/polyfill-mbstring",
... ... @@ -5648,20 +5320,20 @@
5648 5320 "portable",
5649 5321 "shim"
5650 5322 ],
5651   - "time": "2017-06-09 14:24:12"
  5323 + "time": "2017-06-09T14:24:12+00:00"
5652 5324 },
5653 5325 {
5654 5326 "name": "symfony/yaml",
5655   - "version": "v3.3.2",
  5327 + "version": "v3.3.4",
5656 5328 "source": {
5657 5329 "type": "git",
5658 5330 "url": "https://github.com/symfony/yaml.git",
5659   - "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
  5331 + "reference": "1f93a8d19b8241617f5074a123e282575b821df8"
5660 5332 },
5661 5333 "dist": {
5662 5334 "type": "zip",
5663   - "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
5664   - "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
  5335 + "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8",
  5336 + "reference": "1f93a8d19b8241617f5074a123e282575b821df8",
5665 5337 "shasum": ""
5666 5338 },
5667 5339 "require": {
... ... @@ -5703,7 +5375,7 @@
5703 5375 ],
5704 5376 "description": "Symfony Yaml Component",
5705 5377 "homepage": "https://symfony.com",
5706   - "time": "2017-06-02 22:05:06"
  5378 + "time": "2017-06-15T12:58:50+00:00"
5707 5379 },
5708 5380 {
5709 5381 "name": "theseer/tokenizer",
... ... @@ -5743,7 +5415,7 @@
5743 5415 }
5744 5416 ],
5745 5417 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5746   - "time": "2017-04-07 12:08:54"
  5418 + "time": "2017-04-07T12:08:54+00:00"
5747 5419 },
5748 5420 {
5749 5421 "name": "webmozart/assert",
... ... @@ -5793,7 +5465,7 @@
5793 5465 "check",
5794 5466 "validate"
5795 5467 ],
5796   - "time": "2016-11-23 20:04:58"
  5468 + "time": "2016-11-23T20:04:58+00:00"
5797 5469 },
5798 5470 {
5799 5471 "name": "yiisoft/yii2-debug",
... ... @@ -5840,7 +5512,7 @@
5840 5512 "debugger",
5841 5513 "yii2"
5842 5514 ],
5843   - "time": "2017-02-21 10:30:50"
  5515 + "time": "2017-02-21T10:30:50+00:00"
5844 5516 },
5845 5517 {
5846 5518 "name": "yiisoft/yii2-faker",
... ... @@ -5887,7 +5559,7 @@
5887 5559 "faker",
5888 5560 "yii2"
5889 5561 ],
5890   - "time": "2015-03-01 06:22:44"
  5562 + "time": "2015-03-01T06:22:44+00:00"
5891 5563 },
5892 5564 {
5893 5565 "name": "yiisoft/yii2-gii",
... ... @@ -5940,7 +5612,7 @@
5940 5612 "gii",
5941 5613 "yii2"
5942 5614 ],
5943   - "time": "2016-03-18 14:09:46"
  5615 + "time": "2016-03-18T14:09:46+00:00"
5944 5616 }
5945 5617 ],
5946 5618 "aliases": [],
... ...