Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 9962bec

Browse files
committed
:octocat:
1 parent bf74faa commit 9962bec

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
uses: codecov/codecov-action@v3
8686

8787
- name: "Send code coverage report to Codacy"
88-
if: runner.os != 'Windows' # see https://github.com/codacy/codacy-coverage-reporter-action/issues/72
8988
uses: codacy/codacy-coverage-reporter-action@v1
9089
with:
9190
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"require": {
2929
"php": "^8.1",
3030
"ext-curl": "*",
31-
"ext-json":"*",
32-
"ext-simplexml":"*",
33-
"ext-sodium":"*",
34-
"chillerlan/php-oauth-core": "dev-main#fded0680f5a6f2af07d476d664aa26c76cbe57b4",
35-
"psr/http-client":"^1.0",
31+
"ext-json": "*",
32+
"ext-simplexml": "*",
33+
"ext-sodium": "*",
34+
"chillerlan/php-oauth-core": "dev-main#d1d07fc96d42a5c7a065bbda6e5f7b121019add1",
35+
"psr/http-client": "^1.0",
3636
"psr/http-message": "^1.0"
3737
},
3838
"require-dev": {

0 commit comments

Comments
 (0)