-
Notifications
You must be signed in to change notification settings - Fork 2
/
buildpack.toml
53 lines (46 loc) · 2.16 KB
/
buildpack.toml
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
api = "0.7"
[buildpack]
description = "A buildpack for installing Composer, a dependency manager for PHP"
homepage = "https://github.com/paketo-buildpacks/composer"
id = "paketo-buildpacks/composer"
keywords = ["php", "composer"]
name = "Paketo Buildpack for Composer"
sbom-formats = ["application/vnd.cyclonedx+json", "application/spdx+json", "application/vnd.syft+json"]
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/composer/blob/main/LICENSE"
[metadata]
include-files = ["bin/build", "bin/detect", "bin/run", "buildpack.toml"]
pre-package = "./scripts/build.sh"
[metadata.default-versions]
composer = "*"
[[metadata.dependencies]]
checksum = "sha256:3da35dc2abb99d8ef3fdb1dec3166c39189f7cb29974a225e7bbca04c1b2c6e0"
cpe = "cpe:2.3:a:getcomposer:composer:2.7.8:*:*:*:*:python:*:*"
id = "composer"
licenses = ["MIT"]
name = "composer"
purl = "pkg:generic/[email protected]?checksum=3da35dc2abb99d8ef3fdb1dec3166c39189f7cb29974a225e7bbca04c1b2c6e0&download_url=https://getcomposer.org/download/2.7.8/composer.phar"
source = "https://getcomposer.org/download/2.7.8/composer.phar"
source-checksum = "sha256:3da35dc2abb99d8ef3fdb1dec3166c39189f7cb29974a225e7bbca04c1b2c6e0"
stacks = ["*"]
uri = "https://getcomposer.org/download/2.7.8/composer.phar"
version = "2.7.8"
[[metadata.dependencies]]
checksum = "sha256:b6de5e65c199d80ba11897fbe1364e063e858d483f6a81a176c4d60f2b1d6347"
cpe = "cpe:2.3:a:getcomposer:composer:2.7.9:*:*:*:*:python:*:*"
id = "composer"
licenses = ["MIT"]
name = "composer"
purl = "pkg:generic/[email protected]?checksum=b6de5e65c199d80ba11897fbe1364e063e858d483f6a81a176c4d60f2b1d6347&download_url=https://getcomposer.org/download/2.7.9/composer.phar"
source = "https://getcomposer.org/download/2.7.9/composer.phar"
source-checksum = "sha256:b6de5e65c199d80ba11897fbe1364e063e858d483f6a81a176c4d60f2b1d6347"
stacks = ["*"]
uri = "https://getcomposer.org/download/2.7.9/composer.phar"
version = "2.7.9"
[[metadata.dependency-constraints]]
constraint = "2.*"
id = "composer"
patches = 2
[[stacks]]
id = "*"