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.
autorite/composer.json

22 lines
598 B
JSON

{
"name": "spip-contrib/autorite",
"description": "Quelques réglages d'autorisations",
"license": "GPL-3.0-or-later",
"type": "spip-plugin",
"require": {
"php": ">=7.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/php-compatibility": "^10.x-dev",
"phpstan/phpstan": "^1.10",
"spip/coding-standards": "^1.3",
"rector/rector": "^0.16.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}