From 6aa129b3835da65fc66def5012fb79e18fc4536c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 1 Nov 2023 17:16:43 +1100 Subject: [PATCH 1/2] Fixes for lock file --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 3862e8b20d77..f2126fc368cc 100644 --- a/composer.lock +++ b/composer.lock @@ -4811,20 +4811,20 @@ }, { "name": "lcobucci/clock", - "version": "3.1.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", - "reference": "30a854ceb22bd87d83a7a4563b3f6312453945fc" + "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/30a854ceb22bd87d83a7a4563b3f6312453945fc", - "reference": "30a854ceb22bd87d83a7a4563b3f6312453945fc", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc", + "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc", "shasum": "" }, "require": { - "php": "~8.2.0", + "php": "~8.1.0 || ~8.2.0", "psr/clock": "^1.0" }, "provide": { @@ -4832,13 +4832,13 @@ }, "require-dev": { "infection/infection": "^0.26", - "lcobucci/coding-standard": "^10.0.0", + "lcobucci/coding-standard": "^9.0", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.10.7", - "phpstan/phpstan-deprecation-rules": "^1.1.3", - "phpstan/phpstan-phpunit": "^1.3.10", - "phpstan/phpstan-strict-rules": "^1.5.0", - "phpunit/phpunit": "^10.0.17" + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-deprecation-rules": "^1.1.1", + "phpstan/phpstan-phpunit": "^1.3.2", + "phpstan/phpstan-strict-rules": "^1.4.4", + "phpunit/phpunit": "^9.5.27" }, "type": "library", "autoload": { @@ -4859,7 +4859,7 @@ "description": "Yet another clock abstraction", "support": { "issues": "https://github.com/lcobucci/clock/issues", - "source": "https://github.com/lcobucci/clock/tree/3.1.0" + "source": "https://github.com/lcobucci/clock/tree/3.0.0" }, "funding": [ { @@ -4871,7 +4871,7 @@ "type": "patreon" } ], - "time": "2023-03-20T19:12:25+00:00" + "time": "2022-12-19T15:00:24+00:00" }, { "name": "lcobucci/jwt", From 8f61645acac6ce237c79eeeb5e660cfa41eb26d0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 1 Nov 2023 17:31:44 +1100 Subject: [PATCH 2/2] v5.7.42 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 6d2f642f5767..36bb3ecc17d1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.7.41 \ No newline at end of file +5.7.42 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 9430d9200b95..bdfb27ba161f 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -15,8 +15,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.7.41'), - 'app_tag' => env('APP_TAG','5.7.41'), + 'app_version' => env('APP_VERSION','5.7.42'), + 'app_tag' => env('APP_TAG','5.7.42'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),