equal
deleted
inserted
replaced
|
1 { |
|
2 "name": "jonhattan-drush", |
|
3 "version": "0.5.0", |
|
4 "author": "jonhattan", |
|
5 "summary": "Installs several versions of Drush system-wide.", |
|
6 "license": "MIT", |
|
7 "source": "http://github.com/jonhattan/puppet-drush", |
|
8 "project_page": "https://github.com/jonhattan/puppet-drush", |
|
9 "issues_url": "https://github.com/jonhattan/puppet-drush/issues", |
|
10 "tags": ["drupal", "php", "cli"], |
|
11 "operatingsystem_support": [ |
|
12 { |
|
13 "operatingsystem": "CentOS", |
|
14 "operatingsystemrelease": [ "6", "7" ] |
|
15 }, |
|
16 { |
|
17 "operatingsystem": "Debian", |
|
18 "operatingsystemrelease": [ "6", "7", "8" ] |
|
19 }, |
|
20 { |
|
21 "operatingsystem": "Ubuntu", |
|
22 "operatingsystemrelease": [ "12.04", "14.04" ] |
|
23 } |
|
24 ], |
|
25 "dependencies": [ |
|
26 { |
|
27 "name": "puppetlabs/stdlib", |
|
28 "version_requirement": ">=4.2.2 <5.0.0" |
|
29 }, |
|
30 { |
|
31 "name": "puppetlabs/concat", |
|
32 "version_requirement": ">=1.1.0 <2.0.0" |
|
33 } |
|
34 ] |
|
35 } |
|
36 |