dev/provisioning/modules/drush/metadata.json
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 20 Oct 2016 12:54:07 +0530
changeset 373 e952c8a31a2b
parent 353 bf1bc6b08c46
permissions -rw-r--r--
Transcript design + Fix video display and filter component font

{
  "name": "jonhattan-drush",
  "version": "0.5.0",
  "author": "jonhattan",
  "summary": "Installs several versions of Drush system-wide.",
  "license": "MIT",
  "source": "http://github.com/jonhattan/puppet-drush",
  "project_page": "https://github.com/jonhattan/puppet-drush",
  "issues_url": "https://github.com/jonhattan/puppet-drush/issues",
  "tags": ["drupal", "php", "cli"],
  "operatingsystem_support": [
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [ "6", "7" ]
    },
    {
      "operatingsystem": "Debian",
      "operatingsystemrelease": [ "6", "7", "8" ]
    },
    {
      "operatingsystem": "Ubuntu",
      "operatingsystemrelease": [ "12.04", "14.04" ]
    }
  ],
  "dependencies": [
    {
      "name": "puppetlabs/stdlib",
      "version_requirement": ">=4.2.2 <5.0.0"
    },
    {
      "name": "puppetlabs/concat",
      "version_requirement": ">=1.1.0 <2.0.0"
    }
  ]
}