1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14150] Update fast-image-size to newest version

PHPBB3-14150
This commit is contained in:
Marc Alexander
2015-09-08 12:59:55 +02:00
parent 3ddee852fa
commit 58286171f1
9 changed files with 19 additions and 19 deletions

16
phpBB/composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "94d0f6dab53f11dab1de63c0ae519ee6",
"hash": "da690ad4ab4884661792b4b9d648934a",
"packages": [
{
"name": "lusitanian/oauth",
@@ -71,16 +71,16 @@
},
{
"name": "marc1706/fast-image-size",
"version": "v1.0.2",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/marc1706/fast-image-size.git",
"reference": "ab7b594325cdf6b374d50b3934c8d16dd5249a2a"
"reference": "27467cfeca8fb2afd7ef3ffeea6d28a84f79df41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/ab7b594325cdf6b374d50b3934c8d16dd5249a2a",
"reference": "ab7b594325cdf6b374d50b3934c8d16dd5249a2a",
"url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/27467cfeca8fb2afd7ef3ffeea6d28a84f79df41",
"reference": "27467cfeca8fb2afd7ef3ffeea6d28a84f79df41",
"shasum": ""
},
"require": {
@@ -92,8 +92,8 @@
"type": "library",
"autoload": {
"psr-4": {
"fastImageSize\\": "lib",
"fastImageSize\\tests\\": "tests"
"FastImageSize\\": "lib",
"FastImageSize\\tests\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -118,7 +118,7 @@
"php",
"size"
],
"time": "2015-04-09 11:19:59"
"time": "2015-08-21 11:40:30"
},
{
"name": "patchwork/utf8",