From 1051d62596d9120ed65ea732c96cc0177c443445 Mon Sep 17 00:00:00 2001 From: Sam DeVore Date: Mon, 27 Mar 2023 10:47:53 -0700 Subject: [PATCH] Update composer require installation with version Add the version for the 2.0 branch for installing on CakePHP 3.x folks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a1daf..6d68758 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ CakePHP integration for Sentry. ## Installation ### With composer install. ``` -composer require connehito/cake-sentry +composer require connehito/cake-sentry:"^2.0" ``` ## Usage