This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch php8 in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
commit f06dbbe884ec2a9e347727e7a9ccf69f85b2a2b4 Author: Satya Rohith <[email protected]> AuthorDate: Fri Sep 11 07:10:44 2020 +0530 Add nimbella/nimbella to default packages --- core/php7.3Action/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/php7.3Action/composer.json b/core/php7.3Action/composer.json index e361620..57be3a4 100644 --- a/core/php7.3Action/composer.json +++ b/core/php7.3Action/composer.json @@ -6,6 +6,7 @@ }, "require": { "guzzlehttp/guzzle": "6.5.5", - "ramsey/uuid": "3.9.3" + "ramsey/uuid": "3.9.3", + "nimbella/nimbella": "^1.1" } }
