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.
|
{ |
|
"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" |
|
}, |
|
"require-dev": { |
|
"symfony/var-dumper": "^6.0" |
|
} |
|
}
|
|
|