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 fac9055 commit 5a03d25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
}
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"laminas/laminas-permissions-acl": "^2.6",
"mezzio/mezzio-authorization": "^1.0",
"mezzio/mezzio-router": "^3.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"laminas/laminas-permissions-acl": "^2.9",
"mezzio/mezzio-authorization": "^1.2",
"mezzio/mezzio-router": "^3.8",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-servicemanager": "^3.3",
"phpspec/prophecy": "^1.12",
"laminas/laminas-servicemanager": "^3.10",
"phpspec/prophecy": "^1.15",
"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 5a03d25

Please sign in to comment.