Files
nextcloud-docs/build/composer.json
Joas Schilling 37ec5cb1e0 Remove deprecated icons code
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-08-11 13:46:06 +02:00

22 lines
481 B
JSON

{
"minimum-stability": "dev",
"repositories": [
{
"type": "github",
"url": "https://github.com/juliushaertl/reflection",
"no-api": true
}
],
"require": {
"juliushaertl/phpdoc-to-rst": "dev-php7.0",
"phpdocumentor/reflection": "dev-php7.0"
},
"config": {
"github-protocols": ["https"],
"platform": {
"php": "7.4"
},
"sort-packages": true
}
}