Newer
Older
"require": {
"ext-xml": "*",
"ext-zip": "*",
"symfony/polyfill-php80": "^1.24",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
marcimat
a validé
"phpstan/phpstan": "^1.4",
"spip/coding-standards": "^1.2"
},
"suggest": {
"ext-mbstring": "Faster than the polyfill for string actions",
"ext-curl": "*",
"ext-gd": "For image processing",
"ext-mysqli": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*"
"autoload": {
"psr-4": {
"Spip\\": "ecrire/src/"
}
},
"archive": {
"exclude": [
"!vendor",
"phpstan.neon.dist",
"phpstan-baseline.neon",
"!plugins-dist",
"!squelettes-dist",
"!config/ecran_securite.php",
"!config/remove.txt",
"!IMG/remove.txt",
"!local/remove.txt",
"!local/CACHEDIR.TAG",
"!tmp/remove.txt",
"!tmp/CACHEDIR.TAG"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true