mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireSync.git
synced 2026-05-31 23:54:06 +08:00
* refactor: zap doctrine/orm (but still using DBAL) * refactor: zap flysystem * build: upgrade dev deps * refactor: zap CacheServiceInterface and DatabaseCacheService * refactor: zap VersionUtil
15 lines
314 B
YAML
15 lines
314 B
YAML
# parameters:
|
|
|
|
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
App\:
|
|
resource: '../src/'
|
|
exclude:
|
|
- '../src/DependencyInjection/'
|
|
- '../src/Kernel.php'
|
|
|
|
GuzzleHttp\Client:
|
|
factory: ['App\Factories\GuzzleClientFactory', 'create']
|