Skip to content

Commit

Permalink
Add support for yiisoft/middleware-dispatcher version ^4.0 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik committed Nov 11, 2022
1 parent 171db05 commit b2c5c3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-require-checker.yml
Expand Up @@ -30,4 +30,4 @@ jobs:
os: >-
['ubuntu-latest']
php: >-
['8.0', '8.1']
['8.0']
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## 2.0.0 under development

- Enh #173: Raise minimum PHP version to 8.0 (@xepozz, @rustamwin)
- Enh #176: Add support for `yiisoft/middleware-dispatcher` version `^4.0` (@vjik)

## 1.2.0 September 07, 2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"yiisoft/http": "^1.2",
"yiisoft/middleware-dispatcher": "^3.0",
"yiisoft/middleware-dispatcher": "^3.0|^4.0",
"yiisoft/router-implementation": "1.0.0"
},
"require-dev": {
Expand Down

0 comments on commit b2c5c3c

Please sign in to comment.