Skip to content

System requirements for PHP are confusing (8.0 vs. 8.1) #217

@froschdesign

Description

@froschdesign
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:

skeleton/composer.json

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:

  • Mac OSX, Linux or Windows
  • Apache or Nginx with enabled URL rewriting
  • PHP 8.0 or higher

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions