-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
| Q | A |
|---|---|
| Bug? | maybe |
| New Feature? | no |
| Sulu Version | 2.5.x / latest |
| Browser Version | irrelevant |
Actual Behavior
The skeleton requires PHP version 8.1 and higher:
Lines 29 to 30 in eb5158c
| "require": { | |
| "php": "^8.1", |
Sulu itself allows version 8.0 and higher:
https://github.com/sulu/sulu/blob/097a23c376f1fddbcdfdbd4f564f7847ec0cc934/composer.json#L27-L28
The documentation says PHP 8.0 and higher:
The following requirements must be met to run Sulu:
https://docs.sulu.io/en/2.5/reference/requirements.html
Expected Behavior
If Sulu allows version 8 of PHP and the documentation also lists this version under the system requirements, then the skeleton should allow the same version.
Steps to Reproduce
See above.
Possible Solutions
Update the Composer configuration of this package.
Metadata
Metadata
Assignees
Labels
No labels