diff options
Diffstat (limited to 'phpBB/composer.lock')
-rw-r--r-- | phpBB/composer.lock | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 7d45abc6e3..accd4a55f6 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -4,9 +4,39 @@ "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": "983770c26a0dcd7399ebd488846ade9a", "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", "source": { |