forked from willdurand/puppet-composer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
61 lines (60 loc) · 1.46 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "willdurand-composer",
"version": "1.2.1",
"author": "William Durand",
"license": "MIT",
"summary": "This module installs Composer, a dependency manager for PHP.",
"source": "https://github.com/willdurand/puppet-composer",
"project_page": "https://github.com/willdurand/puppet-composer",
"issues_url": "https://github.com/willdurand/puppet-composer/issues",
"tags": [
"php",
"composer"
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"types": [
],
"checksums": {
"LICENSE": "8e55fce2ff4cd1331f7c6bc602fe7370",
"README.md": "bd086566f845772c926144251c55c20d",
"Rakefile": "a1a87b266213b03b33f5e006d4df7925",
"manifests/init.pp": "55b84512cbf79fdb3a418d5cf5f422a1",
"manifests/params.pp": "8f17a164d1148bc6000f565ec8bbdd04",
"spec/classes/composer_spec.rb": "a55830b75a23a61dc55409ab59bc888d",
"spec/spec_helper.rb": "0db89c9a486df193c0e40095422e19dc"
},
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <5.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.1"
}
]
}