This repository was archived by the owner on Nov 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "license-name" : " GPL-3.0-or-later" ,
88 "type" : " interface" ,
99 "requires" : {
10- "MediaWiki" : " >= 1.42 .0" ,
10+ "MediaWiki" : " >= 1.43 .0" ,
1111 "platform" : {
1212 "php" : " >= 8.0"
1313 }
Original file line number Diff line number Diff line change 66use JobSpecification ;
77use MediaWiki \Config \Config ;
88use MediaWiki \Config \ConfigFactory ;
9+ use MediaWiki \Content \TextContent ;
910use MediaWiki \Context \RequestContext ;
1011use MediaWiki \Html \Html ;
1112use MediaWiki \JobQueue \JobQueueGroupFactory ;
1819use Miraheze \MachineTranslation \Jobs \MachineTranslationJob ;
1920use Miraheze \MachineTranslation \Services \MachineTranslationLanguageFetcher ;
2021use Miraheze \MachineTranslation \Services \MachineTranslationUtils ;
21- use TextContent ;
2222
2323class Main {
2424
Original file line number Diff line number Diff line change 22
33namespace Miraheze \MachineTranslation \Services ;
44
5- use ConfigException ;
5+ use MediaWiki \ Config \ ConfigException ;
66use MediaWiki \Config \ServiceOptions ;
77use MediaWiki \Http \HttpRequestFactory ;
88use MediaWiki \Logger \LoggerFactory ;
Original file line number Diff line number Diff line change 22
33namespace Miraheze \MachineTranslation \Services ;
44
5- use ConfigException ;
5+ use MediaWiki \ Config \ ConfigException ;
66use MediaWiki \Config \ServiceOptions ;
77use MediaWiki \Http \HttpRequestFactory ;
88use MediaWiki \Logger \LoggerFactory ;
You can’t perform that action at this time.
0 commit comments