File "composer.json"
Full Path: /home/spiraleeea/www/spirale/plugins-dist/svp/inc/composer.json
File size: 1.13 KB
MIME-type: application/json
Charset: utf-8
{
"name": "spip/stats",
"description": "Gestion des statistiques dans SPIP",
"license": "GPL-3.0-or-later",
"type": "spip-plugin",
"authors": [
{
"name": "Collectif SPIP",
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"spip/coding-standards": "^1.2"
},
"autoload-dev": {
"psr-4": {
"Spip\\": "tests/Fixtures/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4.33"
}
},
"scripts": {
"analyse": "phpstan --memory-limit=-1",
"baseline": "phpstan --memory-limit=-1 --generate-baseline --allow-empty-baseline",
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --fix --ansi",
"rector": "rector process --ansi",
"rector-dry-run": "rector process --dry-run --ansi"
}
}