diff options
-rw-r--r-- | composer.json | 1 | ||||
-rw-r--r-- | composer.lock | 20 |
2 files changed, 11 insertions, 10 deletions
diff --git a/composer.json b/composer.json index e7fc256a..0ce9622f 100644 --- a/composer.json +++ b/composer.json | |||
@@ -51,6 +51,7 @@ | |||
51 | "doctrine/orm": "^2.6", | 51 | "doctrine/orm": "^2.6", |
52 | "doctrine/doctrine-bundle": "^1.9", | 52 | "doctrine/doctrine-bundle": "^1.9", |
53 | "doctrine/doctrine-cache-bundle": "^1.3", | 53 | "doctrine/doctrine-cache-bundle": "^1.3", |
54 | "doctrine/dbal": "2.9.2", | ||
54 | "twig/extensions": "^1.5", | 55 | "twig/extensions": "^1.5", |
55 | "symfony/swiftmailer-bundle": "^3.2", | 56 | "symfony/swiftmailer-bundle": "^3.2", |
56 | "symfony/monolog-bundle": "^3.1", | 57 | "symfony/monolog-bundle": "^3.1", |
diff --git a/composer.lock b/composer.lock index 8a005d48..d4ca6d2f 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,7 +4,7 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "content-hash": "02ec26b02dc55d65cb9353ad99be7ebe", | 7 | "content-hash": "bc03955d5e8ea3079c82f32de2e26c98", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "bdunogier/guzzle-site-authenticator", | 10 | "name": "bdunogier/guzzle-site-authenticator", |
@@ -648,16 +648,16 @@ | |||
648 | }, | 648 | }, |
649 | { | 649 | { |
650 | "name": "doctrine/dbal", | 650 | "name": "doctrine/dbal", |
651 | "version": "v2.9.3", | 651 | "version": "v2.9.2", |
652 | "source": { | 652 | "source": { |
653 | "type": "git", | 653 | "type": "git", |
654 | "url": "https://github.com/doctrine/dbal.git", | 654 | "url": "https://github.com/doctrine/dbal.git", |
655 | "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" | 655 | "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" |
656 | }, | 656 | }, |
657 | "dist": { | 657 | "dist": { |
658 | "type": "zip", | 658 | "type": "zip", |
659 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", | 659 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", |
660 | "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035", | 660 | "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", |
661 | "shasum": "" | 661 | "shasum": "" |
662 | }, | 662 | }, |
663 | "require": { | 663 | "require": { |
@@ -698,10 +698,6 @@ | |||
698 | ], | 698 | ], |
699 | "authors": [ | 699 | "authors": [ |
700 | { | 700 | { |
701 | "name": "Guilherme Blanco", | ||
702 | "email": "guilhermeblanco@gmail.com" | ||
703 | }, | ||
704 | { | ||
705 | "name": "Roman Borschel", | 701 | "name": "Roman Borschel", |
706 | "email": "roman@code-factory.org" | 702 | "email": "roman@code-factory.org" |
707 | }, | 703 | }, |
@@ -710,6 +706,10 @@ | |||
710 | "email": "kontakt@beberlei.de" | 706 | "email": "kontakt@beberlei.de" |
711 | }, | 707 | }, |
712 | { | 708 | { |
709 | "name": "Guilherme Blanco", | ||
710 | "email": "guilhermeblanco@gmail.com" | ||
711 | }, | ||
712 | { | ||
713 | "name": "Jonathan Wage", | 713 | "name": "Jonathan Wage", |
714 | "email": "jonwage@gmail.com" | 714 | "email": "jonwage@gmail.com" |
715 | } | 715 | } |
@@ -726,7 +726,7 @@ | |||
726 | "php", | 726 | "php", |
727 | "queryobject" | 727 | "queryobject" |
728 | ], | 728 | ], |
729 | "time": "2019-11-02T22:19:34+00:00" | 729 | "time": "2018-12-31T03:27:51+00:00" |
730 | }, | 730 | }, |
731 | { | 731 | { |
732 | "name": "doctrine/doctrine-bundle", | 732 | "name": "doctrine/doctrine-bundle", |