kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Use PHP 7.3 compatible html dom parser #80

Closed NoodlesNZ closed 4 years ago

NoodlesNZ commented 5 years ago

Motivation

Which issue does this fix? Fixes #79

Checklist

How to test

Use DeliveryClient::getItem() on a PHP 7.3 system. It should not throw tons of warnings.

The sunra package for php-simple-html-dom-parser is not being actively maintained. This PR changes it to another package which is maintained. It still uses the same underlying code from Sourceforge, but a later version which has fixes for PHP 7.3.

NoodlesNZ commented 5 years ago

Thanks @Simply007, I added PHP 7.2 and 7.3 to the Travis config just for completeness.