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.
20 lines
437 B
20 lines
437 B
{
|
|
"name": "spip/autodoc",
|
|
"autoload": {
|
|
"psr-4":{
|
|
"Spip\\Autodoc\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony/console": "^6.0",
|
|
"symfony/filesystem": "^6.0",
|
|
"psr/log": "^3.0",
|
|
"league/pipeline": "^1.0",
|
|
"twig/twig": "^3.3",
|
|
"twig/string-extra": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/var-dumper": "^6.0"
|
|
}
|
|
}
|