-
Notifications
You must be signed in to change notification settings - Fork 24
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
API Refactor for removal of CMSForm class #23
Conversation
02343a0
to
6a94e59
Compare
I think this needs the same fix as CMS - we need to declare the phpunit dev dependency explicitly otherwise it takes 3.7, which in turn isn't compatible with the Behat module that's compatible with 4.x... |
6a94e59
to
bb121cf
Compare
Yeah I'm doing it lol. |
I've sent a similar fix for PHPUnit to silverstripe/silverstripe-reports#27 |
bb121cf
to
ae221c9
Compare
ae221c9
to
14d74f7
Compare
GREEN |
MERGED |
API Refactor for removal of CMSForm class
@@ -10,8 +10,8 @@ | |||
"require": { | |||
"silverstripe/framework": "^4.0" | |||
}, | |||
"extra": { | |||
"installer-name": "siteconfig" |
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.
What was the reasoning behind removing this?
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.
extra
was duplicated in composer.json and was being ignored. Look down the file a bit...
Also it's not needed. silverstripe/siteconfig
is already named as siteconfig
and doesn't need an alias.
Needed to fix tests at silverstripe/silverstripe-cms#1410