Trismegiste / Mondrian

A static php code analysis tool using the Graph Theory
http://trismegiste.github.io/Mondrian/
397 stars 22 forks source link

Composer package PHP-Parser is not stable #42

Open lenton opened 5 years ago

lenton commented 5 years ago

When installing via composer, it currently complains that the package nikic/PHP-Parser is not stable. This forces you to set your minimum-stabilty to dev which is not good.

This was attempted to be fixed here, but it now looks to be outdated: https://github.com/Trismegiste/Mondrian/pull/35.

It's likely that we'll want to upgrade this package to version 1.1, as suggested by @Trismegiste in the PR.