Skip to content

Commit c0cc6b3

Browse files
committed
Weird travis error. Also lowering PHP version for testing purposes.
1 parent 12bcdd7 commit c0cc6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php" : ">=5.5.0",
18+
"php" : ">=5.3.0",
1919
"guzzlehttp/guzzle": "~5.0"
2020
},
2121
"require-dev": {

src/Factory/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function checkResponseFormat(Response $response)
5454
$arr = $response->json();
5555

5656
if (!isset($arr['objects'])) {
57-
throw new DiffbotException('Objects property missing - cannot extract entity values');
57+
throw new \Swader\Diffbot\Exceptions\DiffbotException('Objects property missing - cannot extract entity values');
5858
}
5959

6060
if (!isset($arr['request'])) {

0 commit comments

Comments
 (0)