Skip to content

Commit

Permalink
add diactoros later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
delboy1978uk committed Feb 23, 2024
1 parent bbfc335 commit 70842e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
strategy:
matrix:
php-version:
- 7.3
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"delboy1978uk/bone-view": "^1.3.5",
"delboy1978uk/icon": "^1.0",
"delboy1978uk/session": "^1.1",
"laminas/laminas-diactoros": "2.*",
"laminas/laminas-httphandlerrunner": "^1.1"
"laminas/laminas-diactoros": "^2.25|^3.3",
"laminas/laminas-httphandlerrunner": "^1.1|^2.10"
},
"require-dev": {
"codeception/codeception": "^4.1",
Expand Down

0 comments on commit 70842e7

Please sign in to comment.