1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00

Merge pull request #8616 from turbo124/v5-stable

updated lock
This commit is contained in:
David Bomba 2023-07-06 20:37:18 +10:00 committed by GitHub
commit fbd1025b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
5.6.10
5.6.11

12
composer.lock generated
View File

@ -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",

View File

@ -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', ''),