Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

v2 breaks support of PHP<8 due to symphony dependency #100

@daniel-lohse

Description

@daniel-lohse

By the introduction of the Symfony\Component\Cache\CacheItem
which is using a union-type declaration inside it will break the support for PHP lower than 8 already with v2.

Current Behavior

Using >=2.0 it will break with a php lower than v8 - so we are still on v7.4 and the union type of the symphony dependency breaks our code. You should update the min. stability to php>=8.0.0 thereby https://github.com/storyblok/storyblok-php-client/blob/master/composer.json#L9

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