diff --git a/VERSION.txt b/VERSION.txt index e18542e46b..e800f25119 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.11.73 \ No newline at end of file +5.11.74 \ No newline at end of file diff --git a/composer.lock b/composer.lock index 5cd9e3c72e..758e0ad0a3 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/config/ninja.php b/config/ninja.php index ff42ac2d57..310e380476 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -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),