This file is used to list changes made in each version (>= 2.4.0) of the composer cookbook.
- Fix for install_dir method callout, which should be composer_install_dir since 3.0.0 (NoMethodError: undefined method
install_dir
for Chef::Resource::Execute)
- Remove unneeded dependencies on
apt
/windows
cookbooks for resources now in core Chef - Adds testing on Alma / Rocky Linux 8
- Remove dependency on
php
cookbook- ⚠ This cookbook will no longer install PHP for you!
- Use e.g. the
php
cookbook directly to install PHP before including these recipes
- Chef 17 compatibility: enable
unified_mode
for custom resources - Remove deprecated foodcritic tool
- Apply Cookstyle fixes
- Convert legacy LWRP structure to custom resource syntax
- Update Kitchen config to Inspec and current platforms
- Update Travis CI to latest Chef Workstation
- Point to new endpoint for stable download
- Fixed correct default for environment attribute: Hash instead of nil
- Fix Travis tests
- Allow passing environment variables to composer_project
- Fix artifact on supermarket
- Fix bug in composer_project with empty return
- Add composer_global_install to install composer packages globally
- Refactored the cookbook