Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Do not ship PSR packages #520

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ChristophWurst
Copy link
Owner

@ChristophWurst ChristophWurst commented Feb 20, 2023

clock, container and event-dispatcher are provided by Nextcloud

Ref https://github.com/nextcloud/3rdparty/blob/0ec73636ee36558960a1df60828b645ef3d4a53c/composer.json#L45-L47

This is not a very sophisticated solution. This info might get out of sync quickly. And I don't know how well Composer resolves dependencies with the * notation.

Ideally we had a meta package for official, global Nextcloud dependencies like the PSR family that apps can require to prevent the double installation.

Fixes #517

sentry.tar.gz

clock, container and event-dispatcher are provided by Nextcloud

Signed-off-by: Christoph Wurst <[email protected]>
@ChristophWurst
Copy link
Owner Author

OCP\EventDispatcher\Event depends on class or interface psr\eventdispatcher\stoppableeventinterface that does not exist

yikes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Declaration of AbstractLogger::emergency must be compatible with
2 participants