Skip to content

Commit

Permalink
Merge pull request #670 from nextcloud/fix/deps/psr-log-2-3
Browse files Browse the repository at this point in the history
fix(deps): bump psr/log to ^2|^3
  • Loading branch information
st3iny authored Oct 14, 2024
2 parents 7422343 + c3cbed0 commit cb95445
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: composer i

- name: Install dependencies
run: composer require --dev 'nextcloud/ocp:${{ matrix.ocp-version }}' --ignore-platform-reqs --with-dependencies
run: composer require --dev 'nextcloud/ocp:${{ matrix.ocp-version }}' --ignore-platform-reqs --with-all-dependencies

- name: Run coding standards check
run: composer run psalm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=8.1.0",
"ext-json": "*",
"bamarni/composer-bin-plugin": "^1.8.2",
"psr/log": "^1",
"psr/log": "^2|^3",
"web-auth/webauthn-lib": "^4.9.1"
},
"require-dev": {
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb95445

Please sign in to comment.