Renamed services first level config key to dependencies

This commit is contained in:
Alejandro Celaya
2016-07-31 16:30:05 +02:00
parent ce00874dd1
commit a957f66ed0
11 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ use Symfony\Component\Console;
return [
'services' => [
'dependencies' => [
'factories' => [
Console\Application::class => CLI\Factory\ApplicationFactory::class,