aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/composer.lock')
-rw-r--r--phpBB/composer.lock50
1 files changed, 48 insertions, 2 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock
index c6a0c3e854..8594df288f 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": "d17edf84ae8880e813086b6d819b673e",
+ "content-hash": "6f5504e5ebda4ca805181bbf6c829f1f",
"packages": [
{
"name": "bantu/ini-get-wrapper",
@@ -1973,6 +1973,52 @@
"time": "2015-12-31 15:58:49"
},
{
+ "name": "laravel/homestead",
+ "version": "v3.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/homestead.git",
+ "reference": "705449c3dbedbded4bd4f3ed725303c69253cad4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/homestead/zipball/705449c3dbedbded4bd4f3ed725303c69253cad4",
+ "reference": "705449c3dbedbded4bd4f3ed725303c69253cad4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "symfony/console": "~2.3|~3.0",
+ "symfony/process": "~2.3|~3.0"
+ },
+ "bin": [
+ "homestead"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "4.0-dev"
+ }
+ },
+ "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-02-16 22:31:00"
+ },
+ {
"name": "michelf/php-markdown",
"version": "1.6.0",
"source": {