Skip to content

Commit

Permalink
qa: update dependency constraints
Browse files Browse the repository at this point in the history
- Bump minimum required PHP to 7.3.
- Bump minimum supported PHPUnit to 9.3.
- Bump minimum supported Diactoros to 2.1.

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Nov 19, 2020
1 parent 8e2b8c6 commit 59f1502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
}
},
"require": {
"php": "^7.2 || ~8.0.0",
"php": "^7.3 || ~8.0.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/http-server-handler": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7 || ^2.1.1",
"phpunit/phpunit": "^8.5 || ^9.1"
"laminas/laminas-diactoros": "^2.1.1",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 59f1502

Please sign in to comment.