diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-11-11 13:59:16 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-11-11 13:59:16 +0100 |
commit | d266c7ae268cfc61bc90b622f71710abda9b3606 (patch) | |
tree | bcceca550393f1ead6f822a0d83ce22301b0d1a5 /phpBB/composer.lock | |
parent | 16de388437126d2c71a4039f480ae88ff68d479b (diff) | |
download | forums-d266c7ae268cfc61bc90b622f71710abda9b3606.tar forums-d266c7ae268cfc61bc90b622f71710abda9b3606.tar.gz forums-d266c7ae268cfc61bc90b622f71710abda9b3606.tar.bz2 forums-d266c7ae268cfc61bc90b622f71710abda9b3606.tar.xz forums-d266c7ae268cfc61bc90b622f71710abda9b3606.zip |
[develop] Update / Fix composer.lock hash.
Diffstat (limited to 'phpBB/composer.lock')
-rw-r--r-- | phpBB/composer.lock | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index ea177f537a..6824c82243 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "1344b97ad0b4c8eb75a384a545065333", + "hash": "3c4d83fc3d00d6d76787dbb1d89ee405", "packages": [ { "name": "lusitanian/oauth", @@ -2313,11 +2313,17 @@ "time": "2014-09-23 05:25:11" } ], - "aliases": [], + "aliases": [ + + ], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": [ + + ], "platform": { "php": ">=5.3.3" }, - "platform-dev": [] + "platform-dev": [ + + ] } |