# Issue / Motivation: Commit `b634a08aef6c55b7c4575a78a1da3d5cc978bc1b` (release 3.3.6.) breaks application because of non-existent method `booted` with Lumen 5.7.* ## Expected behavior: Compatible with Lumen, working app. ## Actual behavior: Not compatible with Lumen, non-working app. ## Steps to reproduce the behavior: Install `socialiteproviders/manager` <= 3.3.6., the application is working, with >= 3.3.6. the application is not working. ## Proposed solution: Should have been released not with minor version but with 3.4. Proposing checking if the method exists if there is no other way.