PhileCMS / phileMarkdownExtraExtended

Markdown Extra Extended plugin for PhileCMS
MIT License
1 stars 0 forks source link

Cannot update with composer #1

Closed STOWouters closed 10 years ago

STOWouters commented 10 years ago

Got an error when executing

$ composer update

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package egil/php-markdown-extra-extended could not be found in any version, there may be a typo in the package name.

How can I get around this? Ignoring this causes a WSOD when enabling this plugin.

james2doyle commented 10 years ago

Can you try "brainsware/php-markdown-extra-extended": "dev-master" instead?

I can't seem to find the "egil" library on Packagist... maybe it was removed.

STOWouters commented 10 years ago

Yeah, probably removed. brainsware works, the parser engine now works smoothly. Thanks :+1: I'll let this issue open so you can update the README.md ;-)