Skip to content

Commit

Permalink
Merge pull request #119 from Xerkus/qa/php-and-phpuinit
Browse files Browse the repository at this point in the history
Bump minimum  php to 7.4
  • Loading branch information
Xerkus authored Jun 3, 2022
2 parents ae0dbea + a90ea5f commit 0255db5
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 292 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.3.99"
"php": "7.4.99"
}
},
"extra": {
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"container-interop/container-interop": "^1.2",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-http": "^2.15",
"laminas/laminas-modulemanager": "^2.8",
"laminas/laminas-router": "^3.5",
"laminas/laminas-servicemanager": "^3.7",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-view": "^2.14"
"laminas/laminas-view": "^2.14",
"psr/container": "^1.1 || ^2.0"
},
"require-dev": {
"http-interop/http-middleware": "^0.4.1",
Expand Down Expand Up @@ -78,8 +79,5 @@
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"conflict": {
"zendframework/zend-mvc": "*"
}
}
Loading

0 comments on commit 0255db5

Please sign in to comment.