aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-04-07 16:11:36 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-04-24 13:33:13 +0200
commit3fc7a352ff308ff4b5a038e807a6f803572242d5 (patch)
treecfeca2f6cd9ffd8f7d28ba1c79dd67cdb353ecf2
parent245d042e43374e6467f447507783a68fae186ef1 (diff)
downloadforums-3fc7a352ff308ff4b5a038e807a6f803572242d5.tar
forums-3fc7a352ff308ff4b5a038e807a6f803572242d5.tar.gz
forums-3fc7a352ff308ff4b5a038e807a6f803572242d5.tar.bz2
forums-3fc7a352ff308ff4b5a038e807a6f803572242d5.tar.xz
forums-3fc7a352ff308ff4b5a038e807a6f803572242d5.zip
[ticket/8672] Add fast-image-size library to composer.json
PHPBB3-8672
-rw-r--r--phpBB/composer.json1
-rw-r--r--phpBB/composer.lock51
2 files changed, 52 insertions, 0 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index 46c0e9b361..31462b81eb 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -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",
diff --git a/phpBB/composer.lock b/phpBB/composer.lock
index adc109b0ee..3bff2429d6 100644
--- a/phpBB/composer.lock
+++ b/phpBB/composer.lock
@@ -70,6 +70,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",
"source": {