Skip to content

Commit

Permalink
Remove laminas-component-installer - there's no need to require it …
Browse files Browse the repository at this point in the history
…in a library
  • Loading branch information
gsteel committed Nov 3, 2022
1 parent a0680fc commit 990d166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 73 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"laminas/laminas-component-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.3.99"
Expand All @@ -32,7 +31,6 @@
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"laminas/laminas-cli": "^1.2.0",
"laminas/laminas-component-installer": "^2.5.1",
"laminas/laminas-config-aggregator": "^1.7",
"laminas/laminas-servicemanager": "^3.7.0",
"lctrs/psalm-psr-container-plugin": "^1.6",
Expand Down
71 changes: 1 addition & 70 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 990d166

Please sign in to comment.