From: Jérémy Benoist Date: Mon, 17 Jun 2019 06:19:16 +0000 (+0200) Subject: Merge pull request #4009 from wallabag/fix/check-git-directory X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f981d1d732350f31baa731ef9edee7bfa08def82;hp=0a258f85be31c5d99317ffdc83cc8735e504ed48;p=github%2Fwallabag%2Fwallabag.git Merge pull request #4009 from wallabag/fix/check-git-directory Check if .git directory exist before making the update --- diff --git a/composer.lock b/composer.lock index 124226d6..0bd02f82 100644 --- a/composer.lock +++ b/composer.lock @@ -9590,16 +9590,16 @@ }, { "name": "doctrine/doctrine-fixtures-bundle", - "version": "3.2.0", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", - "reference": "13b2e8e1af099bc06f8611497fe079a4e0b4e497" + "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/13b2e8e1af099bc06f8611497fe079a4e0b4e497", - "reference": "13b2e8e1af099bc06f8611497fe079a4e0b4e497", + "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/90e4a4f968b2dae40e290a6ee516957af043f16c", + "reference": "90e4a4f968b2dae40e290a6ee516957af043f16c", "shasum": "" }, "require": { @@ -9650,7 +9650,7 @@ "Fixture", "persistence" ], - "time": "2019-06-07T11:21:53+00:00" + "time": "2019-06-12T12:03:37+00:00" }, { "name": "friendsofphp/php-cs-fixer",