mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-10 15:35:53 -06:00
Update composer.lock [skip ci]
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
parent
a7ffdf062a
commit
8fdeaf73cc
44
composer.lock
generated
44
composer.lock
generated
@ -159,16 +159,16 @@
|
||||
},
|
||||
{
|
||||
"name": "davejamesmiller/laravel-breadcrumbs",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
|
||||
"reference": "5a5d5d1b1f5780359604f7fde11bbf810ff3e9e4"
|
||||
"reference": "460bf79e83ff9e3db1e3f1c40169d8893893f8ff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/5a5d5d1b1f5780359604f7fde11bbf810ff3e9e4",
|
||||
"reference": "5a5d5d1b1f5780359604f7fde11bbf810ff3e9e4",
|
||||
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/460bf79e83ff9e3db1e3f1c40169d8893893f8ff",
|
||||
"reference": "460bf79e83ff9e3db1e3f1c40169d8893893f8ff",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -178,7 +178,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "0.9.*",
|
||||
"orchestra/testbench": "3.0.*",
|
||||
"orchestra/testbench": "3.2.*|3.3.*",
|
||||
"phpunit/phpunit": "4.*",
|
||||
"satooshi/php-coveralls": "0.6.*"
|
||||
},
|
||||
@ -200,11 +200,11 @@
|
||||
}
|
||||
],
|
||||
"description": "A simple Laravel-style way to create breadcrumbs in Laravel 4+.",
|
||||
"homepage": "https://github.com/davejamesmiller/laravel-breadcrumbs",
|
||||
"homepage": "http://laravel-breadcrumbs.davejamesmiller.com",
|
||||
"keywords": [
|
||||
"laravel"
|
||||
],
|
||||
"time": "2015-02-08 21:44:39"
|
||||
"time": "2016-08-28 16:57:03"
|
||||
},
|
||||
{
|
||||
"name": "dnoegel/php-xdg-base-dir",
|
||||
@ -855,16 +855,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.2.44",
|
||||
"version": "v5.2.45",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "f24b7acfb494437ef00bdd062bed61eb21535546"
|
||||
"reference": "2a79f920d5584ec6df7cf996d922a742d11095d1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/f24b7acfb494437ef00bdd062bed61eb21535546",
|
||||
"reference": "f24b7acfb494437ef00bdd062bed61eb21535546",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/2a79f920d5584ec6df7cf996d922a742d11095d1",
|
||||
"reference": "2a79f920d5584ec6df7cf996d922a742d11095d1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -981,7 +981,7 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2016-08-23 13:03:29"
|
||||
"time": "2016-08-26 11:44:52"
|
||||
},
|
||||
{
|
||||
"name": "laravelcollective/html",
|
||||
@ -2787,24 +2787,24 @@
|
||||
},
|
||||
{
|
||||
"name": "watson/validating",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dwightwatson/validating.git",
|
||||
"reference": "64dc3d211372576d468e2bfaf3c7b7ace66ee970"
|
||||
"reference": "8f37e416aaf02129c8ad57a446a6ef7080019687"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/64dc3d211372576d468e2bfaf3c7b7ace66ee970",
|
||||
"reference": "64dc3d211372576d468e2bfaf3c7b7ace66ee970",
|
||||
"url": "https://api.github.com/repos/dwightwatson/validating/zipball/8f37e416aaf02129c8ad57a446a6ef7080019687",
|
||||
"reference": "8f37e416aaf02129c8ad57a446a6ef7080019687",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "~5.0",
|
||||
"illuminate/database": "~5.0 || >=5.1.27",
|
||||
"illuminate/events": "~5.0",
|
||||
"illuminate/support": "~5.0",
|
||||
"illuminate/validation": "~5.0",
|
||||
"illuminate/contracts": "~5.0 <5.3",
|
||||
"illuminate/database": "~5.0 <5.3 || >=5.1.27",
|
||||
"illuminate/events": "~5.0 <5.3",
|
||||
"illuminate/support": "~5.0 <5.3",
|
||||
"illuminate/validation": "~5.0 <5.3",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@ -2838,7 +2838,7 @@
|
||||
"laravel",
|
||||
"validation"
|
||||
],
|
||||
"time": "2016-04-07 14:59:06"
|
||||
"time": "2016-08-28 07:54:32"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
Loading…
Reference in New Issue
Block a user