This commit is contained in:
David Bomba 2025-08-12 18:36:28 +10:00
parent 8b045db4c1
commit d404c3c5e9
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
5.12.12
5.12.13

12
composer.lock generated
View File

@ -19310,16 +19310,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.5.30",
"version": "11.5.32",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "33fa3d10fed43f51bdd874965497a4925a123a53"
"reference": "101e132dcf9e74a1eb3a309b4f686114ae8f7f36"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33fa3d10fed43f51bdd874965497a4925a123a53",
"reference": "33fa3d10fed43f51bdd874965497a4925a123a53",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/101e132dcf9e74a1eb3a309b4f686114ae8f7f36",
"reference": "101e132dcf9e74a1eb3a309b4f686114ae8f7f36",
"shasum": ""
},
"require": {
@ -19391,7 +19391,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.30"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.32"
},
"funding": [
{
@ -19415,7 +19415,7 @@
"type": "tidelift"
}
],
"time": "2025-08-10T08:35:26+00:00"
"time": "2025-08-12T07:32:49+00:00"
},
{
"name": "react/cache",

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.12.12'),
'app_tag' => env('APP_TAG', '5.12.12'),
'app_version' => env('APP_VERSION', '5.12.13'),
'app_tag' => env('APP_TAG', '5.12.13'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),