Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog ‹master*›
- ╰─➤ composer require sonata-project/doctrine-orm-admin-bundle
- Restricting packages listed in "symfony/symfony" to "4.3.*"
- Using version ^3.9 for sonata-project/doctrine-orm-admin-bundle
- ./composer.json has been updated
- Restricting packages listed in "symfony/symfony" to "4.3.*"
- Loading composer repositories with package information
- Updating dependencies (including require-dev)
- Package operations: 1 install, 0 updates, 0 removals
- - Installing sonata-project/doctrine-orm-admin-bundle (3.9.0): Downloading (100%)
- Writing lock file
- Generating autoload files
- ocramius/package-versions: Generating version class...
- ocramius/package-versions: ...done generating version class
- Symfony operations: 1 recipe (19c8067c98a9dc50498d36e8b20dd5c3)
- - Configuring sonata-project/doctrine-orm-admin-bundle (>=3.9.0): From auto-generated recipe
- Executing script cache:clear [OK]
- Executing script assets:install public [OK]
- Some files may have been created or updated to configure your new packages.
- Please review, edit and commit them: these files are yours.
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog ‹master*›
- ╰─➤ cat config/bundles.php
- <?php
- return [
- Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
- Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
- Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
- Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
- Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
- Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
- Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
- Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
- Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
- Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
- Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
- Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
- Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
- Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true],
- Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
- Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
- Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
- Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
- Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
- ];
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog ‹master*›
- ╰─➤ cat config/bundles.php | grep SonataDoctrineORMAdminBundle
- Sonata\DoctrineORMAdminBundle\SonataDoctrineORMAdminBundle::class => ['all' => true],
- ╭─yoesoff@yoesoff-ThinkPad-X220 ~/Documents/projects/oblog ‹master*›
- ╰─➤
Advertisement
Add Comment
Please, Sign In to add comment