Problem/Motivation
The module does not work with PHP 8.1:
Uncaught PHP Exception ParseError: "syntax error, unexpected identifier "FILE_NAME", expecting "="" at web/modules/contrib/sleepy_cron/src/SleepyCronStatus.php line 25
But it does not declare that in its composer.json
Steps to reproduce
Proposed resolution
Add a composer.json file that requires PHP >= 8.3.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork sleepy_cron-3590855
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dkmishra commentedComment #5
prudloff commented