Merge: Adopt various PHP packages (#438932)
This commit is contained in:
@@ -27,7 +27,7 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://github.com/maglnet/ComposerRequireChecker/";
|
||||
changelog = "https://github.com/maglnet/ComposerRequireChecker/releases/tag/${finalAttrs.version}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "composer-require-checker";
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
homepage = "https://github.com/paratestphp/paratest";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "paratest";
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -24,6 +24,6 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://pestphp.com";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "pest";
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -35,6 +35,6 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://github.com/phpactor/phpactor";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "phpactor";
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,6 +40,6 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://phpdoc.org";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "phpdoc";
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,7 +36,9 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://phpunit.de";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "phpunit";
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = with lib.maintainers; [
|
||||
onny
|
||||
patka
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -32,6 +32,6 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://cs.symfony.com/";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "php-cs-fixer";
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -36,6 +36,6 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
'';
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "phpstan";
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -44,6 +44,6 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
homepage = "https://github.com/vimeo/psalm";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "psalm";
|
||||
teams = [ lib.teams.php ];
|
||||
maintainers = [ lib.maintainers.patka ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user