3.0.0: Detect PHP requirements
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