diff --git a/common/config/config.php b/common/config/config.php index b827553..a73712a 100644 --- a/common/config/config.php +++ b/common/config/config.php @@ -1,6 +1,6 @@ '1.1.13-dev', + 'version' => '1.1.13', 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'components' => [ 'cache' => [ @@ -79,11 +79,6 @@ return [ ], ], ], - 'container' => [ - 'definitions' => [ - GuzzleHttp\ClientInterface::class => GuzzleHttp\Client::class, - ], - ], 'aliases' => [ '@bower' => '@vendor/bower-asset', '@npm' => '@vendor/npm-asset',