Skip to content

Commit

Permalink
[Vendors] CAES-521: fixed coposer.jsom
Browse files Browse the repository at this point in the history
  • Loading branch information
mg-4xxi committed Aug 14, 2019
1 parent 53fe491 commit ba19bcd
Show file tree
Hide file tree
Showing 6 changed files with 150 additions and 78 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ vendor/
!/public/static/documents/.gitignore
/public/static/documents/
phpunit.xml

###> symfony/phpunit-bridge ###
.phpunit
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"symfony/swiftmailer-bundle": "3.2.6",
"symfony/twig-bundle": "4.2.7",
"symfony/yaml": "4.2.7",
"symfony/dotenv": "4.2.7"
"symfony/dotenv": "4.2.7",
"psr/simple-cache": "1.0.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.15.1",
Expand Down
179 changes: 109 additions & 70 deletions composer.lock

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

4 changes: 2 additions & 2 deletions config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Expand All @@ -27,5 +26,6 @@
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
Snc\RedisBundle\SncRedisBundle::class => ['all' => true],
Sylius\Bundle\MailerBundle\SyliusMailerBundle::class => ['all' => true],
\OldSound\RabbitMqBundle\OldSoundRabbitMqBundle::class => ['all' => true],
OldSound\RabbitMqBundle\OldSoundRabbitMqBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
];
Empty file modified config/packages/doctrine_migrations.yaml
100755 → 100644
Empty file.
Loading

0 comments on commit ba19bcd

Please sign in to comment.