Skip to content

Releases: fortrabbit/stack-detector

Add detection for Kirby CMS

19 Sep 13:46
717a66f

Choose a tag to compare

What's Changed

Full Changelog: 5.2.0...5.3.0

Add a way to get exact installed PHP dependencies

12 Sep 09:31
f1367fc

Choose a tag to compare

What's Changed

  • Get exact installed dependencies from composer.lock by @einenlum in #12

Full Changelog: 5.1.1...5.2.0

Remove unused files from packagist archive

12 Sep 09:19
814c2f6

Choose a tag to compare

What's Changed

  • update gitattributes to remove unused files in packagist archive by @einenlum in #11

Full Changelog: 5.1.0...5.1.1

Add composer json, composer lock and package json content to output

05 Sep 10:01
6ea4f4a

Choose a tag to compare

What's Changed

  • Add composer and package json content to output by @einenlum in #10

Full Changelog: 5.0.1...5.1.0

Prevent additional call to GitHub

05 Sep 09:10
55310fc

Choose a tag to compare

What's Changed

  • Use package json provider to detect package manager by @einenlum in #9

Full Changelog: 5.0.0...5.0.1

5.0.0: Move to fortrabbit organization

04 Sep 18:31
cb0762c

Choose a tag to compare

  • 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

04 Sep 15:39
68a0f96

Choose a tag to compare

Breaking changes:

  • DTOs are moved to Einenlum\PhpStackDetector\DTO namespace
  • Enums are moved to Einenlum\PhpStackDetector\Enum namespace

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

04 Sep 09:23
f8d5298

Choose a tag to compare

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

03 Sep 11:26
3244723

Choose a tag to compare

Most changes made by @igornast ❤️

  • PHP 8.4+ required
  • Symfony http client 7.* required
  • Add CS fixer
  • Add the following stacks:
    • Bolt CMS
    • Cakephp
    • Codeigniter
    • Drupal
    • Grav CMS
    • Leaf PHP
    • Lunar
    • October CMS
    • Shopware
    • Tempest
    • Twill
    • Typo3 CMS
    • Winter CMS

Delete empty file

06 Nov 15:24

Choose a tag to compare

2.0.1

Delete empty file