Skip to content

Commit

Permalink
Merge pull request #76 from gsteel/deprecate-view-helper-inheritance
Browse files Browse the repository at this point in the history
Deprecate Abstract View Helper Inheritance
  • Loading branch information
Ocramius authored Apr 1, 2022
2 parents 7eb691b + 092067a commit 1654fcd
Show file tree
Hide file tree
Showing 7 changed files with 258 additions and 176 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"php": "7.4.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true
}
},
"extra": {
Expand All @@ -45,13 +46,14 @@
"laminas/laminas-filter": "^2.10.0",
"laminas/laminas-servicemanager": "^3.7.0",
"laminas/laminas-validator": "^2.14.0",
"laminas/laminas-view": "^2.12.0",
"laminas/laminas-view": "^2.20.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.21"
},
"conflict": {
"laminas/laminas-view": "<2.20.0",
"phpspec/prophecy": "<1.9.0",
"zendframework/zend-i18n": "*"
},
Expand Down
Loading

0 comments on commit 1654fcd

Please sign in to comment.