mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
Merge branch 'v5-develop' into v5-stable
This commit is contained in:
commit
0c45354fe8
@ -1 +1 @@
|
||||
5.6.10
|
||||
5.6.11
|
12
composer.lock
generated
12
composer.lock
generated
@ -17848,16 +17848,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/flare-client-php",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/flare-client-php.git",
|
||||
"reference": "82138174d5fe2829a7f085a6bdb2a06f6def9f7a"
|
||||
"reference": "943894c6a6b00501365ac0b91ae0dce56f2226fa"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/82138174d5fe2829a7f085a6bdb2a06f6def9f7a",
|
||||
"reference": "82138174d5fe2829a7f085a6bdb2a06f6def9f7a",
|
||||
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/943894c6a6b00501365ac0b91ae0dce56f2226fa",
|
||||
"reference": "943894c6a6b00501365ac0b91ae0dce56f2226fa",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -17906,7 +17906,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/flare-client-php/issues",
|
||||
"source": "https://github.com/spatie/flare-client-php/tree/1.4.0"
|
||||
"source": "https://github.com/spatie/flare-client-php/tree/1.4.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -17914,7 +17914,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-06-28T11:08:09+00:00"
|
||||
"time": "2023-07-06T09:29:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/ignition",
|
||||
|
@ -15,8 +15,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => '5.6.10',
|
||||
'app_tag' => '5.6.10',
|
||||
'app_version' => '5.6.11',
|
||||
'app_tag' => '5.6.11',
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', ''),
|
||||
|
Loading…
Reference in New Issue
Block a user