contentful / rich-text.php

Utilities for the Contentful Rich Text
https://www.contentful.com
MIT License
12 stars 9 forks source link

allow php8 #56

Closed marvinosswald closed 3 years ago

marvinosswald commented 3 years ago

i'm going to create a series of pr all over related packages to https://github.com/contentful/contentful-laravel

prs:

veewee commented 3 years ago

Any timeline on this one? Been using the packages with --ignore-platform-reqs on PHP8 and they work fine from my point of view.

Sebb767 commented 3 years ago

Hi @veewee ,

I plan on having all php-related packages upgraded and released in four weeks. I know it's a rather long timeline, but I'll need to make sure nothing unexpectedly breaks. In case the code works without changes, I'll probably be faster :)

Sebb767 commented 3 years ago

Hi @marvinosswald & @veewee ; with version 3.2.0 PHP8 is now officially suppported :)

As with the other PRs, I did the required changes myself in order to check the code, update the CI etc., but I appreciate your PR!