diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/composer.lock b/composer.lock index ffd06d1a..01b78585 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -495,16 +495,16 @@ | |||
495 | }, | 495 | }, |
496 | { | 496 | { |
497 | "name": "doctrine/collections", | 497 | "name": "doctrine/collections", |
498 | "version": "1.6.3", | 498 | "version": "1.6.4", |
499 | "source": { | 499 | "source": { |
500 | "type": "git", | 500 | "type": "git", |
501 | "url": "https://github.com/doctrine/collections.git", | 501 | "url": "https://github.com/doctrine/collections.git", |
502 | "reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577" | 502 | "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7" |
503 | }, | 503 | }, |
504 | "dist": { | 504 | "dist": { |
505 | "type": "zip", | 505 | "type": "zip", |
506 | "url": "https://api.github.com/repos/doctrine/collections/zipball/037ccc5b1c249275f8f6bb48e35f140fd52fd577", | 506 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", |
507 | "reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577", | 507 | "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7", |
508 | "shasum": "" | 508 | "shasum": "" |
509 | }, | 509 | }, |
510 | "require": { | 510 | "require": { |
@@ -561,7 +561,7 @@ | |||
561 | "iterators", | 561 | "iterators", |
562 | "php" | 562 | "php" |
563 | ], | 563 | ], |
564 | "time": "2019-11-04T15:26:07+00:00" | 564 | "time": "2019-11-13T13:07:11+00:00" |
565 | }, | 565 | }, |
566 | { | 566 | { |
567 | "name": "doctrine/common", | 567 | "name": "doctrine/common", |
@@ -9988,35 +9988,38 @@ | |||
9988 | }, | 9988 | }, |
9989 | { | 9989 | { |
9990 | "name": "doctrine/doctrine-fixtures-bundle", | 9990 | "name": "doctrine/doctrine-fixtures-bundle", |
9991 | "version": "3.2.2", | 9991 | "version": "3.3.0", |
9992 | "source": { | 9992 | "source": { |
9993 | "type": "git", | 9993 | "type": "git", |
9994 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", | 9994 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
9995 | "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c" | 9995 | "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70" |
9996 | }, | 9996 | }, |
9997 | "dist": { | 9997 | "dist": { |
9998 | "type": "zip", | 9998 | "type": "zip", |
9999 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/90e4a4f968b2dae40e290a6ee516957af043f16c", | 9999 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", |
10000 | "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c", | 10000 | "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", |
10001 | "shasum": "" | 10001 | "shasum": "" |
10002 | }, | 10002 | }, |
10003 | "require": { | 10003 | "require": { |
10004 | "doctrine/data-fixtures": "^1.3", | 10004 | "doctrine/data-fixtures": "^1.3", |
10005 | "doctrine/doctrine-bundle": "^1.6", | 10005 | "doctrine/doctrine-bundle": "^1.11|^2.0", |
10006 | "doctrine/orm": "^2.6.0", | 10006 | "doctrine/orm": "^2.6.0", |
10007 | "php": "^7.1", | 10007 | "php": "^7.1", |
10008 | "symfony/doctrine-bridge": "~3.4|^4.1", | 10008 | "symfony/config": "^3.4|^4.3|^5.0", |
10009 | "symfony/framework-bundle": "^3.4|^4.1" | 10009 | "symfony/console": "^3.4|^4.3|^5.0", |
10010 | "symfony/dependency-injection": "^3.4|^4.3|^5.0", | ||
10011 | "symfony/doctrine-bridge": "^3.4|^4.1|^5.0", | ||
10012 | "symfony/http-kernel": "^3.4|^4.3|^5.0" | ||
10010 | }, | 10013 | }, |
10011 | "require-dev": { | 10014 | "require-dev": { |
10012 | "doctrine/coding-standard": "^6.0", | 10015 | "doctrine/coding-standard": "^6.0", |
10013 | "phpunit/phpunit": "^7.4", | 10016 | "phpunit/phpunit": "^7.4", |
10014 | "symfony/phpunit-bridge": "^4.1" | 10017 | "symfony/phpunit-bridge": "^4.1|^5.0" |
10015 | }, | 10018 | }, |
10016 | "type": "symfony-bundle", | 10019 | "type": "symfony-bundle", |
10017 | "extra": { | 10020 | "extra": { |
10018 | "branch-alias": { | 10021 | "branch-alias": { |
10019 | "dev-master": "3.2.x-dev" | 10022 | "dev-master": "3.3.x-dev" |
10020 | } | 10023 | } |
10021 | }, | 10024 | }, |
10022 | "autoload": { | 10025 | "autoload": { |
@@ -10030,16 +10033,16 @@ | |||
10030 | ], | 10033 | ], |
10031 | "authors": [ | 10034 | "authors": [ |
10032 | { | 10035 | { |
10033 | "name": "Symfony Community", | 10036 | "name": "Fabien Potencier", |
10034 | "homepage": "http://symfony.com/contributors" | 10037 | "email": "fabien@symfony.com" |
10035 | }, | 10038 | }, |
10036 | { | 10039 | { |
10037 | "name": "Doctrine Project", | 10040 | "name": "Doctrine Project", |
10038 | "homepage": "http://www.doctrine-project.org" | 10041 | "homepage": "http://www.doctrine-project.org" |
10039 | }, | 10042 | }, |
10040 | { | 10043 | { |
10041 | "name": "Fabien Potencier", | 10044 | "name": "Symfony Community", |
10042 | "email": "fabien@symfony.com" | 10045 | "homepage": "http://symfony.com/contributors" |
10043 | } | 10046 | } |
10044 | ], | 10047 | ], |
10045 | "description": "Symfony DoctrineFixturesBundle", | 10048 | "description": "Symfony DoctrineFixturesBundle", |
@@ -10048,7 +10051,7 @@ | |||
10048 | "Fixture", | 10051 | "Fixture", |
10049 | "persistence" | 10052 | "persistence" |
10050 | ], | 10053 | ], |
10051 | "time": "2019-06-12T12:03:37+00:00" | 10054 | "time": "2019-11-13T15:46:58+00:00" |
10052 | }, | 10055 | }, |
10053 | { | 10056 | { |
10054 | "name": "friendsofphp/php-cs-fixer", | 10057 | "name": "friendsofphp/php-cs-fixer", |