Skip to content

Commit

Permalink
Updated webserver install
Browse files Browse the repository at this point in the history
  • Loading branch information
janit committed Oct 20, 2017
1 parent 7979be2 commit 39a787c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
/vendor/
/var/cache/
/public/build/

###> symfony/web-server-bundle ###
.web-server-pid
###< symfony/web-server-bundle ###
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/bundles.php
Expand Up @@ -8,4 +8,5 @@
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
];

0 comments on commit 39a787c

Please sign in to comment.