Skip to content

Commit b7c6aa2

Browse files
committed
qa: update QA deps to versions known to work with PHP 7.3+
- laminas-coding-standard 2.2 series - PHPUnit 7.5.15+ Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
1 parent 2ff04bc commit b7c6aa2

File tree

4 files changed

+538
-123
lines changed

4 files changed

+538
-123
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"laminas/laminas-zendframework-bridge": "^1.0"
4141
},
4242
"require-dev": {
43-
"laminas/laminas-coding-standard": "~1.0.0",
43+
"laminas/laminas-coding-standard": "~2.2.0",
4444
"laminas/laminas-session": "^2.8.5",
45-
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
45+
"phpunit/phpunit": "^7.5.15"
4646
},
4747
"autoload": {
4848
"psr-4": {

0 commit comments

Comments
 (0)