mago 1.13.3

A comprehensive suite of PHP tooling inspired by Rust’s approach, providing parsing, linting, formatting, and more through a unified CLI and library interface.
1
2
3
FROM scratch
COPY mago /usr/local/bin/mago
ENTRYPOINT ["/usr/local/bin/mago"]