Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"conflict": {
"zendframework/zend-di": "*",
"laminas/laminas-servicemanager-di": "*",
"laminas/laminas-servicemanager": "<3.13.0"
"laminas/laminas-servicemanager": "<3.13.0 || >=4.0.0"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, but composer.lock needs adjustment.

Also, older releases still affected :O

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True. Another option would be to add a conflict to laminas/laminas-service-manager with "laminas/laminas-di": "<4.0.0" as well.

Anyways composer may still pick two incompatible versions if the constraints are low enough.

},
"suggest": {
"laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
Expand Down