Unverified Commit d8f509a4 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

build-support/php: composer, add `meta.mainProgram`

parent 409e640c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    description = "Dependency Manager for PHP, shipped from the PHAR file";
    homepage = "https://getcomposer.org/";
    license = lib.licenses.mit;
    mainProgram = "composer";
    maintainers = with lib.maintainers; [ drupol ];
    platforms = lib.platforms.all;
  };