Skip to content

Commit

Permalink
Update minimum php requirement and phpunit
Browse files Browse the repository at this point in the history
Signed-off-by: Sem Schilder <[email protected]>
  • Loading branch information
xvilo committed Nov 18, 2020
1 parent 0998c41 commit 55716b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
}
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.3 || ^8.0",
"laminas/laminas-zendframework-bridge": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
"phpunit/phpunit": "^9.4",
"ext-iconv": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 55716b8

Please sign in to comment.