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

Fixes composer requirements for TYPO3 10.4 #43

Closed
wants to merge 1 commit into from
Closed

Fixes composer requirements for TYPO3 10.4 #43

wants to merge 1 commit into from

Conversation

mjankiewicz
Copy link
Contributor

Bug: Class 'Doctrine\Common\Cache\FilesystemCache' not found

class: \SourceBroker\T3api\Service\SerializerService uses FilesystemCache which has been removed in doctrine/cache:^2.0
From doctrine/dbal 2.13.1 doctrine/cache:^2.0 is required and throws error.

@klamparski
Copy link
Collaborator

Thanks @mjankiewicz for this PR. Downgrading doctrine/cache seems to be a workaround. What do you think about implementing real support of doctrine/cache:^2.0 into t3api?

btw. it's related to discussion: #37

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

Successfully merging this pull request may close these issues.

None yet

2 participants