V5.11.74
This commit is contained in:
parent
e7a1ec5fca
commit
5c13a617ad
|
|
@ -1 +1 @@
|
|||
5.11.73
|
||||
5.11.74
|
||||
|
|
@ -19131,16 +19131,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "11.5.19",
|
||||
"version": "11.5.20",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5"
|
||||
"reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5",
|
||||
"reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f",
|
||||
"reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -19212,7 +19212,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.19"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.20"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
|
@ -19236,7 +19236,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-05-02T06:56:52+00:00"
|
||||
"time": "2025-05-11T06:39:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "react/cache",
|
||||
|
|
|
|||
|
|
@ -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.11.73'),
|
||||
'app_tag' => env('APP_TAG', '5.11.73'),
|
||||
'app_version' => env('APP_VERSION', '5.11.74'),
|
||||
'app_tag' => env('APP_TAG', '5.11.74'),
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', false),
|
||||
|
|
|
|||
Loading…
Reference in New Issue