mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 23:12:20 +05:30
1.1.13 [skip-ci]
This commit is contained in:
parent
013d0eda60
commit
0ec8316357
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'version' => '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',
|
||||
|
Loading…
Reference in New Issue
Block a user