mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Update composer file with new command.
This commit is contained in:
parent
22f110df8d
commit
d9a2bd3e5f
@ -161,6 +161,7 @@
|
||||
"@php artisan firefly-iii:delete-empty-groups",
|
||||
"@php artisan firefly-iii:fix-account-types",
|
||||
"@php artisan firefly-iii:rename-meta-fields",
|
||||
"@php artisan firefly-iii:fix-ob-currencies",
|
||||
|
||||
"@php artisan firefly-iii:report-empty-objects",
|
||||
"@php artisan firefly-iii:report-sum",
|
||||
|
33
composer.lock
generated
33
composer.lock
generated
@ -1327,16 +1327,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.8.32",
|
||||
"version": "v5.8.33",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "ee16d719516dfd77ed6c9538000bca49ded284e2"
|
||||
"reference": "58b81842cbdcfbbd8302790ac0f98119ea1c56e5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/ee16d719516dfd77ed6c9538000bca49ded284e2",
|
||||
"reference": "ee16d719516dfd77ed6c9538000bca49ded284e2",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/58b81842cbdcfbbd8302790ac0f98119ea1c56e5",
|
||||
"reference": "58b81842cbdcfbbd8302790ac0f98119ea1c56e5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1470,20 +1470,20 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-08-13T14:11:52+00:00"
|
||||
"time": "2019-08-20T15:45:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
"version": "v7.3.5",
|
||||
"version": "v7.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/passport.git",
|
||||
"reference": "57937b08dc8e444b4756782a5ba172b5ba54d4f5"
|
||||
"reference": "4460bd1fb5d913d75e547caf02a5a19c6d77794d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/passport/zipball/57937b08dc8e444b4756782a5ba172b5ba54d4f5",
|
||||
"reference": "57937b08dc8e444b4756782a5ba172b5ba54d4f5",
|
||||
"url": "https://api.github.com/repos/laravel/passport/zipball/4460bd1fb5d913d75e547caf02a5a19c6d77794d",
|
||||
"reference": "4460bd1fb5d913d75e547caf02a5a19c6d77794d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1494,6 +1494,7 @@
|
||||
"illuminate/console": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
"illuminate/container": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
"illuminate/contracts": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
"illuminate/cookie": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
"illuminate/encryption": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
"illuminate/http": "~5.6.0|~5.7.0|~5.8.0|^6.0",
|
||||
@ -1540,7 +1541,7 @@
|
||||
"oauth",
|
||||
"passport"
|
||||
],
|
||||
"time": "2019-08-06T18:10:19+00:00"
|
||||
"time": "2019-08-20T18:10:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravelcollective/html",
|
||||
@ -2323,16 +2324,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "2.23.0",
|
||||
"version": "2.23.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "97a08830a22ce0b69549a4966773c0eae900468d"
|
||||
"reference": "767617a047e5b8b8b3b0b6023a2650847ed7df02"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/97a08830a22ce0b69549a4966773c0eae900468d",
|
||||
"reference": "97a08830a22ce0b69549a4966773c0eae900468d",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/767617a047e5b8b8b3b0b6023a2650847ed7df02",
|
||||
"reference": "767617a047e5b8b8b3b0b6023a2650847ed7df02",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2386,7 +2387,7 @@
|
||||
"datetime",
|
||||
"time"
|
||||
],
|
||||
"time": "2019-08-12T17:19:41+00:00"
|
||||
"time": "2019-08-17T13:57:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "opis/closure",
|
||||
@ -4997,7 +4998,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tightenco/collect",
|
||||
"version": "v5.8.32",
|
||||
"version": "v5.8.33",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tightenco/collect.git",
|
||||
|
Loading…
Reference in New Issue
Block a user