Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Allow extra fields in composer file #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chnorton
Copy link

@chnorton chnorton commented Jul 3, 2013

This change adds in support for the license_uri and summary fields
in the composer file, which match the appropriate locations in the
Magento Connect package.xml.

  • license_uri is added to the node, in place of the implicit
    use of the Software Package Data Exchange website. This allows for
    links directly to the original website for the license.

  • summary sets the content for the

    node, rather than always
    taking the value from the description field.

These changes are optional, so if the fields are omitted then the
package file will be created as it is currently.

This change adds in support for the "license_uri" and "summary" fields
in the composer file, which match the appropriate locations in the
Magento Connect package.xml.

* `license_uri` is added to the <license> node, in place of the implicit
  use of the Software Package Data Exchange website. This allows for
  links directly to the original website for the license.
* `summary` sets the content for the <summary> node, rather than always
  taking the value from the `description` field.

These changes are optional, so if the fields are omitted then the
package file will be created as it is currently.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant