1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 07:16:36 +02:00

[ticket/8672] Add fast-image-size library to composer.json

PHPBB3-8672
This commit is contained in:
Marc Alexander 2015-04-07 16:11:36 +02:00
parent 245d042e43
commit 3fc7a352ff
2 changed files with 52 additions and 0 deletions

View File

@ -26,6 +26,7 @@
},
"require": {
"lusitanian/oauth": "0.2.*",
"marc1706/fast-image-size": "1.0.*",
"patchwork/utf8": "1.1.*",
"php": ">=5.3.9",
"s9e/text-formatter": "dev-release/php5.3",

51
phpBB/composer.lock generated
View File

@ -69,6 +69,57 @@
],
"time": "2013-08-29 21:40:04"
},
{
"name": "marc1706/fast-image-size",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/marc1706/fast-image-size.git",
"reference": "99fb3c4aab631a39db7e8638450b59f562a47bb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/marc1706/fast-image-size/zipball/99fb3c4aab631a39db7e8638450b59f562a47bb1",
"reference": "99fb3c4aab631a39db7e8638450b59f562a47bb1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"psr-4": {
"fastImageSize\\": "lib",
"fastImageSize\\tests\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marc Alexander",
"email": "admin@m-a-styles.de",
"homepage": "https://www.m-a-styles.de",
"role": "Developer"
}
],
"description": "fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.",
"homepage": "https://www.m-a-styles.de",
"keywords": [
"fast",
"getimagesize",
"image",
"imagesize",
"php",
"size"
],
"time": "2015-04-07 13:37:04"
},
{
"name": "patchwork/utf8",
"version": "v1.1.26",