-
Notifications
You must be signed in to change notification settings - Fork 15
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
TYPO3 v9 compatibility #23
Conversation
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '8.7.0-8.7.99', | ||
'sv' => '8.7.0-8.7.99', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you removed it due to not being available in v9 anymore. I still suggest adding it to the suggests section, in order to have a correct dependency chain (loading order) in v8.
It is of course not critical as core extensions are loaded first anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not critical because openid can be loaded in any order. It does not use anything from other extensions during TYPO3 initialisation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can just ignore that. Otherwise it may confuse people when installing the ext in the EM.
Funny that the only thing that was to be adjusted, was the BACK_PATH stuff. |
This makes the ext working onTYPO3 8.7-9.5.0.
Based on work of @florianwessels.