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 version constraint #20

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Fix version constraint #20

merged 1 commit into from
Apr 21, 2022

Conversation

fiedsch
Copy link
Contributor

@fiedsch fiedsch commented Apr 21, 2022

4.4 should probably be ^4.4, shouldn't it?

With this change I removed an issue when updating a Contao 4.9 Installation that would end up in "Class Doctrine\Common\Cache\ArrayCache does not exist".

`4.4` should probably be `^4.4`, shouldn't it?

With this change I removed an issue when updating a Contao 4.9 Installation that would end up in `"Class Doctrine\Common\Cache\ArrayCache does not exist"`.
@dmolineus
Copy link
Member

Nice catch. Thank you. The initial issue is probably caused by some other extension. The doctrine cache is not used within the extension at all.

@dmolineus dmolineus merged commit a60667b into contao-bootstrap:master Apr 21, 2022
@fiedsch
Copy link
Contributor Author

fiedsch commented Apr 21, 2022

Successfully tested with Contao 4.13.2 with PHP 7.4 and 8.0 also 😀. Thanks!

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.

2 participants