Skip to content

Commit

Permalink
Merge pull request #80 from NoodlesNZ/fix-php73
Browse files Browse the repository at this point in the history
Use PHP 7.3 compatible html dom parser
  • Loading branch information
Simply007 authored Sep 16, 2019
2 parents c058501 + 3ecd644 commit df3a95a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- 7.0
- 7.1
- 7.2
- 7.3

install:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": "^7.0",
"nategood/httpful": "^0.2.20",
"sunra/php-simple-html-dom-parser": "^1.5"
"kub-at/php-simple-html-dom-parser": "^1.9"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "2.*",
Expand Down
2 changes: 1 addition & 1 deletion src/KenticoCloud/Delivery/ModelBinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace KenticoCloud\Delivery;

use KenticoCloud\Delivery\Models\Items\ContentLink;
use Sunra\PhpSimple\HtmlDomParser;
use KubAT\PhpSimple\HtmlDomParser;

/**
* Class ModelBinder.
Expand Down

0 comments on commit df3a95a

Please sign in to comment.