1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 00:21:02 +01:00

[ticket/15133] Update fast-image-size to 1.1.4

Fixes various issues with JPEG, TIFF, and adds WebP support.

PHPBB3-15133
This commit is contained in:
Marc Alexander 2017-10-29 11:04:47 +01:00
parent 3b5c624c03
commit 9c8eb3de90
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

11
phpBB/composer.lock generated
View File

@ -346,19 +346,20 @@
},
{
"name": "marc1706/fast-image-size",
"version": "v1.1.3",
"version": "v1.1.4",
"source": {
"type": "git",
"url": "https://github.com/marc1706/fast-image-size.git",
"reference": "5f7e8377746524e2b8a49a631c1fc9afeb9d8bee"
"reference": "c4ded0223a4e49ae45a2183a69f6afac5baf7250"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/5f7e8377746524e2b8a49a631c1fc9afeb9d8bee",
"reference": "5f7e8377746524e2b8a49a631c1fc9afeb9d8bee",
"url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/c4ded0223a4e49ae45a2183a69f6afac5baf7250",
"reference": "c4ded0223a4e49ae45a2183a69f6afac5baf7250",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
@ -393,7 +394,7 @@
"php",
"size"
],
"time": "2017-03-26 12:48:28"
"time": "2017-10-23 18:52:01"
},
{
"name": "ocramius/proxy-manager",