mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 06:55:25 +02:00
[ticket/13789] Update composer.lock.
PHPBB3-13789
This commit is contained in:
parent
90038e32cd
commit
86d1b35a00
53
phpBB/composer.lock
generated
53
phpBB/composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "3a1fb55478d50b5b7b5888f3a07e0b43",
|
"hash": "3f4f026ae8fdec714dd7fb816db22be5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "bantu/ini-get-wrapper",
|
"name": "bantu/ini-get-wrapper",
|
||||||
@ -36,6 +36,51 @@
|
|||||||
"description": "Convenience wrapper around ini_get()",
|
"description": "Convenience wrapper around ini_get()",
|
||||||
"time": "2014-09-15 13:12:35"
|
"time": "2014-09-15 13:12:35"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "google/recaptcha",
|
||||||
|
"version": "1.1.2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/google/recaptcha.git",
|
||||||
|
"reference": "2b7e00566afca82a38a1d3adb8e42c118006296e"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/google/recaptcha/zipball/2b7e00566afca82a38a1d3adb8e42c118006296e",
|
||||||
|
"reference": "2b7e00566afca82a38a1d3adb8e42c118006296e",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.2"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "4.5.*"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "1.1.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"ReCaptcha\\": "src/ReCaptcha"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"BSD-3-Clause"
|
||||||
|
],
|
||||||
|
"description": "Client library for reCAPTCHA, a free service that protect websites from spam and abuse.",
|
||||||
|
"homepage": "http://www.google.com/recaptcha/",
|
||||||
|
"keywords": [
|
||||||
|
"Abuse",
|
||||||
|
"captcha",
|
||||||
|
"recaptcha",
|
||||||
|
"spam"
|
||||||
|
],
|
||||||
|
"time": "2015-09-02 17:23:59"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "lusitanian/oauth",
|
"name": "lusitanian/oauth",
|
||||||
"version": "v0.2.1",
|
"version": "v0.2.1",
|
||||||
@ -226,7 +271,7 @@
|
|||||||
"Psr\\Log\\": ""
|
"Psr\\Log\\": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "http://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
@ -1977,12 +2022,12 @@
|
|||||||
"version": "v1.0.2",
|
"version": "v1.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/silexphp/Pimple.git",
|
"url": "https://github.com/fabpot/Pimple.git",
|
||||||
"reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
|
"reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
|
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
|
||||||
"reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
|
"reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user