[ticket/13904] Add bantu/ini-get-wrapper to composer.json

PHPBB3-13904
This commit is contained in:
Marc Alexander 2015-09-09 08:28:49 +02:00
parent 36545d5cbe
commit b2957b9d65
2 changed files with 32 additions and 1 deletions

View file

@ -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.*",

32
phpBB/composer.lock generated
View file

@ -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",