Skip to content

3.0.0: Detect PHP requirements

Choose a tag to compare

@einenlum einenlum released this 04 Sep 09:23
· 38 commits to main since this release
f8d5298

Breaking Changes:

  • Now the stack is available through $detector->getFullConfiguration(...)->stack;

This version not only parses the framework stack but also PHP configuration:

  • PHP version (from config.platform.php) if it exists
  • PHP requirements (require.php) if they exist
  • PHP extensions required (in require)

Full Changelog: 2.1.0...3.0.0