Merge: Adopt various PHP packages (#438932)

This commit is contained in:
Maximilian Bosch
2025-08-31 23:35:24 +02:00
committed by GitHub
9 changed files with 12 additions and 10 deletions
@@ -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 ];
};
})
+1 -1
View File
@@ -32,6 +32,6 @@
homepage = "https://github.com/paratestphp/paratest";
license = lib.licenses.mit;
mainProgram = "paratest";
teams = [ lib.teams.php ];
maintainers = [ lib.maintainers.patka ];
};
})
+1 -1
View File
@@ -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 ];
};
})
+1 -1
View File
@@ -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 ];
};
})
+1 -1
View File
@@ -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 ];
};
})
+4 -2
View File
@@ -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 ];
};
})