-
Notifications
You must be signed in to change notification settings - Fork 5
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
DEP PHP Support in CMS5 #95
DEP PHP Support in CMS5 #95
Conversation
673c581
to
e742bb7
Compare
e742bb7
to
e9cac1b
Compare
Broken Behat tests are related to the issue /~https://github.com/silverstripeltd/product-issues/issues/655 |
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.
LGTM
"silverstripe/framework": "^5", | ||
"silverstripe/elemental-fileblock": "^3", | ||
"silverstripe/vendor-plugin": "^2", | ||
"dnadesign/silverstripe-elemental": "5.0.0-alpha2" |
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.
@sabina-talipova why silverstripe/silverstripe-elemental-fileblock#33 requires ^5
and here we require 5.0.0-alpha2
?
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.
@michalkleiner, It's a temporary solution to pass GA with installation of lowest available version. We'll fix it after final release.
We discussed this issue here
Parent issue