Skip to content

Commit

Permalink
Merge pull request #5 from IonBazan/psr-log-3
Browse files Browse the repository at this point in the history
Allow psr/log v2 and v3
  • Loading branch information
jarektkaczyk authored Jan 31, 2023
2 parents 18e1e78 + 27fd1a6 commit b118386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [7.4, 8.0]
php: [7.4, 8.0, 8.1, 8.2]
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": ">=7.4",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"psr/log": "^1.0"
"psr/log": "^1|^2|^3"
},
"require-dev": {
"phpunit/phpunit": "^9.1"
Expand Down

0 comments on commit b118386

Please sign in to comment.