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.
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"license": "GPL-3.0-only",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"ext-sodium": "*",
|
|
"ext-xml": "*",
|
|
"ext-zip": "*",
|
|
"algo26-matthias/idna-convert": "^4.0",
|
|
"spip/archiviste": "^3.0@dev",
|
|
"spip/composer-installer": "^0.5.0",
|
|
"spip/security": "^1.5",
|
|
"symfony/polyfill-mbstring": "^1.27",
|
|
"symfony/polyfill-php82": "^1.27"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"phpstan/phpstan": "^1.10",
|
|
"spip/coding-standards": "^1.3",
|
|
"phpcompatibility/php-compatibility": "dev-develop@dev"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "*",
|
|
"ext-gd": "For image processing",
|
|
"ext-mbstring": "Faster than the polyfill for string actions",
|
|
"ext-mysqli": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo_sqlite": "*"
|
|
},
|
|
"repositories": {
|
|
"spip": {
|
|
"type": "composer",
|
|
"url": "https://get.spip.net/composer"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Spip\\": "ecrire/src/"
|
|
}
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"!vendor",
|
|
"phpcs.xml.dist",
|
|
"phpstan.neon.dist",
|
|
"phpstan-baseline.neon",
|
|
"!plugins-dist",
|
|
"!squelettes-dist",
|
|
"config/",
|
|
"!config/ecran_securite.php",
|
|
"!config/remove.txt",
|
|
"IMG/",
|
|
"!IMG/remove.txt",
|
|
"local/",
|
|
"!local/remove.txt",
|
|
"!local/CACHEDIR.TAG",
|
|
"tmp/",
|
|
"!tmp/remove.txt",
|
|
"!tmp/CACHEDIR.TAG"
|
|
]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"spip/composer-installer": true
|
|
},
|
|
"platform": {
|
|
"php": "8.1.17"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0.x-dev"
|
|
},
|
|
"spip": {
|
|
"extensions": [
|
|
"spip/archiviste"
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Spip\\Composer\\Security::postInstall"
|
|
],
|
|
"post-update-cmd": [
|
|
"Spip\\Composer\\Security::postUpdate"
|
|
]
|
|
}
|
|
}
|