You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 4 of the collection package appears to be incompatible with the current version of citeproc-php.
I have this error :
Uncaught Error: Call to undefined method Seboettg\\Collection\\ArrayList::hasKey() in /XXXXX/vendor/seboettg/citeproc-php/src/Locale/LocaleXmlParserTrait.php:132
I fix my problem with define a max version in the composer.json
"seboettg/collection": ">=3.1.0,<4.0.0",
In your opinion, is-it correct ?
The text was updated successfully, but these errors were encountered:
Thanks @atellier2 I had the same problem and this fixed it!
@seboettg is there any chance this could be fixed in the current release? Otherwise anyone installing a fresh copy of citeproc-php using composer is going to find that this very useful tool doesn't work.
Version 4 of the collection package appears to be incompatible with the current version of citeproc-php.
I have this error :
I fix my problem with define a max version in the composer.json
In your opinion, is-it correct ?
The text was updated successfully, but these errors were encountered: