aboutsummaryrefslogtreecommitdiff
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 /phpBB/composer.json
parent[ticket/8672] Updated the text_formatter.s9e service (diff)
downloadphpbb-3fc7a352ff308ff4b5a038e807a6f803572242d5.tar.gz
phpbb-3fc7a352ff308ff4b5a038e807a6f803572242d5.tar.bz2
phpbb-3fc7a352ff308ff4b5a038e807a6f803572242d5.zip
[ticket/8672] Add fast-image-size library to composer.json
PHPBB3-8672
Diffstat (limited to 'phpBB/composer.json')
-rw-r--r--phpBB/composer.json1
1 files changed, 1 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",