mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
b603381139
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+ 3. Local env to run tests 4. Repare tests
18 lines
435 B
YAML
18 lines
435 B
YAML
services:
|
|
_defaults:
|
|
public: false
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
Nelmio\ApiDocBundle\Command\DumpCommand:
|
|
arguments:
|
|
$container: '@service_container'
|
|
|
|
Nelmio\ApiDocBundle\Command\SwaggerDumpCommand:
|
|
arguments:
|
|
$container: '@service_container'
|
|
|
|
Nelmio\ApiDocBundle\Controller\ApiDocController:
|
|
arguments:
|
|
$c: '@service_container'
|