From 02f713375c16da6c84cbcbabd0b77f2b023c9d2d Mon Sep 17 00:00:00 2001 From: kamil4 Date: Sat, 23 Jul 2022 13:27:04 -0500 Subject: [PATCH] Update php-exif to 0.7.10 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 81d8245e469..a4d5b009d5c 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "laravel/framework": "^8.83.14", "livewire/livewire": "^2.7", "lychee-org/nestedset": "^6", - "lychee-org/php-exif": "^0.7.9", + "lychee-org/php-exif": "^0.7.10", "maennchen/zipstream-php": "^2.1", "php-ffmpeg/php-ffmpeg": "^1.0", "php-http/guzzle7-adapter": "^1.0", diff --git a/composer.lock b/composer.lock index b3903875fd4..186fbf446f3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b952956069f0e3c24317e3035f7990d5", + "content-hash": "ab7285d05111e91bdbcc72fe5f24564b", "packages": [ { "name": "beberlei/assert", @@ -2701,16 +2701,16 @@ }, { "name": "lychee-org/php-exif", - "version": "v0.7.9", + "version": "v0.7.10", "source": { "type": "git", "url": "https://github.com/LycheeOrg/php-exif.git", - "reference": "ef77c3767a57ca6792efc19e389642d3d8844958" + "reference": "2bd2d3482cca296fc477fe1a07d1f465e145264c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/LycheeOrg/php-exif/zipball/ef77c3767a57ca6792efc19e389642d3d8844958", - "reference": "ef77c3767a57ca6792efc19e389642d3d8844958", + "url": "https://api.github.com/repos/LycheeOrg/php-exif/zipball/2bd2d3482cca296fc477fe1a07d1f465e145264c", + "reference": "2bd2d3482cca296fc477fe1a07d1f465e145264c", "shasum": "" }, "require": { @@ -2767,9 +2767,9 @@ ], "support": { "issues": "https://github.com/LycheeOrg/php-exif/issues", - "source": "https://github.com/LycheeOrg/php-exif/tree/v0.7.9" + "source": "https://github.com/LycheeOrg/php-exif/tree/v0.7.10" }, - "time": "2022-07-18T03:45:38+00:00" + "time": "2022-07-22T22:31:48+00:00" }, { "name": "maennchen/zipstream-php",