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

phpPackages.composer: add `meta.mainProgram`

parent ec05ba5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ php.buildComposerProject (finalAttrs: {
    description = "Dependency Manager for PHP";
    homepage = "https://getcomposer.org/";
    license = lib.licenses.mit;
    mainProgram = "composer";
    maintainers = lib.teams.php.members;
  };
})