mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #657 from nextcloud/fix-php-7.1
Fix issue with PHP 7.1 dependency in dev manual
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"minimum-stability": "dev",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/juliushaertl/reflection.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"juliushaertl/phpdoc-to-rst": "dev-master"
|
||||
"juliushaertl/phpdoc-to-rst": "dev-php7.0",
|
||||
"phpdocumentor/reflection": "dev-php7.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user