Skip to content

Commit d8783f8

Browse files
jenkins-botGerrit Code Review
jenkins-bot
authored and
Gerrit Code Review
committed
Merge "composer: add "maintenance" script"
2 parents e74bec3 + 394c616 commit d8783f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@
178178
"phpunit:integration": "@phpunit --colors=always --testsuite=core:integration,extensions:integration,skins:integration",
179179
"phpunit:coverage": "@phpunit --testsuite=core:unit --exclude-group Dump,Broken",
180180
"phpunit:coverage-edit": "MediaWiki\\Composer\\ComposerPhpunitXmlCoverageEdit::onEvent",
181-
"phpunit:entrypoint": "@phpunit"
181+
"phpunit:entrypoint": "@phpunit",
182+
"maintenance": "@php maintenance/run.php"
182183
},
183184
"config": {
184185
"optimize-autoloader": true,

0 commit comments

Comments
 (0)