aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-13 02:32:39 +0000
committerGitHub <noreply@github.com>2020-04-13 02:32:39 +0000
commit20a99c772a89970a8697f3ef9f9b5c2beb79f764 (patch)
tree7fa43f7ff42c19fe17d143ca18e7f68587c0c474
parent365b3dd21f7c4f3e7f2b6f1502f284a6190dd918 (diff)
downloadwallabag-20a99c772a89970a8697f3ef9f9b5c2beb79f764.tar.gz
wallabag-20a99c772a89970a8697f3ef9f9b5c2beb79f764.tar.zst
wallabag-20a99c772a89970a8697f3ef9f9b5c2beb79f764.zip
Bump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases) - [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md) - [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.3.0...3.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--composer.lock24
1 files changed, 13 insertions, 11 deletions
diff --git a/composer.lock b/composer.lock
index ac56e474..6a8a59c1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -350,20 +350,21 @@
350 }, 350 },
351 { 351 {
352 "name": "doctrine/annotations", 352 "name": "doctrine/annotations",
353 "version": "v1.8.0", 353 "version": "1.10.1",
354 "source": { 354 "source": {
355 "type": "git", 355 "type": "git",
356 "url": "https://github.com/doctrine/annotations.git", 356 "url": "https://github.com/doctrine/annotations.git",
357 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" 357 "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
358 }, 358 },
359 "dist": { 359 "dist": {
360 "type": "zip", 360 "type": "zip",
361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", 361 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
362 "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", 362 "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
363 "shasum": "" 363 "shasum": ""
364 }, 364 },
365 "require": { 365 "require": {
366 "doctrine/lexer": "1.*", 366 "doctrine/lexer": "1.*",
367 "ext-tokenizer": "*",
367 "php": "^7.1" 368 "php": "^7.1"
368 }, 369 },
369 "require-dev": { 370 "require-dev": {
@@ -373,7 +374,7 @@
373 "type": "library", 374 "type": "library",
374 "extra": { 375 "extra": {
375 "branch-alias": { 376 "branch-alias": {
376 "dev-master": "1.7.x-dev" 377 "dev-master": "1.9.x-dev"
377 } 378 }
378 }, 379 },
379 "autoload": { 380 "autoload": {
@@ -414,7 +415,7 @@
414 "docblock", 415 "docblock",
415 "parser" 416 "parser"
416 ], 417 ],
417 "time": "2019-10-01T18:55:10+00:00" 418 "time": "2020-04-02T12:33:25+00:00"
418 }, 419 },
419 { 420 {
420 "name": "doctrine/cache", 421 "name": "doctrine/cache",
@@ -10195,22 +10196,23 @@
10195 }, 10196 },
10196 { 10197 {
10197 "name": "doctrine/doctrine-fixtures-bundle", 10198 "name": "doctrine/doctrine-fixtures-bundle",
10198 "version": "3.3.0", 10199 "version": "3.3.1",
10199 "source": { 10200 "source": {
10200 "type": "git", 10201 "type": "git",
10201 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", 10202 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
10202 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70" 10203 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f"
10203 }, 10204 },
10204 "dist": { 10205 "dist": {
10205 "type": "zip", 10206 "type": "zip",
10206 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", 10207 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f",
10207 "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", 10208 "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f",
10208 "shasum": "" 10209 "shasum": ""
10209 }, 10210 },
10210 "require": { 10211 "require": {
10211 "doctrine/data-fixtures": "^1.3", 10212 "doctrine/data-fixtures": "^1.3",
10212 "doctrine/doctrine-bundle": "^1.11|^2.0", 10213 "doctrine/doctrine-bundle": "^1.11|^2.0",
10213 "doctrine/orm": "^2.6.0", 10214 "doctrine/orm": "^2.6.0",
10215 "doctrine/persistence": "^1.3",
10214 "php": "^7.1", 10216 "php": "^7.1",
10215 "symfony/config": "^3.4|^4.3|^5.0", 10217 "symfony/config": "^3.4|^4.3|^5.0",
10216 "symfony/console": "^3.4|^4.3|^5.0", 10218 "symfony/console": "^3.4|^4.3|^5.0",
@@ -10258,7 +10260,7 @@
10258 "Fixture", 10260 "Fixture",
10259 "persistence" 10261 "persistence"
10260 ], 10262 ],
10261 "time": "2019-11-13T15:46:58+00:00" 10263 "time": "2020-04-02T16:40:37+00:00"
10262 }, 10264 },
10263 { 10265 {
10264 "name": "friendsofphp/php-cs-fixer", 10266 "name": "friendsofphp/php-cs-fixer",