Skip to content

Fix version constraint#20

Merged
dmolineus merged 1 commit intocontao-bootstrap:masterfrom
fiedsch:master
Apr 21, 2022
Merged

Fix version constraint#20
dmolineus merged 1 commit intocontao-bootstrap:masterfrom
fiedsch:master

Conversation

@fiedsch
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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