Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#71929 - [composer] add php7 as a alternative dependency to php(8)
Attached to Project:
Arch Linux
Opened by Ole (olestr) - Thursday, 26 August 2021, 18:14 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 17 September 2021, 09:33 GMT
Opened by Ole (olestr) - Thursday, 26 August 2021, 18:14 GMT
Last edited by Pierre Schmitz (Pierre) - Friday, 17 September 2021, 09:33 GMT
|
Details>Composer requires PHP 5.3.2+ to run
>https://getcomposer.org/doc/00-intro.md I'd like to install this without having to install php 8, until php 8 is available on Debian testing - or at least unstable :) |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Friday, 17 September 2021, 09:33 GMT
Reason for closing: Won't implement
Friday, 17 September 2021, 09:33 GMT
Reason for closing: Won't implement
Note that php7 was just a just a temporay solution and will be removed from the repo this year. You should upgrade to php 8.
I've installed it manually via https://getcomposer.org/download/ and placed it in .local/bin, for now - until we're ready to hop on version 8 👍
Works just fine along with a ln -s /usr/bin/php7 .local/bin/php as well.
Appreciate the temporary php7 packages, Pierre - they've made this transition easier for me!