Releases: fortrabbit/stack-detector
Releases · fortrabbit/stack-detector
Add detection for Kirby CMS
Add a way to get exact installed PHP dependencies
What's Changed
Full Changelog: 5.1.1...5.2.0
Remove unused files from packagist archive
What's Changed
Full Changelog: 5.1.0...5.1.1
Add composer json, composer lock and package json content to output
What's Changed
Full Changelog: 5.0.1...5.1.0
Prevent additional call to GitHub
What's Changed
Full Changelog: 5.0.0...5.0.1
5.0.0: Move to fortrabbit organization
- The project is now under fortrabbit organization
- The name changed to
stack-detector - The composer package is now
fortrabbit/stack-detector - All namespaces have been updated
Full Changelog: 4.0.0...5.0.0
4.0.0: Add NodeJS detection
Breaking changes:
- DTOs are moved to
Einenlum\PhpStackDetector\DTOnamespace - Enums are moved to
Einenlum\PhpStackDetector\Enumnamespace
Now, it also detects node version, node version requirements and package manager.
Full Changelog: 3.0.0...4.0.0
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
2.1.0
Delete empty file
2.0.1 Delete empty file