🐛 Bug Fixes
-
Linter Method Lookup Fix
Fixed an issue where the linter used original method casing (e.g.,doThing()
vsdothing()
) to look up method information. Mago now consistently uses lowercase names for method reflection, ensuring PHP's case-insensitive method handling is respected. This resolves cases where methods were skipped during analysis. -
Composer Plugin Version Resolution by @NeoIsRecursive in #82
Fixed a bug in the Mago Composer plugin that caused it to ignore version constraints incomposer.json
and always install the latest version. It now honors the specified version range as expected.
Enjoy the stability improvements! 🛠️
Full Changelog: 0.11.0...0.11.1