forgejo/modules/packages
Jamie Schouten 9d34731198
Add bin to Composer Metadata (#32099)
This PR addresses the missing `bin` field in Composer metadata, which
currently causes vendor-provided binaries to not be symlinked to
`vendor/bin` during installation.

In the current implementation, running `composer install` does not
publish the binaries, leading to issues where expected binaries are not
available.

By properly declaring the `bin` field, this PR ensures that binaries are
correctly symlinked upon installation, as described in the [Composer
documentation](https://getcomposer.org/doc/articles/vendor-binaries.md).

(cherry picked from commit d351a42494e71b5e2da63302c2f9b46c78e6dbde)
2024-09-27 08:42:48 +02:00
..
alpine Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
arch clean style and add more tests 2024-08-26 11:13:22 +08:00
cargo Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
chef Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
composer Add bin to Composer Metadata (#32099) 2024-09-27 08:42:48 +02:00
conan Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
conda Support compression for Actions logs (#31761) 2024-08-13 06:51:49 +02:00
container Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
cran Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
debian Support compression for Actions logs (#31761) 2024-08-13 06:51:49 +02:00
goproxy Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
helm Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
maven Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
npm Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
nuget Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
pub Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
pypi Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
rpm Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
rubygems Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
swift Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
vagrant Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
content_store.go Add direct serving of package content (#25543) 2023-07-03 15:33:28 +02:00
hashed_buffer.go Close all hashed buffers (#27787) 2023-10-25 21:24:24 +02:00
hashed_buffer_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
multi_hasher.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
multi_hasher_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00