Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_versions:
- name: nginx
version: 1.27.5
- name: composer
version: 2.9.7
version: 2.9.8
url_to_dependency_map:
- match: appdynamics-(\d+\.\d+\.\d+-\d+)
name: appdynamics
Expand Down Expand Up @@ -54,14 +54,14 @@ dependencies:
osl: https://docs.appdynamics.com/display/DASH/Legal+Notices
source_sha256: afa6a41f427788ae056b7699c99ded037e8f26f5c19ebeef59359535dedea85b
- name: composer
version: 2.9.7
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.9.7_linux_noarch_any-stack_d3c6801e.phar
sha256: d3c6801ea6e5dd291d0f149295a4d0f1539a74d5231958fe8fdaa889a497e6cf
version: 2.9.8
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.9.8_linux_noarch_any-stack_59b2c50e.phar
sha256: 59b2c50e10cafa0d8efc19ede9a326d782f096c674a26baf98cf042ce23de890
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://github.com/composer/composer/releases/download/2.9.7/composer.phar
source_sha256: d3c6801ea6e5dd291d0f149295a4d0f1539a74d5231958fe8fdaa889a497e6cf
source: https://github.com/composer/composer/releases/download/2.9.8/composer.phar
source_sha256: 59b2c50e10cafa0d8efc19ede9a326d782f096c674a26baf98cf042ce23de890
- name: httpd
version: 2.4.66
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.66_linux_x64_cflinuxfs4_f5966450.tgz
Expand Down
Loading