Skip to content
Merged
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.8
version: 2.10.0
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.8
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.9.8_linux_noarch_any-stack_59b2c50e.phar
sha256: 59b2c50e10cafa0d8efc19ede9a326d782f096c674a26baf98cf042ce23de890
version: 2.10.0
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.10.0_linux_noarch_any-stack_a3465388.phar
sha256: a346538851988ead111d11e3cbd7d372eeba44abd0af412e09890d3c21ea6c31
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://github.com/composer/composer/releases/download/2.9.8/composer.phar
source_sha256: 59b2c50e10cafa0d8efc19ede9a326d782f096c674a26baf98cf042ce23de890
source: https://github.com/composer/composer/releases/download/2.10.0/composer.phar
source_sha256: a346538851988ead111d11e3cbd7d372eeba44abd0af412e09890d3c21ea6c31
- 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