This commit is contained in:
David Bomba 2025-04-24 17:43:16 +10:00
parent 032b64e65c
commit 4eefe71a84
3 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
5.11.70 5.11.71

10
composer.lock generated
View File

@ -5169,16 +5169,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v11.44.2", "version": "v11.44.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4" "reference": "6b29bb79b18474ea5265b7022ba7b0f76eebeb4f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/f85216c82cbd38b66d67ebd20ea762cb3751a4b4", "url": "https://api.github.com/repos/laravel/framework/zipball/6b29bb79b18474ea5265b7022ba7b0f76eebeb4f",
"reference": "f85216c82cbd38b66d67ebd20ea762cb3751a4b4", "reference": "6b29bb79b18474ea5265b7022ba7b0f76eebeb4f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5380,7 +5380,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2025-03-12T14:34:30+00:00" "time": "2025-04-23T23:35:40+00:00"
}, },
{ {
"name": "laravel/octane", "name": "laravel/octane",

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.70'), 'app_version' => env('APP_VERSION', '5.11.71'),
'app_tag' => env('APP_TAG', '5.11.70'), 'app_tag' => env('APP_TAG', '5.11.71'),
'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),