From b2957b9d6543737076d96209ba0f12e2fc145a9a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Wed, 9 Sep 2015 08:28:49 +0200 Subject: [ticket/13904] Add bantu/ini-get-wrapper to composer.json PHPBB3-13904 --- phpBB/composer.lock | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'phpBB/composer.lock') 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", -- cgit v1.2.1