mediawiki-skins-Citizen/composer.json
dependabot[bot] ba2df01e83
build(deps-dev): update php-parallel-lint/php-console-highlighter requirement (#429)
Updates the requirements on [php-parallel-lint/php-console-highlighter](https://github.com/php-parallel-lint/PHP-Console-Highlighter) to permit the latest version.
- [Release notes](https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Console-Highlighter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/php-parallel-lint/PHP-Console-Highlighter/compare/v0.5...v1.0.0)

---
updated-dependencies:
- dependency-name: php-parallel-lint/php-console-highlighter
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-23 00:48:58 -05:00

52 lines
1.2 KiB
JSON

{
"name": "mediawiki/citizen-skin",
"type": "mediawiki-skin",
"description": "A responsive skin developed for the Star Citizen Wiki",
"keywords": [
"wiki",
"MediaWiki",
"skin"
],
"homepage": "https://www.mediawiki.org/wiki/Skin:Citizen",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "alistair3149"
},
{
"name": "Octfx"
}
],
"support": {
"wiki": "https://www.mediawiki.org/wiki/Skin:Citizen",
"forum": "https://www.mediawiki.org/wiki/Skin_talk:Citizen",
"source": "https://github.com/StarCitizenTools/mediawiki-skins-Citizen"
},
"require": {
"composer/installers": ">1.0.12",
"ext-libxml": "*"
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "38.0.0",
"mediawiki/mediawiki-phan-config": "0.11.1",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "1.0.0",
"php-parallel-lint/php-parallel-lint": "1.3.2"
},
"scripts": {
"fix": [
"minus-x fix ."
],
"test": [
"parallel-lint . --exclude node_modules --exclude vendor",
"phpcs --config-set ignore_warnings_on_exit 1",
"phpcs -p -s",
"minus-x check ."
]
},
"extra": {
"installer-name": "Citizen"
}
}