mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
update dependencies
This commit is contained in:
parent
7e26a81fb9
commit
0164b053db
@ -47,8 +47,8 @@ class CheckDbStatus implements ShouldQueue
|
|||||||
|
|
||||||
info("checking db status");
|
info("checking db status");
|
||||||
|
|
||||||
DbStatus::dispatch('db-ninja-01', 'db.status.db-ninja-01');
|
DbStatus::dispatchNow('db-ninja-01', 'db.status.db-ninja-01');
|
||||||
DbStatus::dispatch('db-ninja-02', 'db.status.db-ninja-02');
|
DbStatus::dispatchNow('db-ninja-02', 'db.status.db-ninja-02');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
"spatie/browsershot": "^3.29",
|
"spatie/browsershot": "^3.29",
|
||||||
"staudenmeir/eloquent-has-many-deep": "^1.11",
|
"staudenmeir/eloquent-has-many-deep": "^1.11",
|
||||||
"stripe/stripe-php": "^7.0",
|
"stripe/stripe-php": "^7.0",
|
||||||
"turbo124/beacon": "^0",
|
"turbo124/beacon": "^1",
|
||||||
"webpatser/laravel-countries": "dev-master#75992ad",
|
"webpatser/laravel-countries": "dev-master#75992ad",
|
||||||
"yajra/laravel-datatables-oracle": "~9.0"
|
"yajra/laravel-datatables-oracle": "~9.0"
|
||||||
},
|
},
|
||||||
|
10
composer.lock
generated
10
composer.lock
generated
@ -64,16 +64,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.140.4",
|
"version": "3.141.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "298ec070adad5760c4b90348219bb3e6bd7a9322"
|
"reference": "d57dbde176a7db7a6131bb5d325aff63515eabc3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/298ec070adad5760c4b90348219bb3e6bd7a9322",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d57dbde176a7db7a6131bb5d325aff63515eabc3",
|
||||||
"reference": "298ec070adad5760c4b90348219bb3e6bd7a9322",
|
"reference": "d57dbde176a7db7a6131bb5d325aff63515eabc3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -144,7 +144,7 @@
|
|||||||
"s3",
|
"s3",
|
||||||
"sdk"
|
"sdk"
|
||||||
],
|
],
|
||||||
"time": "2020-06-09T18:11:16+00:00"
|
"time": "2020-06-10T18:11:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "beganovich/omnipay-checkout",
|
"name": "beganovich/omnipay-checkout",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user