Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Neofox committed Feb 19, 2019
1 parent 75309c6 commit fb9db54
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 178 deletions.
298 changes: 124 additions & 174 deletions composer.lock

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

2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true, 'prod' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['all' => true],
EasyCorp\Bundle\EasyDeployBundle\EasyDeployBundle::class => ['dev' => true, 'test' => true],
];
3 changes: 0 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@
"fig/link-util": {
"version": "1.0.0"
},
"fzaninotto/faker": {
"version": "v1.8.0"
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
Expand Down

0 comments on commit fb9db54

Please sign in to comment.