Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:41

Changelog

  • c50a55c Add IDE integration section to README
  • 0cf4e61 Add which and current commands for quick version debugging
  • 8741a3f Document shp use latest in commands table
  • 4e2aafa Guard reverb command behind Laravel project detection
  • 65ec9e3 Harden php.ini manipulation against section corruption
  • 7fd0370 Let requireHerd return an error instead of exiting
  • 47ce2c1 Let writeIni return an error instead of exiting
  • 9396f09 Lowercase error messages for consistency
  • 7eab410 Normalize indentation to tabs
  • ffb33e0 Prompt to install missing PHP via Herd in interactive mode
  • 85a5b29 Reduce AV false positives and add mock-based tests
  • 23c4124 Remove CREATE_NO_WINDOW flag from all process spawns
  • 4f6829d Replace hand-rolled helpers with stdlib slices
  • 786f09e Rewrite README to lead with what the tool does
  • fe82896 Split main.go into domain-focused files for readability
  • 1ca2b17 Support 'shp use latest' to pin highest installed version
  • 0851ad5 Test composer constraint parsing and version satisfaction logic
  • d7fc785 Warn when .phpversion conflicts with composer.json require.php