Skip to content

Commit

Permalink
refactor: Remove Symfony Mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Oct 26, 2024
1 parent 38f0bcb commit bd4aed9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
19 changes: 0 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"mediawiki/sandbox-link": "1.39.0",
"mediawiki/semantic-drilldown": "1.39.0",
"mediawiki/short-description": "1.39.0",
"mediawiki/symfony-mailer": "1.39.0",
"mediawiki/tabber-neue": "1.39.0",
"mediawiki/template-styles": "1.39.0",
"mediawiki/thanks": "1.39.0",
Expand Down Expand Up @@ -60,7 +59,6 @@
"extensions/Elastica/composer.json",
"extensions/Oauth/composer.json",
"extensions/OATHAuth/composer.json",
"extensions/SymfonyMailer/composer.json",
"extensions/TemplateStyles/composer.json",
"extensions/Webauthn/composer.json"
]
Expand Down Expand Up @@ -424,23 +422,6 @@
}
}
},
{
"type": "package",
"package": {
"name": "mediawiki/symfony-mailer",
"type": "mediawiki-extension",
"version": "1.39.0",
"dist": {
"url": "https://github.com/StarCitizenWiki/mediawiki-extensions-SymfonyMailer/archive/master.zip",
"type": "zip"
},
"source": {
"type": "git",
"url": "https://github.com/StarCitizenWiki/mediawiki-extensions-SymfonyMailer.git",
"reference": "REL1_39"
}
}
},
{
"type": "package",
"package": {
Expand Down
1 change: 0 additions & 1 deletion config/extensions/load_extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
wfLoadExtension( 'SandboxLink' );
wfLoadExtension( 'Scribunto' );
wfLoadExtension( 'ShortDescription' );
wfLoadExtension( 'SymfonyMailer' );
wfLoadExtension( 'SyntaxHighlight_GeSHi' );
wfLoadExtension( 'TabberNeue' );
wfLoadExtension( 'TemplateData' );
Expand Down
2 changes: 1 addition & 1 deletion jobrunner/jobrunner-conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"groups": {
"basic": {
"runners": 1,
"runners": 2,
"include": [
"*"
],
Expand Down

0 comments on commit bd4aed9

Please sign in to comment.