mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
FIX: Relax parsedown / parsedown-extra requirement, for PHP7 support
Dependency for parsedown increased to minor semver version ~1.1 . Reason: other modules that require parsedown as dependency need higher version of it.
This commit is contained in:
parent
2600e55047
commit
e8ab218ffc
@ -15,8 +15,8 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": "~3.1",
|
"silverstripe/framework": "~3.1",
|
||||||
"erusev/parsedown-extra": "0.2.2",
|
"erusev/parsedown-extra": "~0.2",
|
||||||
"erusev/parsedown": "~1.1.0",
|
"erusev/parsedown": "~1.1",
|
||||||
"mnapoli/front-yaml": "^1.5"
|
"mnapoli/front-yaml": "^1.5"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user