sulu / SuluThemeBundle

MIT License
18 stars 15 forks source link

Not working with PHP 8 #29

Closed martinlagler closed 2 years ago

martinlagler commented 2 years ago
Q A
Bug? no
New Feature? yes
Bundle Version Specific version or SHA of a commit
Sulu Version Specific version or SHA of a commit
Browser Version Browser name and version

Actual Behavior

Does not work with PHP 8 because of requirement to "sylius/theme-bundle": "^2.1"

Possible Solutions

Update to "sylius/theme-bundle": "^2.2"

alexander-schranz commented 2 years ago

The ^2.1 includes ^2.2 and so a composer update should update to sylius/theme-bundle: 2.2 or higher if your other dependencies allows it.

See: https://semver.madewithlove.com/?package=sylius%2Ftheme-bundle&constraint=^2.1&stability=stable