1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/php-composer2/pkg-descr
Guido Falsi babae67cda Create port for new php-composer 2.x branch. (repocopied from
php-composer)

This new version includes optimizations for ram usage and a notable
speedup.

If you still need the old 1.x version for compatibility reasons
that's available in the devel/php-composer port.

upstream announcement: https://blog.packagist.com/composer-2-0-is-now-available/

Set same maintainer of php-composer at his request

PR:		252018
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2020-12-21 15:18:36 +00:00

6 lines
202 B
Plaintext

Composer is a tool for dependency management in PHP. It allows you to declare
the dependent libraries your project needs and it will install them in your
project for you.
WWW: https://getcomposer.org/