From 6b1ee65fc7ffca75598c7fcf87925b3364def3a6 Mon Sep 17 00:00:00 2001 From: Marcin Kolanko <marcin.kolanko@wpdesk.net> Date: Fri, 16 May 2025 15:27:08 +0200 Subject: [PATCH] chore: update libs --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ac08a3f..9fff2b3 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,6 @@ "mockery/mockery": "*", "10up/wp_mock": "*", "wimg/php-compatibility": "^8", - "wpdesk/wp-codeception": "^2.7", "phpunit/phpunit": "^8" }, "autoload": { @@ -45,5 +44,11 @@ "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage", "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never", "phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage" - } + }, + "repositories": { + "wpdesk": { + "type": "composer", + "url": "https://gitlab.wpdesk.dev/api/v4/group/wpdesk/-/packages/composer/" + } + } } -- GitLab