diff --git a/registry/mago.toml b/registry/mago.toml new file mode 100644 index 0000000000..407d019b74 --- /dev/null +++ b/registry/mago.toml @@ -0,0 +1,3 @@ +backends = ["aqua:carthage-software/mago"] +description = "A blazing fast linter, formatter, and static analyzer for PHP, written in Rust" +test = ["mago --version", "mago {{version}}"]