Skip to content

Commit

Permalink
Merge pull request #23 from heyday/hotffix/supporting-SS3.7-and-php7.2
Browse files Browse the repository at this point in the history
To support SS 3.7 and Php 7.2
  • Loading branch information
bendubuisson authored Sep 23, 2019
2 parents 600dfc2 + 8e2b59e commit 7512b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"require": {
"ruflin/elastica": "3.1.0",
"symbiote/silverstripe-queuedjobs": "~2.10"
"symbiote/silverstripe-queuedjobs": "~2.10",
"php": ">=7.2"
},
"autoload": {
"psr-4": { "Heyday\\Elastica\\": "src/" }
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* A service used to interact with elastic search.
*/
class ElasticaService extends \Object
class ElasticaService extends \SS_Object
{

/**
Expand Down

0 comments on commit 7512b38

Please sign in to comment.