mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix issue with PHP 7.1 dependency in dev manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"juliushaertl/phpdoc-to-rst": "dev-master"
|
||||
"juliushaertl/phpdoc-to-rst": "dev-php7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user