diff --git a/phpBB/composer.json b/phpBB/composer.json index 70319fe3fb..bcf359a53b 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -25,6 +25,7 @@ "phpbb/phpbb-core": "self.version" }, "require": { + "bantu/ini-get-wrapper": "1.0.*", "lusitanian/oauth": "0.2.*", "marc1706/fast-image-size": "1.1.*", "patchwork/utf8": "1.1.*", diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 7d45abc6e3..cbd7292aed 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -4,8 +4,38 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "da690ad4ab4884661792b4b9d648934a", + "hash": "ba4a5aa23baa2fffaf9843b0be42e189", "packages": [ + { + "name": "bantu/ini-get-wrapper", + "version": "v1.0.1", + "source": { + "type": "git", + "url": "https://github.com/bantuXorg/php-ini-get-wrapper.git", + "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bantuXorg/php-ini-get-wrapper/zipball/4770c7feab370c62e23db4f31c112b7c6d90aee2", + "reference": "4770c7feab370c62e23db4f31c112b7c6d90aee2", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "bantu\\IniGetWrapper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Convenience wrapper around ini_get()", + "time": "2014-09-15 13:12:35" + }, { "name": "lusitanian/oauth", "version": "v0.2.1",