WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
textwheel
/
Name
Action
..
.gitattributes
Edit
.gitignore
Edit
CHANGELOG.md
Edit
README.md
Edit
composer.json
Edit
engine
inc
lang
modeles
paquet.xml
Edit
phpcs.xml.dist
Edit
phpstan-baseline.neon
Edit
phpstan.neon.dist
Edit
prive
tests
textwheel-xx.svg
Edit
typographie
wheels
Editing: composer.json
{ "name": "spip/tw", "description": "Gestion de la typographie SPIP avec TextWheel", "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 <=8.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpcompatibility/php-compatibility": "^10.x-dev", "spip/coding-standards": "^1.3" }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true }, "platform": { "php": "7.4.33" } } }