Skip to content

Commit

Permalink
Bump phootwork dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc72 committed Mar 16, 2021
1 parent d9161fb commit 7b010e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7b010e2

Please sign in to comment.