This commit is contained in:
David Bomba 2025-05-12 06:20:34 +10:00
parent e7a1ec5fca
commit 5c13a617ad
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
5.11.73 5.11.74

12
composer.lock generated
View File

@ -19131,16 +19131,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.19", "version": "11.5.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5" "reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f",
"reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5", "reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -19212,7 +19212,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.19" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.20"
}, },
"funding": [ "funding": [
{ {
@ -19236,7 +19236,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-05-02T06:56:52+00:00" "time": "2025-05-11T06:39:52+00:00"
}, },
{ {
"name": "react/cache", "name": "react/cache",

View File

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