We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0f7d0 commit 486ae1eCopy full SHA for 486ae1e
composer.json
@@ -43,7 +43,7 @@
43
"symfony/filesystem": "~3.4|~4.3|^5|^6",
44
"symfony/yaml": "~3.4|~4.3|^5|^6",
45
"symfony/process": "~3.4|~4.3|^5|^6",
46
- "phpdocumentor/reflection-docblock": "~5.3",
+ "phpdocumentor/reflection-docblock": "5.x-dev",
47
"wdes/php-i18n-l10n": "^4.0",
48
"code-lts/cli-tools": "^1.4.0",
49
"erusev/parsedown": "^1.7"
@@ -71,6 +71,7 @@
71
}
72
},
73
"prefer-stable": true,
74
+ "minimum-stability": "dev",
75
"bin": [
76
"bin/doctum.php"
77
],
0 commit comments