Updated dependencies

This commit is contained in:
Graham Campbell
2015-12-09 14:04:26 +00:00
parent 9cde8277ad
commit 8ca809d5a0

49
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": "68368056b2e111808dc9fde989b5324d",
"content-hash": "976eda704e6a191e2bd557cb919f1ed6",
"hash": "51989c98983a28f196031de3cfefffe5",
"content-hash": "cdf4582361a808cd9779668d602e42b6",
"packages": [
{
"name": "alt-three/emoji",
@@ -1105,16 +1105,16 @@
},
{
"name": "graham-campbell/exceptions",
"version": "v6.0.0",
"version": "v6.1.0",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Exceptions.git",
"reference": "abd3ea87415e2420576ace02969798222a114752"
"reference": "febf4f8c2e8013742269625d1af6cb440c895b18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Exceptions/zipball/abd3ea87415e2420576ace02969798222a114752",
"reference": "abd3ea87415e2420576ace02969798222a114752",
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Exceptions/zipball/febf4f8c2e8013742269625d1af6cb440c895b18",
"reference": "febf4f8c2e8013742269625d1af6cb440c895b18",
"shasum": ""
},
"require": {
@@ -1138,7 +1138,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
"dev-master": "6.1-dev"
}
},
"autoload": {
@@ -1170,7 +1170,7 @@
"laravel",
"whoops"
],
"time": "2015-11-22 19:54:20"
"time": "2015-12-09 12:50:33"
},
{
"name": "graham-campbell/markdown",
@@ -1611,26 +1611,26 @@
},
{
"name": "jenssegers/date",
"version": "v3.0.12",
"version": "v3.0.13",
"source": {
"type": "git",
"url": "https://github.com/jenssegers/date.git",
"reference": "2e423f6327cbf72a41fd6bac094a788bc524a863"
"reference": "e285f567af6d6cd0061efca109b38da3bcfc21c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jenssegers/date/zipball/2e423f6327cbf72a41fd6bac094a788bc524a863",
"reference": "2e423f6327cbf72a41fd6bac094a788bc524a863",
"url": "https://api.github.com/repos/jenssegers/date/zipball/e285f567af6d6cd0061efca109b38da3bcfc21c9",
"reference": "e285f567af6d6cd0061efca109b38da3bcfc21c9",
"shasum": ""
},
"require": {
"nesbot/carbon": "~1.0",
"nesbot/carbon": "^1.0",
"php": ">=5.3.3",
"symfony/translation": "~2.0"
"symfony/translation": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6"
"phpunit/phpunit": "^4.0|^5.0",
"satooshi/php-coveralls": "^0.6"
},
"type": "library",
"extra": {
@@ -1650,10 +1650,11 @@
"authors": [
{
"name": "Jens Segers",
"homepage": "http://jenssegers.be"
"homepage": "https://jenssegers.com"
}
],
"description": "A date library to help you work with dates in different languages",
"homepage": "https://github.com/jenssegers/date",
"keywords": [
"carbon",
"date",
@@ -1663,7 +1664,7 @@
"time",
"translation"
],
"time": "2015-10-26 15:04:00"
"time": "2015-12-01 08:34:42"
},
{
"name": "jeremeamia/SuperClosure",
@@ -4571,23 +4572,23 @@
},
{
"name": "sebastian/diff",
"version": "1.4.0",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828"
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/2b0112e42c338afa9ad9dfeb94d66f6d84c2f828",
"reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~5"
"phpunit/phpunit": "~4.8"
},
"type": "library",
"extra": {
@@ -4619,7 +4620,7 @@
"keywords": [
"diff"
],
"time": "2015-12-06 07:21:36"
"time": "2015-12-08 07:14:41"
},
{
"name": "sebastian/environment",