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
..
2024-08-18 15:19:01 +02:00
2024-08-12 19:11:09 +02:00
2024-08-18 16:25:13 +02:00
2024-08-09 17:44:41 +02:00
2024-09-06 20:24:51 +02:00
2023-02-11 08:39:50 +08:00
2023-12-25 20:13:18 +08:00
2024-09-01 05:42:34 +02:00
2024-08-18 15:19:01 +02:00
2023-11-03 15:21:05 +00:00
2024-07-17 23:07:41 +02:00
2024-09-27 08:42:48 +02:00
2024-05-14 08:31:34 +02:00
2024-08-26 23:43:09 +02:00