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.
28 lines
617 B
28 lines
617 B
1 year ago
|
{
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"SPIP\\Facteur\\": "inc/Facteur/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.4 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^9.5",
|
||
|
"spip/coding-standards": "^1.2",
|
||
|
"phpstan/phpstan": "^1.4",
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
||
|
"rector/rector": "^0.12.13"
|
||
|
},
|
||
|
"config": {
|
||
|
"platform": {
|
||
|
"php": "7.4.27"
|
||
|
},
|
||
|
"allow-plugins": {
|
||
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
||
|
}
|
||
|
}
|
||
|
}
|