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