jkrug / TOXID-cURL

TOXID cURL Module connects OXID eShop with TYPO3 and other CMS
http://toxid.org
MIT License
27 stars 32 forks source link

Added composer.json #22

Closed dajoho closed 10 years ago

dajoho commented 10 years ago

You love composer. I love composer. We all love composer.

Toxid is now installable using:

{
    "repositories": [
      { "type": "vcs", "url":  "https://github.com/jkrug/TOXID-cURL.git" }
    ],

    "require": {
      "jkrug/toxid_curl": "dev-master"
    },

    "extra": {
      "installer-paths": {
        "shop/modules/toxid_curl": ["jkrug/toxid_curl"],
      }
}