Skip to content
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

Merged
merged 1 commit into from
Mar 7, 2016

Conversation

tractorcow
Copy link
Contributor

Needed to fix tests at silverstripe/silverstripe-cms#1410

@tractorcow tractorcow force-pushed the pulls/4.0/schema-api branch 4 times, most recently from 02343a0 to 6a94e59 Compare March 7, 2016 07:33
@chillu
Copy link
Member

chillu commented Mar 7, 2016

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...

silverstripe/silverstripe-cms@d9e292b

@tractorcow tractorcow force-pushed the pulls/4.0/schema-api branch from 6a94e59 to bb121cf Compare March 7, 2016 07:40
@tractorcow
Copy link
Contributor Author

Yeah I'm doing it lol.

@chillu
Copy link
Member

chillu commented Mar 7, 2016

I've sent a similar fix for PHPUnit to silverstripe/silverstripe-reports#27

@tractorcow tractorcow force-pushed the pulls/4.0/schema-api branch from bb121cf to ae221c9 Compare March 7, 2016 07:45
@tractorcow tractorcow force-pushed the pulls/4.0/schema-api branch from ae221c9 to 14d74f7 Compare March 7, 2016 07:49
@tractorcow
Copy link
Contributor Author

GREEN

@chillu
Copy link
Member

chillu commented Mar 7, 2016

MERGED

chillu added a commit that referenced this pull request Mar 7, 2016
API Refactor for removal of CMSForm class
@chillu chillu merged commit 98859f9 into silverstripe:master Mar 7, 2016
@tractorcow tractorcow deleted the pulls/4.0/schema-api branch March 7, 2016 20:22
@@ -10,8 +10,8 @@
"require": {
"silverstripe/framework": "^4.0"
},
"extra": {
"installer-name": "siteconfig"
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants