You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "spip/compagnon",
|
|
|
|
"description": "Compagnon",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"type": "spip-plugin",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthieu Marcillaud",
|
|
|
|
"homepage": "https://discuter.spip.net/c/spip-dev/5",
|
|
|
|
"role": "Maintainer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": "^8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
|
"phpcompatibility/php-compatibility": "dev-develop",
|
|
|
|
"phpstan/phpstan": "^1.10",
|
|
|
|
"rector/rector": "^0.15.23",
|
|
|
|
"spip/coding-standards": "^1.3"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"allow-plugins": {
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
|
|
},
|
|
|
|
"platform": {
|
|
|
|
"php": "8.1.17"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.2.x-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|