Updated dependencies

This commit is contained in:
Graham Campbell
2016-03-26 17:59:51 +00:00
parent 99a5a85248
commit 841e102971
2 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "~5.2.24",
"laravel/framework": "~5.2.26",
"alt-three/badger": "^3.0",
"alt-three/bus": "^1.0",
"alt-three/emoji": "^3.0",
@@ -32,11 +32,11 @@
"graham-campbell/core": "^4.2",
"graham-campbell/markdown": "^6.0",
"graham-campbell/exceptions": "^8.3",
"guzzlehttp/guzzle": "^6.1",
"guzzlehttp/guzzle": "^6.2",
"jenssegers/date": "^3.1",
"mccool/laravel-auto-presenter": "^4.2",
"pragmarx/google2fa": "^0.7.1",
"rcrowe/twigbridge": "^0.9.1",
"rcrowe/twigbridge": "^0.9.2",
"roumen/feed": "^2.10"
},
"require-dev": {
@@ -74,13 +74,13 @@
"php artisan key:generate"
],
"post-install-cmd": [
"php artisan clear-compiled",
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache"
],
"post-update-cmd": [
"php artisan clear-compiled",
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize --force",
"php artisan config:cache",
"php artisan route:cache"

14
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",
"This file is @generated automatically"
],
"hash": "4eb117df631024aa9dc6b1036dc6421d",
"content-hash": "714d9d3df78aef789a7fe3780e401885",
"hash": "eecd7b14139ec52c478d6b36497570fb",
"content-hash": "d40623b812ddc6c708e56438457d2adb",
"packages": [
{
"name": "alt-three/badger",
@@ -1703,16 +1703,16 @@
},
{
"name": "laravel/framework",
"version": "v5.2.24",
"version": "v5.2.26",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "396297a5fd3c70c2fc1af68f09ee574a2380175c"
"reference": "b73ac62506c5c2bd49d87fcb1089f7759431e173"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/396297a5fd3c70c2fc1af68f09ee574a2380175c",
"reference": "396297a5fd3c70c2fc1af68f09ee574a2380175c",
"url": "https://api.github.com/repos/laravel/framework/zipball/b73ac62506c5c2bd49d87fcb1089f7759431e173",
"reference": "b73ac62506c5c2bd49d87fcb1089f7759431e173",
"shasum": ""
},
"require": {
@@ -1827,7 +1827,7 @@
"framework",
"laravel"
],
"time": "2016-03-22 13:45:19"
"time": "2016-03-25 17:12:52"
},
{
"name": "league/commonmark",