diff --git a/composer.json b/composer.json index 5b21e9e..d3d5664 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "license": "MIT", "require": { - "php": ">=5.6.0", + "php": ">=7.0.0", "sugarcrm/rest-php-client": "^1.4" } , diff --git a/src/Opportunities.php b/src/Opportunities.php new file mode 100644 index 0000000..bb4fbec --- /dev/null +++ b/src/Opportunities.php @@ -0,0 +1,23 @@ +moduleName, $this->fields); + } +} \ No newline at end of file