Open lenton opened 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.
nikic/PHP-Parser
minimum-stabilty
dev
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.
1.1
When installing via composer, it currently complains that the package
nikic/PHP-Parser
is not stable. This forces you to set yourminimum-stabilty
todev
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.