mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add missing command
This commit is contained in:
parent
41089a0a0a
commit
8627ee391a
@ -72,6 +72,7 @@ class UpgradeDatabase extends Command
|
||||
// also just in case, some integrity commands:
|
||||
'firefly-iii:create-group-memberships',
|
||||
'firefly-iii:upgrade-group-information',
|
||||
'firefly-iii:upgrade-currency-preferences'
|
||||
];
|
||||
$args = [];
|
||||
if ($this->option('force')) {
|
||||
|
90
composer.lock
generated
90
composer.lock
generated
@ -4395,16 +4395,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib",
|
||||
"version": "3.0.23",
|
||||
"version": "3.0.33",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||
"reference": "866cc78fbd82462ffd880e3f65692afe928bed50"
|
||||
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/866cc78fbd82462ffd880e3f65692afe928bed50",
|
||||
"reference": "866cc78fbd82462ffd880e3f65692afe928bed50",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/33fa69b2514a61138dd48e7a49f99445711e0ad0",
|
||||
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -4485,7 +4485,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.23"
|
||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.33"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -4501,7 +4501,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-18T17:22:01+00:00"
|
||||
"time": "2023-10-21T14:00:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pragmarx/google2fa",
|
||||
@ -6464,16 +6464,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client",
|
||||
"version": "v6.3.5",
|
||||
"version": "v6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-client.git",
|
||||
"reference": "213e564da4cbf61acc9728d97e666bcdb868c10d"
|
||||
"reference": "ab8446f997efb9913627e9da10fa784d2182fe92"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/213e564da4cbf61acc9728d97e666bcdb868c10d",
|
||||
"reference": "213e564da4cbf61acc9728d97e666bcdb868c10d",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/ab8446f997efb9913627e9da10fa784d2182fe92",
|
||||
"reference": "ab8446f997efb9913627e9da10fa784d2182fe92",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6536,7 +6536,7 @@
|
||||
"http"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.3.5"
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6552,7 +6552,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-29T15:57:12+00:00"
|
||||
"time": "2023-10-06T10:08:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client-contracts",
|
||||
@ -6634,16 +6634,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.3.5",
|
||||
"version": "v6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
|
||||
"reference": "c186627f52febe09c6d5270b04f8462687a250a6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
|
||||
"reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/c186627f52febe09c6d5270b04f8462687a250a6",
|
||||
"reference": "c186627f52febe09c6d5270b04f8462687a250a6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6653,12 +6653,12 @@
|
||||
"symfony/polyfill-php83": "^1.27"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/cache": "<6.2"
|
||||
"symfony/cache": "<6.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/dbal": "^2.13.1|^3.0",
|
||||
"doctrine/dbal": "^2.13.1|^3|^4",
|
||||
"predis/predis": "^1.1|^2.0",
|
||||
"symfony/cache": "^5.4|^6.0",
|
||||
"symfony/cache": "^6.3",
|
||||
"symfony/dependency-injection": "^5.4|^6.0",
|
||||
"symfony/expression-language": "^5.4|^6.0",
|
||||
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
|
||||
@ -6691,7 +6691,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6707,20 +6707,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-04T21:33:54+00:00"
|
||||
"time": "2023-10-17T11:32:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.3.5",
|
||||
"version": "v6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
|
||||
"reference": "4945f5001b06ff9080cd3d8f1f9f069094c0d156"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
|
||||
"reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4945f5001b06ff9080cd3d8f1f9f069094c0d156",
|
||||
"reference": "4945f5001b06ff9080cd3d8f1f9f069094c0d156",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6804,7 +6804,7 @@
|
||||
"description": "Provides a structured process for converting a Request into a Response",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.3.5"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6820,7 +6820,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-30T06:37:04+00:00"
|
||||
"time": "2023-10-21T13:12:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailer",
|
||||
@ -6904,16 +6904,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailgun-mailer",
|
||||
"version": "v6.3.5",
|
||||
"version": "v6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/mailgun-mailer.git",
|
||||
"reference": "b467aba49c8240a71f7027c213d9d140ba1abce7"
|
||||
"reference": "8d9741467c53750dc8ccda23a1cdb91cda732571"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/b467aba49c8240a71f7027c213d9d140ba1abce7",
|
||||
"reference": "b467aba49c8240a71f7027c213d9d140ba1abce7",
|
||||
"url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/8d9741467c53750dc8ccda23a1cdb91cda732571",
|
||||
"reference": "8d9741467c53750dc8ccda23a1cdb91cda732571",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6953,7 +6953,7 @@
|
||||
"description": "Symfony Mailgun Mailer Bridge",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/mailgun-mailer/tree/v6.3.5"
|
||||
"source": "https://github.com/symfony/mailgun-mailer/tree/v6.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -6969,7 +6969,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-29T17:30:10+00:00"
|
||||
"time": "2023-10-12T13:32:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mime",
|
||||
@ -8196,16 +8196,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v6.3.3",
|
||||
"version": "v6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
|
||||
"reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
|
||||
"reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/869b26c7a9d4b8a48afdd77ab36031909c87e3a2",
|
||||
"reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8271,7 +8271,7 @@
|
||||
"description": "Provides tools to internationalize your application",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/translation/tree/v6.3.3"
|
||||
"source": "https://github.com/symfony/translation/tree/v6.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8287,7 +8287,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-07-31T07:08:24+00:00"
|
||||
"time": "2023-10-17T11:32:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation-contracts",
|
||||
@ -8443,16 +8443,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v6.3.5",
|
||||
"version": "v6.3.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
|
||||
"reference": "999ede244507c32b8e43aebaa10e9fce20de7c97"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
|
||||
"reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/999ede244507c32b8e43aebaa10e9fce20de7c97",
|
||||
"reference": "999ede244507c32b8e43aebaa10e9fce20de7c97",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8507,7 +8507,7 @@
|
||||
"dump"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
|
||||
"source": "https://github.com/symfony/var-dumper/tree/v6.3.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8523,7 +8523,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-12T10:11:35+00:00"
|
||||
"time": "2023-10-12T18:45:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "therobfonz/laravel-mandrill-driver",
|
||||
|
Loading…
Reference in New Issue
Block a user