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

Composerification #19

Closed
wants to merge 3 commits into from
Closed

Composerification #19

wants to merge 3 commits into from

Conversation

tobybellwood
Copy link
Contributor

No description provided.

kurtfoster and others added 3 commits March 5, 2018 20:05
Cleaning up composer.json
Correcting the package name
@jorgegc
Copy link
Contributor

jorgegc commented Jul 2, 2018

Hi @tobybellwood there are a number of issues with this PR, including conflicts. This is blocking #4 so I think it is best if we close this one and incorporate these changes in my next PR. Thoughts?

@@ -0,0 +1,24 @@
{
"name": "govcms/dvf",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we namespacing it under govcms and not drupal?

"issues": "https://www.drupal.org/project/issues/dvf"
},
"license": "GPL-2.0+",
"version": "0.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version is not required.

"license": "GPL-2.0+",
"version": "0.0.1",
"minimum-stability": "alpha",
"prefer-stable": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not going to have any effect because prefer-stable is root-only.

"version": "0.0.1",
"minimum-stability": "alpha",
"prefer-stable": true,
"require": { }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty require should be removed.

@tobybellwood
Copy link
Contributor Author

Happy to close and have a resubmit

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.

None yet

3 participants