mediawiki/mediawiki-phan-config
Standard MediaWiki phan configuration
Installs: 770 430
Dependents: 174
Suggesters: 0
Security: 0
Stars: 2
Watchers: 11
Forks: 0
pkg:composer/mediawiki/mediawiki-phan-config
Requires
- php: >=8.1.0
- mediawiki/phan-taint-check-plugin: 7.0.0
- phan/phan: 5.5.1
Requires (Dev)
- mediawiki/mediawiki-codesniffer: 47.0.0
- mediawiki/minus-x: 1.1.3
- ockcyp/covers-validator: 1.6.0
- php-parallel-lint/php-console-highlighter: 1.0.0
- php-parallel-lint/php-parallel-lint: 1.4.0
- phpunit/phpunit: 9.6.21
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-or-later 5e98f0ae2755650c6bebb682c0fcc06b371745c9
- MediaWiki developers<wikitech-l.woop@lists.wikimedia.org>
README
There are two base phan configurations for MediaWiki projects:
config.phpfor MediaWiki code, like extensions and skinsconfig-library.phpfor PHP libraries and other code external to MediaWiki
Choose the file more suitable for your project, then include it in the phanconfiguration and extend/modify it as you see fit.
Seehttps://www.mediawiki.org/wiki/Continuous_integration/Phan formore details.