You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
935 B
36 lines
935 B
{ |
|
"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": "^8.1" |
|
}, |
|
"require-dev": { |
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
|
"phpcompatibility/php-compatibility": "dev-develop", |
|
"phpstan/phpstan": "^1.10", |
|
"rector/rector": "^0.15.23", |
|
"spip/coding-standards": "^1.3" |
|
}, |
|
"config": { |
|
"allow-plugins": { |
|
"dealerdirect/phpcodesniffer-composer-installer": true |
|
}, |
|
"platform": { |
|
"php": "8.1.17" |
|
} |
|
}, |
|
"extra": { |
|
"branch-alias": { |
|
"dev-master": "3.2.x-dev" |
|
} |
|
} |
|
}
|
|
|