diff options
Diffstat (limited to 'phpBB/composer.lock')
-rw-r--r-- | phpBB/composer.lock | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index c6a0c3e854..ac0d01e648 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b82925c74b2b12ce589973243a9fab68", - "content-hash": "fee6d87604f3053b51c0947ded841cfe", + "hash": "0a51a3b7218cbf3a5fe6621729b72c05", + "content-hash": "396082a59d972dd35293fe73b0615e79", "packages": [ { "name": "bantu/ini-get-wrapper", @@ -1973,6 +1973,47 @@ "time": "2015-12-31 15:58:49" }, { + "name": "laravel/homestead", + "version": "v2.2.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/homestead.git", + "reference": "5008339af93bbb73efee53cbef9374c5d443c708" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/homestead/zipball/5008339af93bbb73efee53cbef9374c5d443c708", + "reference": "5008339af93bbb73efee53cbef9374c5d443c708", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "symfony/console": "~2.0", + "symfony/process": "~2.0" + }, + "bin": [ + "homestead" + ], + "type": "library", + "autoload": { + "psr-4": { + "Laravel\\Homestead\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylorotwell@gmail.com" + } + ], + "description": "A virtual machine for web artisans.", + "time": "2016-01-05 19:19:26" + }, + { "name": "michelf/php-markdown", "version": "1.6.0", "source": { |