composer update (symfony 4.4 and many others).

This commit is contained in:
Alexey Skobkin 2020-01-18 01:41:08 +03:00
parent 27179828e3
commit 711a6f3414
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7
3 changed files with 1333 additions and 1199 deletions

2519
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,6 @@
return [ return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true], Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],

View file

@ -29,9 +29,6 @@
"ref": "ae205d5114e719deb64d2110f56ef910787d1e04" "ref": "ae205d5114e719deb64d2110f56ef910787d1e04"
} }
}, },
"doctrine/doctrine-cache-bundle": {
"version": "1.3.3"
},
"doctrine/doctrine-migrations-bundle": { "doctrine/doctrine-migrations-bundle": {
"version": "1.2", "version": "1.2",
"recipe": { "recipe": {
@ -71,6 +68,9 @@
"jean85/pretty-package-versions": { "jean85/pretty-package-versions": {
"version": "1.2" "version": "1.2"
}, },
"laminas/laminas-zendframework-bridge": {
"version": "1.0.1"
},
"monolog/monolog": { "monolog/monolog": {
"version": "1.23.0" "version": "1.23.0"
}, },
@ -152,6 +152,9 @@
"symfony/dotenv": { "symfony/dotenv": {
"version": "v4.1.0" "version": "v4.1.0"
}, },
"symfony/error-handler": {
"version": "v4.4.2"
},
"symfony/event-dispatcher": { "symfony/event-dispatcher": {
"version": "v4.1.0" "version": "v4.1.0"
}, },
@ -344,6 +347,9 @@
"twig/twig": { "twig/twig": {
"version": "v2.4.8" "version": "v2.4.8"
}, },
"webimpress/safe-writer": {
"version": "2.0.0"
},
"webmozart/assert": { "webmozart/assert": {
"version": "1.3.0" "version": "1.3.0"
}, },