From 7d4f97721da76028e08185dc316c488cca11de59 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Tue, 4 May 2021 09:55:54 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2763285..1808efe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# PR to activate GA + # laminas-cache-storage-adapter-ext-mongodb [![Build Status](https://travis-ci.com/laminas/laminas-cache-storage-adapter-ext-mongodb.svg?branch=master)](https://travis-ci.com/laminas/laminas-cache-storage-adapter-ext-mongodb) From c6351909acc8c514c6822ee12f536db150c8bf04 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Tue, 4 May 2021 09:57:37 +0200 Subject: [PATCH 2/2] Update ExtMongoDb.php --- src/ExtMongoDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExtMongoDb.php b/src/ExtMongoDb.php index 6ed95ea..c1d8725 100644 --- a/src/ExtMongoDb.php +++ b/src/ExtMongoDb.php @@ -3,7 +3,7 @@ /** * @see https://github.com/laminas/laminas-cache for the canonical source repository * @copyright https://github.com/laminas/laminas-cache/blob/master/COPYRIGHT.md - * @license https://github.com/laminas/laminas-cache/blob/master/LICENSE.md New BSD License + * @license https://github.com/laminas/laminas-cache/blob/master/LICENSE.md New BSD */ namespace Laminas\Cache\Storage\Adapter;