diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-04-13 05:36:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 05:36:53 +0200 |
commit | b4ecbf2bb26099d9e2b66246295413fdb11aaa2a (patch) | |
tree | d42c4d50bc470471ce55f82e40bde9b9c0420f3b | |
parent | fc096bdc32c95184f57aa17ced837f1e702827d0 (diff) | |
parent | 20a99c772a89970a8697f3ef9f9b5c2beb79f764 (diff) | |
download | wallabag-b4ecbf2bb26099d9e2b66246295413fdb11aaa2a.tar.gz wallabag-b4ecbf2bb26099d9e2b66246295413fdb11aaa2a.tar.zst wallabag-b4ecbf2bb26099d9e2b66246295413fdb11aaa2a.zip |
Merge pull request #4328 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.3.1
Bump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1
-rw-r--r-- | composer.lock | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/composer.lock b/composer.lock index f1f3885c..5d853f44 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -10195,22 +10195,23 @@ | |||
10195 | }, | 10195 | }, |
10196 | { | 10196 | { |
10197 | "name": "doctrine/doctrine-fixtures-bundle", | 10197 | "name": "doctrine/doctrine-fixtures-bundle", |
10198 | "version": "3.3.0", | 10198 | "version": "3.3.1", |
10199 | "source": { | 10199 | "source": { |
10200 | "type": "git", | 10200 | "type": "git", |
10201 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", | 10201 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
10202 | "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70" | 10202 | "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f" |
10203 | }, | 10203 | }, |
10204 | "dist": { | 10204 | "dist": { |
10205 | "type": "zip", | 10205 | "type": "zip", |
10206 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", | 10206 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/39defca57ee0949e1475c46177b30b6d1b732e8f", |
10207 | "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70", | 10207 | "reference": "39defca57ee0949e1475c46177b30b6d1b732e8f", |
10208 | "shasum": "" | 10208 | "shasum": "" |
10209 | }, | 10209 | }, |
10210 | "require": { | 10210 | "require": { |
10211 | "doctrine/data-fixtures": "^1.3", | 10211 | "doctrine/data-fixtures": "^1.3", |
10212 | "doctrine/doctrine-bundle": "^1.11|^2.0", | 10212 | "doctrine/doctrine-bundle": "^1.11|^2.0", |
10213 | "doctrine/orm": "^2.6.0", | 10213 | "doctrine/orm": "^2.6.0", |
10214 | "doctrine/persistence": "^1.3", | ||
10214 | "php": "^7.1", | 10215 | "php": "^7.1", |
10215 | "symfony/config": "^3.4|^4.3|^5.0", | 10216 | "symfony/config": "^3.4|^4.3|^5.0", |
10216 | "symfony/console": "^3.4|^4.3|^5.0", | 10217 | "symfony/console": "^3.4|^4.3|^5.0", |
@@ -10258,7 +10259,7 @@ | |||
10258 | "Fixture", | 10259 | "Fixture", |
10259 | "persistence" | 10260 | "persistence" |
10260 | ], | 10261 | ], |
10261 | "time": "2019-11-13T15:46:58+00:00" | 10262 | "time": "2020-04-02T16:40:37+00:00" |
10262 | }, | 10263 | }, |
10263 | { | 10264 | { |
10264 | "name": "friendsofphp/php-cs-fixer", | 10265 | "name": "friendsofphp/php-cs-fixer", |