mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
* Add Last.fm Client Bundle recipe v2.0 - Add recipe for calliostro/last-fm-client-bundle v2.0 - Updates configuration key from calliostro_last_fm_client to calliostro_lastfm - Changes api_key and secret configuration structure - Adds optional user_agent and rate_limiter configuration - Removes session key from environment variables (deprecated) - Symfony bundle for Last.fm API integration * Fix formatting: Add newlines and ensure 4-space indentation - Add missing newlines at end of files - Ensure YAML uses 4-space indentation - Fix Symfony recipes coding standards compliance * Fix YAML indentation: Remove spaces from empty lines - Remove 4 spaces from empty lines (lines 4, 7, 10) - Empty lines must be completely empty per Symfony standards - Fixes GitHub Actions indentation check * Fix bundle class name for v2.0 - Update bundle class from CalliostroLastFmClientBundle to CalliostroLastfmBundle - Update namespace from LastFmClientBundle to LastfmBundle - Matches actual bundle class in v2.0.0-beta.1