Skip to content
Merged
Changes from all commits
Commits
File filter

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 @@ -25,7 +25,7 @@ default_versions:
- name: nginx
version: 1.25.4
- name: composer
version: 2.7.3
version: 2.7.4
url_to_dependency_map:
- match: appdynamics-(\d+\.\d+\.\d+-\d+)
name: appdynamics
Expand Down Expand Up @@ -66,14 +66,14 @@ dependencies:
osl: https://docs.appdynamics.com/display/DASH/Legal+Notices
source_sha256: '04904a9ddc45bab06b80fa6c32671e82d8edfbaecf8dc943720db7b5c790ec8d'
- name: composer
version: 2.7.3
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.7.3_linux_noarch_any-stack_fcc02ff0.phar
sha256: fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4
version: 2.7.4
uri: https://buildpacks.cloudfoundry.org/dependencies/composer/composer_2.7.4_linux_noarch_any-stack_ee01080d.phar
sha256: ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://github.com/composer/composer/releases/download/2.7.3/composer.phar
source_sha256: fcc02ff044b5a04fbecff0158cb6041c25e8f78ac494098736fecd2bb4f381e4
source: https://github.com/composer/composer/releases/download/2.7.4/composer.phar
source_sha256: ee01080d632d2bbfa9c618009cca13718f36e751dda679a6009cee751c13b2d9
- name: httpd
version: 2.4.59
uri: https://buildpacks.cloudfoundry.org/dependencies/httpd/httpd_2.4.59_linux_x64_cflinuxfs3_82bc98c7.tgz
Expand Down