composer.json: Remove 'ext-dom' extension
Pico doesn't require 'ext-dom' itself, Parsedown Extra does; Parsedown Extra didn't declare this dependency before, but Parsedown Extra 0.8 finally does.
This commit is contained in:
parent
a04bc6c6b8
commit
420ede0daa
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
},
|
||||
"require": {
|
||||
"php": ">=5.3.6",
|
||||
"ext-dom": "*",
|
||||
"twig/twig": "^1.36",
|
||||
"symfony/yaml" : "^2.8",
|
||||
"erusev/parsedown": "~1.8.0|1.8.0@beta",
|
||||
|
|
Loading…
Reference in a new issue