-
Notifications
You must be signed in to change notification settings - Fork 16
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 #65
DEP PHP Support in CMS5 #65
Conversation
009ec5b
to
e580bbf
Compare
silverstripe/silverstripe-userforms#1182 should be merged first |
084f482
to
c931ee3
Compare
composer.json
Outdated
"silverstripe/vendor-plugin": "^1.0" | ||
"php": "^8.1", | ||
"silverstripe/framework": "^5", | ||
"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.
"dnadesign/silverstripe-elemental": "5.0.0-alpha2", | |
"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.
That will allow the installation of later 5.x version.
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.
DONE
c931ee3
to
98ebc6f
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
Parent issue