aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-11 02:26:46 +0000
committerGitHub <noreply@github.com>2019-06-11 02:26:46 +0000
commitcb4108b44e1de121bc0b12c0932800b14a405fdb (patch)
treee7b20aeaa65cb619bd49cabc78812cbb658a6998 /composer.lock
parent9c7997db8ee3a743a3d4e5955320af9a7d388a7b (diff)
downloadwallabag-cb4108b44e1de121bc0b12c0932800b14a405fdb.tar.gz
wallabag-cb4108b44e1de121bc0b12c0932800b14a405fdb.tar.zst
wallabag-cb4108b44e1de121bc0b12c0932800b14a405fdb.zip
Bump doctrine/doctrine-fixtures-bundle from 3.1.0 to 3.2.0
Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.1.0 to 3.2.0. - [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.1.0...3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock53
1 files changed, 30 insertions, 23 deletions
diff --git a/composer.lock b/composer.lock
index effd6029..442a5e7a 100644
--- a/composer.lock
+++ b/composer.lock
@@ -482,16 +482,16 @@
482 }, 482 },
483 { 483 {
484 "name": "doctrine/collections", 484 "name": "doctrine/collections",
485 "version": "v1.6.1", 485 "version": "v1.6.2",
486 "source": { 486 "source": {
487 "type": "git", 487 "type": "git",
488 "url": "https://github.com/doctrine/collections.git", 488 "url": "https://github.com/doctrine/collections.git",
489 "reference": "d2ae4ef05e25197343b6a39bae1d3c427a2f6956" 489 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
490 }, 490 },
491 "dist": { 491 "dist": {
492 "type": "zip", 492 "type": "zip",
493 "url": "https://api.github.com/repos/doctrine/collections/zipball/d2ae4ef05e25197343b6a39bae1d3c427a2f6956", 493 "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
494 "reference": "d2ae4ef05e25197343b6a39bae1d3c427a2f6956", 494 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
495 "shasum": "" 495 "shasum": ""
496 }, 496 },
497 "require": { 497 "require": {
@@ -548,7 +548,7 @@
548 "iterators", 548 "iterators",
549 "php" 549 "php"
550 ], 550 ],
551 "time": "2019-03-25T19:03:48+00:00" 551 "time": "2019-06-09T13:48:14+00:00"
552 }, 552 },
553 { 553 {
554 "name": "doctrine/common", 554 "name": "doctrine/common",
@@ -1153,21 +1153,24 @@
1153 }, 1153 },
1154 { 1154 {
1155 "name": "doctrine/lexer", 1155 "name": "doctrine/lexer",
1156 "version": "v1.0.1", 1156 "version": "1.0.2",
1157 "source": { 1157 "source": {
1158 "type": "git", 1158 "type": "git",
1159 "url": "https://github.com/doctrine/lexer.git", 1159 "url": "https://github.com/doctrine/lexer.git",
1160 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" 1160 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
1161 }, 1161 },
1162 "dist": { 1162 "dist": {
1163 "type": "zip", 1163 "type": "zip",
1164 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", 1164 "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1165 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", 1165 "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
1166 "shasum": "" 1166 "shasum": ""
1167 }, 1167 },
1168 "require": { 1168 "require": {
1169 "php": ">=5.3.2" 1169 "php": ">=5.3.2"
1170 }, 1170 },
1171 "require-dev": {
1172 "phpunit/phpunit": "^4.5"
1173 },
1171 "type": "library", 1174 "type": "library",
1172 "extra": { 1175 "extra": {
1173 "branch-alias": { 1176 "branch-alias": {
@@ -1175,8 +1178,8 @@
1175 } 1178 }
1176 }, 1179 },
1177 "autoload": { 1180 "autoload": {
1178 "psr-0": { 1181 "psr-4": {
1179 "Doctrine\\Common\\Lexer\\": "lib/" 1182 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1180 } 1183 }
1181 }, 1184 },
1182 "notification-url": "https://packagist.org/downloads/", 1185 "notification-url": "https://packagist.org/downloads/",
@@ -1197,13 +1200,16 @@
1197 "email": "schmittjoh@gmail.com" 1200 "email": "schmittjoh@gmail.com"
1198 } 1201 }
1199 ], 1202 ],
1200 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", 1203 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1201 "homepage": "http://www.doctrine-project.org", 1204 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1202 "keywords": [ 1205 "keywords": [
1206 "annotations",
1207 "docblock",
1203 "lexer", 1208 "lexer",
1204 "parser" 1209 "parser",
1210 "php"
1205 ], 1211 ],
1206 "time": "2014-09-09T13:34:57+00:00" 1212 "time": "2019-06-08T11:03:04+00:00"
1207 }, 1213 },
1208 { 1214 {
1209 "name": "doctrine/migrations", 1215 "name": "doctrine/migrations",
@@ -7938,7 +7944,7 @@
7938 }, 7944 },
7939 { 7945 {
7940 "name": "Gert de Pagter", 7946 "name": "Gert de Pagter",
7941 "email": "backendtea@gmail.com" 7947 "email": "BackEndTea@gmail.com"
7942 } 7948 }
7943 ], 7949 ],
7944 "description": "Symfony polyfill for ctype functions", 7950 "description": "Symfony polyfill for ctype functions",
@@ -9583,34 +9589,35 @@
9583 }, 9589 },
9584 { 9590 {
9585 "name": "doctrine/doctrine-fixtures-bundle", 9591 "name": "doctrine/doctrine-fixtures-bundle",
9586 "version": "3.1.0", 9592 "version": "3.2.0",
9587 "source": { 9593 "source": {
9588 "type": "git", 9594 "type": "git",
9589 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", 9595 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
9590 "reference": "f016565b251c2dfa32a8d6da44d1650dc9ec1498" 9596 "reference": "13b2e8e1af099bc06f8611497fe079a4e0b4e497"
9591 }, 9597 },
9592 "dist": { 9598 "dist": {
9593 "type": "zip", 9599 "type": "zip",
9594 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/f016565b251c2dfa32a8d6da44d1650dc9ec1498", 9600 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/13b2e8e1af099bc06f8611497fe079a4e0b4e497",
9595 "reference": "f016565b251c2dfa32a8d6da44d1650dc9ec1498", 9601 "reference": "13b2e8e1af099bc06f8611497fe079a4e0b4e497",
9596 "shasum": "" 9602 "shasum": ""
9597 }, 9603 },
9598 "require": { 9604 "require": {
9599 "doctrine/data-fixtures": "^1.3", 9605 "doctrine/data-fixtures": "^1.3",
9600 "doctrine/doctrine-bundle": "^1.6", 9606 "doctrine/doctrine-bundle": "^1.6",
9607 "doctrine/orm": "^2.6.0",
9601 "php": "^7.1", 9608 "php": "^7.1",
9602 "symfony/doctrine-bridge": "~3.4|^4.1", 9609 "symfony/doctrine-bridge": "~3.4|^4.1",
9603 "symfony/framework-bundle": "^3.4|^4.1" 9610 "symfony/framework-bundle": "^3.4|^4.1"
9604 }, 9611 },
9605 "require-dev": { 9612 "require-dev": {
9606 "doctrine/coding-standard": "^5.0", 9613 "doctrine/coding-standard": "^6.0",
9607 "phpunit/phpunit": "^7.4", 9614 "phpunit/phpunit": "^7.4",
9608 "symfony/phpunit-bridge": "^4.1" 9615 "symfony/phpunit-bridge": "^4.1"
9609 }, 9616 },
9610 "type": "symfony-bundle", 9617 "type": "symfony-bundle",
9611 "extra": { 9618 "extra": {
9612 "branch-alias": { 9619 "branch-alias": {
9613 "dev-master": "3.1.x-dev" 9620 "dev-master": "3.2.x-dev"
9614 } 9621 }
9615 }, 9622 },
9616 "autoload": { 9623 "autoload": {
@@ -9642,7 +9649,7 @@
9642 "Fixture", 9649 "Fixture",
9643 "persistence" 9650 "persistence"
9644 ], 9651 ],
9645 "time": "2018-12-21T10:10:51+00:00" 9652 "time": "2019-06-07T11:21:53+00:00"
9646 }, 9653 },
9647 { 9654 {
9648 "name": "friendsofphp/php-cs-fixer", 9655 "name": "friendsofphp/php-cs-fixer",