From 7b010e25b4d2e605f291929178ab1c705d193dee Mon Sep 17 00:00:00 2001 From: Cristiano Cinotti Date: Wed, 10 Mar 2021 17:58:45 +0100 Subject: [PATCH] Bump phootwork dependencies --- .github/workflows/coverage-report.yml | 6 ++++-- composer.json | 7 +++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index e78824c..dd2f6a9 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -26,5 +26,7 @@ jobs: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageCommand: "composer coverage:clover" - - name: Upload Scrutinizer coverage - run: vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml + - name: Scrutinizer coverage report + uses: sudo-bot/action-scrutinizer@latest + with: + cli-args: "--format=php-clover clover.xml" diff --git a/composer.json b/composer.json index 5e73c67..a8b5a3e 100644 --- a/composer.json +++ b/composer.json @@ -28,14 +28,13 @@ }, "require" : { "php" : ">=8.0", - "phootwork/collection" : "^2.1", - "phootwork/lang": "^2.1" + "phootwork/collection" : "^3.0", + "phootwork/lang": "^3.0" }, "require-dev" : { "phpunit/phpunit" : "^9.0", "phootwork/php-cs-fixer-config": "^0.3", - "psalm/phar": "^4.3", - "scrutinizer/ocular": "^1.8" + "psalm/phar": "^4.3" }, "scripts": { "analytics": "vendor/bin/psalm.phar",