switched app.yaml to use autoconfigure

This commit is contained in:
Fabien Potencier
2017-04-20 11:29:28 -06:00
parent 0662535b99
commit c5f400b9a8
@@ -1,25 +1,9 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false
_instanceof:
Symfony\Component\Console\Command\Command:
tags: ['console.command']
public: true
Twig_ExtensionInterface:
tags: ['twig.extension']
Symfony\Component\EventDispatcher\EventSubscriberInterface:
tags: ['kernel.event_subscriber']
Symfony\Component\Form\FormTypeInterface:
tags: ['form.type']
Symfony\Component\Security\Core\Authorization\VoterInterface:
tags: ['security.voter']
App\:
resource: '../../src/{Command,Form,EventSubscriber,Twig,Voter}'