tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
build-support/php: composer, add `meta.mainProgram`
Pol Dellaiera
2 years ago
d8f509a4
409e640c
+1
1 changed file
expand all
collapse all
unified
split
pkgs
build-support
php
pkgs
composer-phar.nix
+1
pkgs/build-support/php/pkgs/composer-phar.nix
···
53
53
description = "Dependency Manager for PHP, shipped from the PHAR file";
54
54
homepage = "https://getcomposer.org/";
55
55
license = lib.licenses.mit;
56
56
+
mainProgram = "composer";
56
57
maintainers = with lib.maintainers; [ drupol ];
57
58
platforms = lib.platforms.all;
58
59
};