1.1.13 [skip-ci]

This commit is contained in:
ErickSkrauch 2017-06-11 21:21:19 +03:00
parent 013d0eda60
commit 0ec8316357

View File

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'version' => '1.1.13-dev', 'version' => '1.1.13',
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
'components' => [ 'components' => [
'cache' => [ 'cache' => [
@ -79,11 +79,6 @@ return [
], ],
], ],
], ],
'container' => [
'definitions' => [
GuzzleHttp\ClientInterface::class => GuzzleHttp\Client::class,
],
],
'aliases' => [ 'aliases' => [
'@bower' => '@vendor/bower-asset', '@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset', '@npm' => '@vendor/npm-asset',