diff --git a/backend/config/main.php b/backend/config/main.php index bce62c0..5a1caaf 100755 --- a/backend/config/main.php +++ b/backend/config/main.php @@ -51,6 +51,7 @@ 'viewPath' => '@artbox/webcomment/views/manage', ], 'export' => 'artbox\catalog\controllers\ExportController', + 'odoo' => 'artbox\odoo\controllers\OdooController', ], 'components' => [ 'assetManager' => [ diff --git a/common/config/settings.php b/common/config/settings.php index 1926d65..a2dc835 100755 --- a/common/config/settings.php +++ b/common/config/settings.php @@ -2,31 +2,29 @@ return [ 1 => [ - 'phone' => '+38 (044) 593-73-76', - 'phone2' => '+38 (098) 468-07-64', - 'skype' => 'artwebstudio', - 'email' => 'artweb.ua@gmail.com', - 'house' => '1-М', - 'street' => 'пр. М. Бажана', - 'office' => '25', - 'city' => 'Киев', - 'country' => 'Украина', - 'lat' => '50.403696', - 'lon' => '30.641481', - 'facebook' => 'https://www.facebook.com/ArtWeb.ua/', - 'vk' => 'https://vk.com/artwebua', - 'ok' => 'https://ok.ru/artwebua', - 'google' => 'https://plus.google.com/+ArtwebUaAgency', - 'twitter' => 'https://twitter.com/ArtWeb_ua', - 'name' => 'Artweb', + 'phone' => '', + 'phone2' => '', + 'skype' => '', + 'email' => '', + 'house' => '', + 'street' => '', + 'office' => '', + 'city' => '', + 'country' => '', + 'lat' => '', + 'lon' => '', + 'facebook' => '', + 'vk' => '', + 'ok' => '', + 'google' => '', + 'twitter' => '', + 'name' => '', 'logo' => '', - 'about' => 'Строим бизнес в онлайне', - 'analytics_key' => '119240817', - 'robots' => 'User-agent: Google -Disallow: -', - 'ga_code' => '796967', - 'ya_code' => '08908908', + 'about' => '', + 'analytics_key' => '', + 'robots' => '', + 'ga_code' => '', + 'ya_code' => '', 'tag_manager' => '', 'id' => 1, ], diff --git a/composer.json b/composer.json index 9e829a1..e07fb5c 100755 --- a/composer.json +++ b/composer.json @@ -84,7 +84,8 @@ "artbox\\catalog\\": "artweb/artbox-catalog/", "artbox\\order\\": "artweb/artbox-order/", "artbox\\weblog\\": "artweb/artbox-weblog/", - "artbox\\webcomment\\": "artweb/artbox-webcomment/" + "artbox\\webcomment\\": "artweb/artbox-webcomment/", + "artbox\\odoo\\": "artweb/artbox-odoo/" } } } diff --git a/composer.lock b/composer.lock index e2a3cb7..8146745 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b4ab0fa1bc7e99726c7e1635f38493e3", - "content-hash": "52908a2a90739d8e8c578f9e244ad8c8", + "content-hash": "4624ff7f1c9077cf5510f9d741f68a19", "packages": [ { "name": "2amigos/yii2-tinymce-widget", @@ -65,139 +64,7 @@ "yii 2", "yii2" ], - "time": "2017-06-09 14:12:14" - }, - { - "name": "artweb/artbox-catalog", - "version": "v0.0.5-stable", - "source": { - "type": "git", - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-catalog.git", - "reference": "b66f6abad89f2e402a41d584c1c5a67e5eff8ca9" - }, - "require": { - "artweb/artbox-core": "~0.0.1", - "php": ">=7.0", - "yiisoft/yii2": "~2.0" - }, - "type": "yii2-extension", - "autoload": { - "psr-4": { - "artbox\\catalog\\": "" - } - }, - "license": [ - "BSD-3-Clause" - ], - "description": "Artbox catalog extension", - "time": "2017-06-23 12:25:08" - }, - { - "name": "artweb/artbox-core", - "version": "v0.0.8-stable", - "source": { - "type": "git", - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git", - "reference": "becbaf610b959abbe6693a4b62b6933c3574cb1a" - }, - "require": { - "2amigos/yii2-tinymce-widget": "~1.0", - "bower-asset/amcharts": "*", - "kartik-v/yii2-widget-fileinput": "*", - "php": ">=7.0", - "yiisoft/yii2": "~2.0", - "yiisoft/yii2-bootstrap": "~2.0", - "yiisoft/yii2-imagine": "~2.0", - "yiisoft/yii2-swiftmailer": "~2.0", - "yiister/yii2-gentelella": "~1.0" - }, - "type": "yii2-extension", - "autoload": { - "psr-4": { - "artbox\\core\\": "" - } - }, - "license": [ - "BSD-3-Clause" - ], - "description": "Artbox core extension", - "time": "2017-06-23 12:25:08" - }, - { - "name": "artweb/artbox-order", - "version": "v0.0.3-stable", - "source": { - "type": "git", - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-order.git", - "reference": "e5e827a887bafa143cc49b06e6793b038a3434df" - }, - "require": { - "artweb/artbox-core": "~0.0.1", - "php": ">=7.0", - "yiisoft/yii2": "~2.0" - }, - "type": "yii2-extension", - "autoload": { - "psr-4": { - "artbox\\order\\": "" - } - }, - "license": [ - "BSD-3-Clause" - ], - "description": "Artbox order extension", - "time": "2017-06-23 10:05:00" - }, - { - "name": "artweb/artbox-webcomment", - "version": "v0.0.2-stable", - "source": { - "type": "git", - "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git", - "reference": "30415cabe627fe1029e685168fd1f3a74344d280" - }, - "require": { - "artweb/artbox-catalog": "~0.0.1", - "artweb/artbox-core": "~0.0.1", - "php": ">=7.0", - "yiisoft/yii2": "~2.0" - }, - "type": "yii2-extension", - "autoload": { - "psr-4": { - "artbox\\webcomment\\": "" - } - }, - "license": [ - "BSD-3-Clause" - ], - "description": "Artbox comment extension", - "time": "2017-06-01 11:09:41" - }, - { - "name": "artweb/artbox-weblog", - "version": "v0.0.3.stable", - "source": { - "type": "git", - "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git", - "reference": "933c16cbff2107f0b0f9fc4c278ef888966b5a81" - }, - "require": { - "php": ">=7.0", - "yiisoft/yii2": "~2.0", - "yiisoft/yii2-bootstrap": "~2.0" - }, - "type": "yii2-extension", - "autoload": { - "psr-4": { - "artbox\\weblog\\": "" - } - }, - "license": [ - "BSD-3-Clause" - ], - "description": "Artbox blog support extension", - "time": "2017-06-23 11:52:22" + "time": "2017-06-09T14:12:14+00:00" }, { "name": "bower-asset/amcharts", @@ -215,7 +82,10 @@ }, "type": "bower-asset-library", "extra": { - "bower-asset-main": "./dist/amcharts/amcharts.js" + "bower-asset-main": "./dist/amcharts/amcharts.js", + "branch-alias": { + "dev-master": "3.18.5-dev" + } }, "time": "2016-01-04 17:22:55" }, @@ -257,7 +127,7 @@ "shasum": "" }, "require": { - "bower-asset/jquery": ">=1.9.1,<=3" + "bower-asset/jquery": ">=1.9.1,<4.0" }, "type": "bower-asset-library", "extra": { @@ -707,7 +577,7 @@ "markdown", "markdown-extra" ], - "time": "2016-09-14 20:40:20" + "time": "2016-09-14T20:40:20+00:00" }, { "name": "container-interop/container-interop", @@ -738,7 +608,7 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", - "time": "2017-02-14 19:40:03" + "time": "2017-02-14T19:40:03+00:00" }, { "name": "darkaonline/ripcord", @@ -779,7 +649,7 @@ "xml", "xmlrpc" ], - "time": "2017-05-24 05:49:36" + "time": "2017-05-24T05:49:36+00:00" }, { "name": "ezyang/htmlpurifier", @@ -826,7 +696,7 @@ "keywords": [ "html" ], - "time": "2017-06-03 02:28:16" + "time": "2017-06-03T02:28:16+00:00" }, { "name": "firebase/php-jwt", @@ -869,7 +739,7 @@ ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", - "time": "2016-07-18 04:51:16" + "time": "2016-07-18T04:51:16+00:00" }, { "name": "fortawesome/font-awesome", @@ -917,27 +787,27 @@ "font", "icon" ], - "time": "2016-10-24 15:52:54" + "time": "2016-10-24T15:52:54+00:00" }, { "name": "google/apiclient", - "version": "v2.1.3", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/google/google-api-php-client.git", - "reference": "43996f09df274158fd04fce98e8a82effe5f3717" + "reference": "f3fadd538315d62ebd1191d89ac791468c617260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/google-api-php-client/zipball/43996f09df274158fd04fce98e8a82effe5f3717", - "reference": "43996f09df274158fd04fce98e8a82effe5f3717", + "url": "https://api.github.com/repos/google/google-api-php-client/zipball/f3fadd538315d62ebd1191d89ac791468c617260", + "reference": "f3fadd538315d62ebd1191d89ac791468c617260", "shasum": "" }, "require": { - "firebase/php-jwt": "~2.0|~3.0|~4.0", - "google/apiclient-services": "^0.11", - "google/auth": "^0.11", - "guzzlehttp/guzzle": "~5.2|~6.0", + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", + "google/apiclient-services": "~0.13", + "google/auth": "^1.0", + "guzzlehttp/guzzle": "~5.3.1|~6.0", "guzzlehttp/psr7": "^1.2", "monolog/monolog": "^1.17", "php": ">=5.4", @@ -976,20 +846,20 @@ "keywords": [ "google" ], - "time": "2017-03-22 18:32:04" + "time": "2017-07-10T15:34:54+00:00" }, { "name": "google/apiclient-services", - "version": "v0.11", + "version": "v0.14", "source": { "type": "git", "url": "https://github.com/google/google-api-php-client-services.git", - "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52" + "reference": "b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/48c554aee06f2fd5700d7bdfa4fa6b82d184eb52", - "reference": "48c554aee06f2fd5700d7bdfa4fa6b82d184eb52", + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f", + "reference": "b8c3ee8adab9eaffc3825cabc12740ad6e2ed76f", "shasum": "" }, "require": { @@ -1013,25 +883,25 @@ "keywords": [ "google" ], - "time": "2017-03-13 17:40:44" + "time": "2017-07-10T00:18:15+00:00" }, { "name": "google/auth", - "version": "v0.11.1", + "version": "v1.0", "source": { "type": "git", "url": "https://github.com/google/google-auth-library-php.git", - "reference": "a240674b08a09949fd5597f7590b3ed83663a12d" + "reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d", - "reference": "a240674b08a09949fd5597f7590b3ed83663a12d", + "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/db77bd2de0bcc40bf50ebe851e9eed332aeaa4df", + "reference": "db77bd2de0bcc40bf50ebe851e9eed332aeaa4df", "shasum": "" }, "require": { "firebase/php-jwt": "~2.0|~3.0|~4.0", - "guzzlehttp/guzzle": "~5.3|~6.0", + "guzzlehttp/guzzle": "~5.3.1|~6.0", "guzzlehttp/psr7": "~1.2", "php": ">=5.4", "psr/cache": "^1.0", @@ -1061,7 +931,7 @@ "google", "oauth2" ], - "time": "2016-11-02 14:59:14" + "time": "2017-06-13T18:00:07+00:00" }, { "name": "guzzlehttp/guzzle", @@ -1126,7 +996,7 @@ "rest", "web service" ], - "time": "2017-06-22 18:50:49" + "time": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", @@ -1177,7 +1047,7 @@ "keywords": [ "promise" ], - "time": "2016-12-20 10:07:11" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", @@ -1242,7 +1112,7 @@ "uri", "url" ], - "time": "2017-03-20 17:10:46" + "time": "2017-03-20T17:10:46+00:00" }, { "name": "hiqdev/yii2-asset-icheck", @@ -1314,7 +1184,7 @@ "iCheck", "yii2" ], - "time": "2016-03-30 10:59:26" + "time": "2016-03-30T10:59:26+00:00" }, { "name": "hiqdev/yii2-asset-pnotify", @@ -1376,83 +1246,36 @@ "pnotify", "yii2" ], - "time": "2015-09-09 15:16:38" - }, - { - "name": "imagine/imagine", - "version": "v0.6.3", - "source": { - "type": "git", - "url": "https://github.com/avalanche123/Imagine.git", - "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", - "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "sami/sami": "dev-master" - }, - "suggest": { - "ext-gd": "to use the GD implementation", - "ext-gmagick": "to use the Gmagick implementation", - "ext-imagick": "to use the Imagick implementation" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.7-dev" - } - }, - "autoload": { - "psr-0": { - "Imagine": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bulat Shakirzyanov", - "email": "mallluhuct@gmail.com", - "homepage": "http://avalanche123.com" - } - ], - "description": "Image processing for PHP 5.3", - "homepage": "http://imagine.readthedocs.org/", - "keywords": [ - "drawing", - "graphics", - "image manipulation", - "image processing" - ], - "time": "2015-09-19 16:54:05" + "time": "2015-09-09T15:16:38+00:00" }, { "name": "intervention/httpauth", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/Intervention/httpauth.git", - "reference": "407203e29fc5b3f2c4dd2f1849a799a72aa15b1c" + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/httpauth/zipball/407203e29fc5b3f2c4dd2f1849a799a72aa15b1c", - "reference": "407203e29fc5b3f2c4dd2f1849a799a72aa15b1c", + "url": "https://api.github.com/repos/Intervention/httpauth/zipball/69d4627c398c2d74b1c70aae7de7121e0b627c17", + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", + "extra": { + "laravel": { + "providers": [ + "Intervention\\Httpauth\\HttpauthServiceProvider" + ], + "aliases": { + "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth" + } + } + }, "autoload": { "psr-4": { "Intervention\\Httpauth\\": "src/Intervention/Httpauth" @@ -1476,60 +1299,7 @@ "http", "laravel" ], - "time": "2017-01-29 12:04:52" - }, - { - "name": "kartik-v/bootstrap-fileinput", - "version": "v4.4.2", - "source": { - "type": "git", - "url": "https://github.com/kartik-v/bootstrap-fileinput.git", - "reference": "28c89de2708f32814879241b6f112ee27b8f4ec8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/28c89de2708f32814879241b6f112ee27b8f4ec8", - "reference": "28c89de2708f32814879241b6f112ee27b8f4ec8", - "shasum": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4.x-dev" - } - }, - "autoload": { - "psr-4": { - "kartik\\plugins\\fileinput\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Kartik Visweswaran", - "email": "kartikv2@gmail.com", - "homepage": "http://www.krajee.com/" - } - ], - "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", - "homepage": "https://github.com/kartik-v/bootstrap-fileinput", - "keywords": [ - "ajax", - "bootstrap", - "delete", - "file", - "image", - "input", - "jquery", - "multiple", - "preview", - "progress", - "upload" - ], - "time": "2017-06-24 05:15:30" + "time": "2017-06-28T17:37:25+00:00" }, { "name": "kartik-v/yii2-krajee-base", @@ -1580,7 +1350,7 @@ "widget", "yii2" ], - "time": "2017-02-22 05:58:53" + "time": "2017-02-22T05:58:53+00:00" }, { "name": "kartik-v/yii2-widget-colorinput", @@ -1634,7 +1404,7 @@ "widget", "yii2" ], - "time": "2016-01-14 11:15:49" + "time": "2016-01-14T11:15:49+00:00" }, { "name": "kartik-v/yii2-widget-datepicker", @@ -1691,61 +1461,6 @@ "time": "2017-04-01 16:03:50" }, { - "name": "kartik-v/yii2-widget-fileinput", - "version": "v1.0.6", - "source": { - "type": "git", - "url": "https://github.com/kartik-v/yii2-widget-fileinput.git", - "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550", - "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550", - "shasum": "" - }, - "require": { - "kartik-v/bootstrap-fileinput": "~4.4", - "kartik-v/yii2-krajee-base": "~1.7" - }, - "type": "yii2-extension", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "kartik\\file\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Kartik Visweswaran", - "email": "kartikv2@gmail.com", - "homepage": "http://www.krajee.com/" - } - ], - "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)", - "homepage": "https://github.com/kartik-v/yii2-widget-fileinput", - "keywords": [ - "extension", - "file", - "form", - "input", - "jquery", - "plugin", - "upload", - "widget", - "yii2" - ], - "time": "2017-05-25 20:12:30" - }, - { "name": "kartik-v/yii2-widget-select2", "version": "dev-master", "source": { @@ -1858,7 +1573,7 @@ "oauth", "security" ], - "time": "2015-09-09 06:43:02" + "time": "2015-09-09T06:43:02+00:00" }, { "name": "monolog/monolog", @@ -1936,7 +1651,7 @@ "logging", "psr-3" ], - "time": "2017-06-19 01:22:40" + "time": "2017-06-19T01:22:40+00:00" }, { "name": "mrclay/jsmin-php", @@ -1988,7 +1703,7 @@ "jsmin", "minify" ], - "time": "2015-03-30 15:04:42" + "time": "2015-03-30T15:04:42+00:00" }, { "name": "mrclay/minify", @@ -2050,7 +1765,7 @@ ], "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", "homepage": "https://github.com/mrclay/minify", - "time": "2017-06-08 19:33:53" + "time": "2017-06-08T19:33:53+00:00" }, { "name": "mrclay/props-dic", @@ -2102,7 +1817,7 @@ "di", "di container" ], - "time": "2016-02-10 18:59:20" + "time": "2016-02-10T18:59:20+00:00" }, { "name": "natxet/CssMin", @@ -2149,7 +1864,7 @@ "css", "minify" ], - "time": "2015-09-25 11:13:11" + "time": "2015-09-25T11:13:11+00:00" }, { "name": "nodge/lightopenid", @@ -2195,7 +1910,7 @@ "Authentication", "OpenId" ], - "time": "2013-08-31 16:48:56" + "time": "2013-08-31T16:48:56+00:00" }, { "name": "nodge/yii2-eauth", @@ -2248,7 +1963,7 @@ "oauth", "yii2" ], - "time": "2017-04-09 20:23:01" + "time": "2017-04-09T20:23:01+00:00" }, { "name": "phpmailer/phpmailer", @@ -2301,7 +2016,7 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2014-05-14 07:04:18" + "time": "2014-05-14T07:04:18+00:00" }, { "name": "phpoffice/phpexcel", @@ -2358,7 +2073,7 @@ "xls", "xlsx" ], - "time": "2015-05-01 07:00:55" + "time": "2015-05-01T07:00:55+00:00" }, { "name": "phpseclib/phpseclib", @@ -2450,29 +2165,33 @@ "x.509", "x509" ], - "time": "2017-06-05 06:31:10" + "time": "2017-06-05T06:31:10+00:00" }, { "name": "pimple/pimple", - "version": "v3.0.2", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", - "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a" + "reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a", - "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/279b56046fb368deacf77e2f8f3bdcea45cc367a", + "reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.3.0", + "psr/container": "^1.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { @@ -2496,7 +2215,7 @@ "container", "dependency injection" ], - "time": "2015-09-11 15:10:35" + "time": "2017-07-03T14:06:46+00:00" }, { "name": "psr/cache", @@ -2542,7 +2261,7 @@ "psr", "psr-6" ], - "time": "2016-08-06 20:24:11" + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", @@ -2591,7 +2310,7 @@ "container-interop", "psr" ], - "time": "2017-02-14 16:28:37" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", @@ -2641,7 +2360,7 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -2688,7 +2407,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "rmrevin/yii2-fontawesome", @@ -2740,20 +2459,20 @@ "font", "yii" ], - "time": "2017-01-11 14:05:47" + "time": "2017-01-11T14:05:47+00:00" }, { "name": "skeeks/yii2-assets-auto-compress", - "version": "1.2.3", + "version": "1.2.3.1", "source": { "type": "git", "url": "https://github.com/skeeks-semenov/yii2-assets-auto-compress.git", - "reference": "18d80abd2bbce79e11fa1c0484ab72f08e772cb2" + "reference": "9626882cf35f04fc7cde07a61ea69a819689737f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/skeeks-semenov/yii2-assets-auto-compress/zipball/18d80abd2bbce79e11fa1c0484ab72f08e772cb2", - "reference": "18d80abd2bbce79e11fa1c0484ab72f08e772cb2", + "url": "https://api.github.com/repos/skeeks-semenov/yii2-assets-auto-compress/zipball/9626882cf35f04fc7cde07a61ea69a819689737f", + "reference": "9626882cf35f04fc7cde07a61ea69a819689737f", "shasum": "" }, "require": { @@ -2791,7 +2510,7 @@ "skeeks", "yii" ], - "time": "2016-11-11 08:29:19" + "time": "2017-07-14T16:55:12+00:00" }, { "name": "speixoto/yii2-amcharts", @@ -2833,7 +2552,7 @@ "amcharts", "yii" ], - "time": "2016-08-23 13:52:28" + "time": "2016-08-23T13:52:28+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -2887,7 +2606,7 @@ "mail", "mailer" ], - "time": "2017-05-01 15:54:03" + "time": "2017-05-01T15:54:03+00:00" }, { "name": "tedivm/jshrink", @@ -2933,7 +2652,7 @@ "javascript", "minifier" ], - "time": "2017-05-30 02:59:46" + "time": "2017-05-30T02:59:46+00:00" }, { "name": "tinymce/tinymce", @@ -2979,7 +2698,7 @@ "tinymce", "wysiwyg" ], - "time": "2017-06-13 12:49:51" + "time": "2017-06-13T12:49:51+00:00" }, { "name": "tubalmartin/cssmin", @@ -3032,20 +2751,20 @@ "minify", "yui" ], - "time": "2017-05-16 13:45:26" + "time": "2017-05-16T13:45:26+00:00" }, { "name": "yii2tech/filedb", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/yii2tech/filedb.git", - "reference": "29af3a707fa2070b73b268e847b264f29c7dff31" + "reference": "6a6391b035da2bb2049813f8bce9f49ed9b01426" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yii2tech/filedb/zipball/29af3a707fa2070b73b268e847b264f29c7dff31", - "reference": "29af3a707fa2070b73b268e847b264f29c7dff31", + "url": "https://api.github.com/repos/yii2tech/filedb/zipball/6a6391b035da2bb2049813f8bce9f49ed9b01426", + "reference": "6a6391b035da2bb2049813f8bce9f49ed9b01426", "shasum": "" }, "require": { @@ -3080,7 +2799,7 @@ "static", "yii2" ], - "time": "2017-02-06 10:58:30" + "time": "2017-07-07T12:50:56+00:00" }, { "name": "yiisoft/yii2", @@ -3180,7 +2899,7 @@ "framework", "yii2" ], - "time": "2017-06-05 14:33:41" + "time": "2017-06-05T14:33:41+00:00" }, { "name": "yiisoft/yii2-bootstrap", @@ -3230,7 +2949,7 @@ "bootstrap", "yii2" ], - "time": "2016-03-17 03:29:28" + "time": "2016-03-17T03:29:28+00:00" }, { "name": "yiisoft/yii2-composer", @@ -3280,55 +2999,7 @@ "extension installer", "yii2" ], - "time": "2016-12-20 13:26:02" - }, - { - "name": "yiisoft/yii2-imagine", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/yiisoft/yii2-imagine.git", - "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411", - "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411", - "shasum": "" - }, - "require": { - "imagine/imagine": "~0.6.0", - "yiisoft/yii2": "~2.0.0" - }, - "type": "yii2-extension", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "yii\\imagine\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Antonio Ramirez", - "email": "amigo.cobos@gmail.com" - } - ], - "description": "The Imagine integration for the Yii framework", - "keywords": [ - "helper", - "image", - "imagine", - "yii2" - ], - "time": "2016-11-03 19:28:39" + "time": "2016-12-20T13:26:02+00:00" }, { "name": "yiisoft/yii2-swiftmailer", @@ -3378,20 +3049,20 @@ "swiftmailer", "yii2" ], - "time": "2017-05-01 08:29:00" + "time": "2017-05-01T08:29:00+00:00" }, { "name": "yiister/yii2-gentelella", - "version": "1.2.2", + "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/yiister/yii2-gentelella.git", - "reference": "646ae0053c4a485d6b3d42c4ef67cbee26d74ef7" + "reference": "60e79128a3999c8d9ff826ee5ea26e74c7c64eed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/646ae0053c4a485d6b3d42c4ef67cbee26d74ef7", - "reference": "646ae0053c4a485d6b3d42c4ef67cbee26d74ef7", + "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/60e79128a3999c8d9ff826ee5ea26e74c7c64eed", + "reference": "60e79128a3999c8d9ff826ee5ea26e74c7c64eed", "shasum": "" }, "require": { @@ -3436,7 +3107,7 @@ "theme", "yii2" ], - "time": "2017-05-22 11:24:30" + "time": "2017-07-12T03:46:01+00:00" }, { "name": "zyx/zyx-phpmailer", @@ -3480,7 +3151,7 @@ "phpmailer", "yii2" ], - "time": "2014-05-14 20:30:24" + "time": "2014-05-14T20:30:24+00:00" } ], "packages-dev": [ @@ -3541,7 +3212,7 @@ "gherkin", "parser" ], - "time": "2016-10-30 11:50:56" + "time": "2016-10-30T11:50:56+00:00" }, { "name": "bower-asset/typeahead.js", @@ -3572,16 +3243,16 @@ }, { "name": "codeception/base", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/Codeception/base.git", - "reference": "6724500be5f890b086440a7f40941565b313b3d1" + "reference": "c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/base/zipball/6724500be5f890b086440a7f40941565b313b3d1", - "reference": "6724500be5f890b086440a7f40941565b313b3d1", + "url": "https://api.github.com/repos/Codeception/base/zipball/c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9", + "reference": "c146cf4888f5789d9dbd35d6204e2aa7aa2e94e9", "shasum": "" }, "require": { @@ -3616,6 +3287,7 @@ "php-amqplib/php-amqplib": "~2.4", "predis/predis": "^1.0", "squizlabs/php_codesniffer": "~2.0", + "symfony/process": ">=2.7 <4.0", "vlucas/phpdotenv": "^2.4.0" }, "suggest": { @@ -3660,7 +3332,7 @@ "functional testing", "unit testing" ], - "time": "2017-06-02 00:30:24" + "time": "2017-07-10T20:30:59+00:00" }, { "name": "codeception/verify", @@ -3696,7 +3368,7 @@ } ], "description": "BDD assertion library for PHPUnit", - "time": "2017-01-09 10:58:51" + "time": "2017-01-09T10:58:51+00:00" }, { "name": "doctrine/instantiator", @@ -3750,7 +3422,7 @@ "constructor", "instantiate" ], - "time": "2015-06-14 21:17:01" + "time": "2015-06-14T21:17:01+00:00" }, { "name": "fzaninotto/faker", @@ -3798,7 +3470,7 @@ "faker", "fixtures" ], - "time": "2016-04-29 12:21:54" + "time": "2016-04-29T12:21:54+00:00" }, { "name": "myclabs/deep-copy", @@ -3840,7 +3512,7 @@ "object", "object graph" ], - "time": "2017-04-12 18:52:22" + "time": "2017-04-12T18:52:22+00:00" }, { "name": "phar-io/manifest", @@ -3895,7 +3567,7 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2017-03-05 18:14:27" + "time": "2017-03-05T18:14:27+00:00" }, { "name": "phar-io/version", @@ -3942,7 +3614,7 @@ } ], "description": "Library for handling version information and constraints", - "time": "2017-03-05 17:38:23" + "time": "2017-03-05T17:38:23+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -3996,26 +3668,26 @@ "reflection", "static analysis" ], - "time": "2015-12-27 11:43:31" + "time": "2015-12-27T11:43:31+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "3.1.1", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" + "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", - "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/46f7e8bb075036c92695b15a1ddb6971c751e585", + "reference": "46f7e8bb075036c92695b15a1ddb6971c751e585", "shasum": "" }, "require": { "php": ">=5.5", "phpdocumentor/reflection-common": "^1.0@dev", - "phpdocumentor/type-resolver": "^0.2.0", + "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { @@ -4041,24 +3713,24 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2016-09-30 07:12:33" + "time": "2017-07-15T11:38:20+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "0.2.1", + "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", - "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "" }, "require": { - "php": ">=5.5", + "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { @@ -4088,7 +3760,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2016-11-25 06:54:22" + "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpspec/php-diff", @@ -4126,7 +3798,7 @@ } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", - "time": "2016-04-07 12:29:16" + "time": "2016-04-07T12:29:16+00:00" }, { "name": "phpspec/prophecy", @@ -4189,7 +3861,7 @@ "spy", "stub" ], - "time": "2017-03-02 20:05:34" + "time": "2017-03-02T20:05:34+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4253,7 +3925,7 @@ "testing", "xunit" ], - "time": "2017-04-21 08:03:57" + "time": "2017-04-21T08:03:57+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4300,7 +3972,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03 07:40:28" + "time": "2016-10-03T07:40:28+00:00" }, { "name": "phpunit/php-text-template", @@ -4341,7 +4013,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -4390,7 +4062,7 @@ "keywords": [ "timer" ], - "time": "2017-02-26 11:10:40" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", @@ -4439,20 +4111,20 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27 10:12:30" + "time": "2017-02-27T10:12:30+00:00" }, { "name": "phpunit/phpunit", - "version": "6.2.2", + "version": "6.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f2786490399836d2a544a34785c4a8d3ab32cf0e" + "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f2786490399836d2a544a34785c4a8d3ab32cf0e", - "reference": "f2786490399836d2a544a34785c4a8d3ab32cf0e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fa5711d0559fc4b64deba0702be52d41434cbcb7", + "reference": "fa5711d0559fc4b64deba0702be52d41434cbcb7", "shasum": "" }, "require": { @@ -4523,20 +4195,20 @@ "testing", "xunit" ], - "time": "2017-06-13 14:07:07" + "time": "2017-07-03T15:54:24+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "4.0.1", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "eabce450df194817a7d7e27e19013569a903a2bf" + "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/eabce450df194817a7d7e27e19013569a903a2bf", - "reference": "eabce450df194817a7d7e27e19013569a903a2bf", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4", + "reference": "d8833b396dce9162bb2eb5d59aee5a3ab3cfa5b4", "shasum": "" }, "require": { @@ -4582,7 +4254,7 @@ "mock", "xunit" ], - "time": "2017-03-03 06:30:20" + "time": "2017-06-30T08:15:21+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -4627,7 +4299,7 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04 06:30:41" + "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", @@ -4691,7 +4363,7 @@ "compare", "equality" ], - "time": "2017-03-03 06:26:08" + "time": "2017-03-03T06:26:08+00:00" }, { "name": "sebastian/diff", @@ -4743,20 +4415,20 @@ "keywords": [ "diff" ], - "time": "2017-05-22 07:24:03" + "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", - "version": "3.0.4", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "74776f8dbc081cab9287c2a601c0c1d842568744" + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/74776f8dbc081cab9287c2a601c0c1d842568744", - "reference": "74776f8dbc081cab9287c2a601c0c1d842568744", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "shasum": "" }, "require": { @@ -4768,7 +4440,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { @@ -4793,7 +4465,7 @@ "environment", "hhvm" ], - "time": "2017-06-20 16:25:05" + "time": "2017-07-01T08:51:00+00:00" }, { "name": "sebastian/exporter", @@ -4860,7 +4532,7 @@ "export", "exporter" ], - "time": "2017-04-03 13:19:02" + "time": "2017-04-03T13:19:02+00:00" }, { "name": "sebastian/global-state", @@ -4911,7 +4583,7 @@ "keywords": [ "global state" ], - "time": "2017-04-27 15:39:26" + "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", @@ -4958,7 +4630,7 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-03-12 15:17:29" + "time": "2017-03-12T15:17:29+00:00" }, { "name": "sebastian/object-reflector", @@ -5003,7 +4675,7 @@ ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29 09:07:27" + "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", @@ -5056,7 +4728,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03 06:23:57" + "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", @@ -5098,7 +4770,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28 20:34:47" + "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", @@ -5141,7 +4813,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-10-03 07:35:21" + "time": "2016-10-03T07:35:21+00:00" }, { "name": "stecman/symfony-console-completion", @@ -5186,20 +4858,20 @@ } ], "description": "Automatic BASH completion for Symfony Console Component based applications.", - "time": "2016-02-24 05:08:54" + "time": "2016-02-24T05:08:54+00:00" }, { "name": "symfony/browser-kit", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1" + "reference": "3a4435e79a8401746e8525e98039199d0924b4e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", - "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3a4435e79a8401746e8525e98039199d0924b4e5", + "reference": "3a4435e79a8401746e8525e98039199d0924b4e5", "shasum": "" }, "require": { @@ -5243,20 +4915,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2017-04-12 14:14:56" + "time": "2017-06-24T09:29:48+00:00" }, { "name": "symfony/console", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e" + "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/70d2a29b2911cbdc91a7e268046c395278238b2e", - "reference": "70d2a29b2911cbdc91a7e268046c395278238b2e", + "url": "https://api.github.com/repos/symfony/console/zipball/a97e45d98c59510f085fa05225a1acb74dfe0546", + "reference": "a97e45d98c59510f085fa05225a1acb74dfe0546", "shasum": "" }, "require": { @@ -5312,11 +4984,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2017-06-02 19:24:58" + "time": "2017-07-03T13:19:36+00:00" }, { "name": "symfony/css-selector", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -5365,20 +5037,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2017-05-01 15:01:29" + "time": "2017-05-01T15:01:29+00:00" }, { "name": "symfony/debug", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d" + "reference": "63b85a968486d95ff9542228dc2e4247f16f9743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/e9c50482841ef696e8fa1470d950a79c8921f45d", - "reference": "e9c50482841ef696e8fa1470d950a79c8921f45d", + "url": "https://api.github.com/repos/symfony/debug/zipball/63b85a968486d95ff9542228dc2e4247f16f9743", + "reference": "63b85a968486d95ff9542228dc2e4247f16f9743", "shasum": "" }, "require": { @@ -5421,11 +5093,11 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-06-01 21:01:25" + "time": "2017-07-05T13:02:37+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", @@ -5477,20 +5149,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2017-05-25 23:10:31" + "time": "2017-05-25T23:10:31+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "4054a102470665451108f9b59305c79176ef98f0" + "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0", - "reference": "4054a102470665451108f9b59305c79176ef98f0", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e", + "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e", "shasum": "" }, "require": { @@ -5540,11 +5212,11 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-06-04 18:15:29" + "time": "2017-06-09T14:53:08+00:00" }, { "name": "symfony/finder", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", @@ -5589,7 +5261,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2017-06-01 21:01:25" + "time": "2017-06-01T21:01:25+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -5648,20 +5320,20 @@ "portable", "shim" ], - "time": "2017-06-09 14:24:12" + "time": "2017-06-09T14:24:12+00:00" }, { "name": "symfony/yaml", - "version": "v3.3.2", + "version": "v3.3.4", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063" + "reference": "1f93a8d19b8241617f5074a123e282575b821df8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063", - "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063", + "url": "https://api.github.com/repos/symfony/yaml/zipball/1f93a8d19b8241617f5074a123e282575b821df8", + "reference": "1f93a8d19b8241617f5074a123e282575b821df8", "shasum": "" }, "require": { @@ -5703,7 +5375,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2017-06-02 22:05:06" + "time": "2017-06-15T12:58:50+00:00" }, { "name": "theseer/tokenizer", @@ -5743,7 +5415,7 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07 12:08:54" + "time": "2017-04-07T12:08:54+00:00" }, { "name": "webmozart/assert", @@ -5793,7 +5465,7 @@ "check", "validate" ], - "time": "2016-11-23 20:04:58" + "time": "2016-11-23T20:04:58+00:00" }, { "name": "yiisoft/yii2-debug", @@ -5840,7 +5512,7 @@ "debugger", "yii2" ], - "time": "2017-02-21 10:30:50" + "time": "2017-02-21T10:30:50+00:00" }, { "name": "yiisoft/yii2-faker", @@ -5887,7 +5559,7 @@ "faker", "yii2" ], - "time": "2015-03-01 06:22:44" + "time": "2015-03-01T06:22:44+00:00" }, { "name": "yiisoft/yii2-gii", @@ -5940,7 +5612,7 @@ "gii", "yii2" ], - "time": "2016-03-18 14:09:46" + "time": "2016-03-18T14:09:46+00:00" } ], "aliases": [], -- libgit2 0.21.4