build: future version pour SPIP 5.0+ (suite)
parent
6b100d18
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- .editorconfig 18 ajouts, 0 suppression.editorconfig
- .gitattributes 7 ajouts, 0 suppression.gitattributes
- CHANGELOG.md 9 ajouts, 1 suppressionCHANGELOG.md
- composer.json 23 ajouts, 5 suppressionscomposer.json
- phpcs.xml.dist 1 ajout, 1 suppressionphpcs.xml.dist
- phpstan-baseline.neon 6 ajouts, 1 suppressionphpstan-baseline.neon
- phpstan.neon.dist 10 ajouts, 9 suppressionsphpstan.neon.dist
- rector.php 29 ajouts, 0 suppressionrector.php
.editorconfig
0 → 100644
.gitattributes
0 → 100644
{ | ||
"name": "spip/medias", | ||
"description": "Gestion des medias 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" | ||
"php": "^8.1" | ||
}, | ||
"require-dev": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", | ||
"phpstan/phpstan": "^1.4", | ||
"spip/coding-standards": "^1.2" | ||
"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": "7.4.27" | ||
"php": "8.1.17" | ||
} | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "4.2.x-dev" | ||
} | ||
} | ||
} |
rector.php
0 → 100644
Veuillez vous inscrire ou vous se connecter pour commenter