Skip to content

Commit

Permalink
feat: drop php 7.3 support
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <[email protected]>
  • Loading branch information
geerteltink committed Jan 7, 2022
1 parent 9018455 commit 15893e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-authentication": "^1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"mezzio/mezzio-authentication": "^1.3",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"phpspec/prophecy": "^1.12",
"phpspec/prophecy": "^v1.15.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.5.11"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15893e7

Please sign in to comment.