Skip to content

Commit

Permalink
Merge pull request #35 from dotkernel/issue-34
Browse files Browse the repository at this point in the history
updated composer
  • Loading branch information
bidi47 authored May 21, 2024
2 parents 1d1c9ef + ab7f02d commit 48e8c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- ubuntu-latest

php:
- "8.1"
- "8.2"
- "8.3"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0",
"dotkernel/dot-log": "^3.4",
"laminas/laminas-diactoros": "^3.3",
"laminas/laminas-stratigility": "^3.11",
"mezzio/mezzio": "^3.19",
"psr/http-message": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 48e8c89

Please sign in to comment.