Updated deps

This commit is contained in:
Graham Campbell
2016-04-18 18:28:49 +01:00
parent 5de8521ac8
commit 159390f989
2 changed files with 11 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
], ],
"require": { "require": {
"php": ">=5.5.9", "php": ">=5.5.9",
"laravel/framework": "~5.2.26", "laravel/framework": "~5.2.30",
"alt-three/badger": "^3.0", "alt-three/badger": "^3.0",
"alt-three/bus": "^1.0", "alt-three/bus": "^1.0",
"alt-three/emoji": "^3.0", "alt-three/emoji": "^3.0",

19
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "eecd7b14139ec52c478d6b36497570fb", "hash": "a14ab9a0890f81633658517822f88207",
"content-hash": "d40623b812ddc6c708e56438457d2adb", "content-hash": "dd1a2ca8d28210dce24ed73872fd2449",
"packages": [ "packages": [
{ {
"name": "alt-three/badger", "name": "alt-three/badger",
@@ -1703,16 +1703,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.2.29", "version": "5.2.x-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "e3d644eb131f18c5f3d28ff7bc678bc797091f20" "reference": "a37f3cc2fb7e8f4ead37ad1966cdd5fee1b2d0ad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/e3d644eb131f18c5f3d28ff7bc678bc797091f20", "url": "https://api.github.com/repos/laravel/framework/zipball/a37f3cc2fb7e8f4ead37ad1966cdd5fee1b2d0ad",
"reference": "e3d644eb131f18c5f3d28ff7bc678bc797091f20", "reference": "a37f3cc2fb7e8f4ead37ad1966cdd5fee1b2d0ad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1773,7 +1773,7 @@
}, },
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "~3.0", "aws/aws-sdk-php": "~3.0",
"mockery/mockery": "~0.9.2", "mockery/mockery": "~0.9.4",
"pda/pheanstalk": "~3.0", "pda/pheanstalk": "~3.0",
"phpunit/phpunit": "~4.1", "phpunit/phpunit": "~4.1",
"predis/predis": "~1.0", "predis/predis": "~1.0",
@@ -1791,7 +1791,8 @@
"predis/predis": "Required to use the redis cache and queue drivers (~1.0).", "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).", "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*)." "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@@ -1827,7 +1828,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2016-04-03 01:43:55" "time": "2016-04-18 14:42:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",