chore: composer normalize

pull/4875/head
JamesRezo 3 months ago
parent f6a6e76779
commit 31ae00dd99

@ -2,11 +2,11 @@
## [Unreleased]
## Added
### Added
- Installable en tant que package Composer
## Changed
### Changed
- Compatible SPIP 5.0.0-dev

@ -1,13 +1,13 @@
{
"name": "spip/bigup",
"type": "spip-plugin",
"description": "Téléverser des gros fichiers",
"license": "GPL-3.0-or-later",
"type": "spip-plugin",
"authors": [
{
"name": "Matthieu Marcillaud",
"role": "Maintainer",
"homepage": "https://discuter.spip.net/c/spip-dev/5"
"homepage": "https://discuter.spip.net/c/spip-dev/5",
"role": "Maintainer"
}
],
"require": {
@ -15,10 +15,10 @@
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpstan/phpstan": "^1.10",
"spip/coding-standards": "^1.3",
"phpcompatibility/php-compatibility": "dev-develop",
"rector/rector": "^0.15.23"
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.23",
"spip/coding-standards": "^1.3"
},
"config": {
"allow-plugins": {

@ -12,6 +12,9 @@ return static function (RectorConfig $rectorConfig): void {
__DIR__ . '/formulaires',
__DIR__ . '/genie',
__DIR__ . '/inc',
__DIR__ . '/bigup_administration.php',
__DIR__ . '/bigup_fonction.php',
__DIR__ . '/bigup_pipelines.php',
]);
$rectorConfig->sets([

Loading…
Cancel
Save