Search Criteria
Package Details: php82-composer 1:2.5.7-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/php82-composer.git (read-only, click to copy) |
|---|---|
| Package Base: | php82-composer |
| Description: | Dependency Manager for PHP 8.2 (php82) |
| Upstream URL: | https://getcomposer.org/ |
| Licenses: | MIT |
| Submitter: | blackcatdev |
| Maintainer: | None |
| Last Packager: | blackcatdev |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-05-01 00:44 (UTC) |
| Last Updated: | 2023-06-02 16:54 (UTC) |
Latest Comments
hackerpro17 commented on 2025-12-26 19:29 (UTC)
In my case also missing php82-openssl package
rharish commented on 2024-01-15 15:01 (UTC) (edited on 2024-01-15 15:06 (UTC) by rharish)
This also doesn't run the tests, contrary to what's written in the PKGBUILD at line 43. You'll have to run
bin/composer testto run the tests. The tests also need more dependencies:rharish commented on 2024-01-15 14:03 (UTC)
Composer also installs binaries with the shebang
#!/usr/bin/env phpinstead of#!/usr/bin/env php82. Could you update the patch to fixsrc/Composer/Installer/BinaryInstaller.php?rharish commented on 2024-01-15 12:51 (UTC) (edited on 2024-01-15 12:52 (UTC) by rharish)
This is missing the following dependencies: