From 05449191fe433276888e1d88dceef2441814ba0f Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Mon, 20 Jun 2022 15:01:54 +0200 Subject: [PATCH] Fix error in ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27afc59..615e427 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ If you've previously been using procedural calls to functions and operations usi You'll need to replace `markbaker/complex`in your `composer.json` file with the new library, but otherwise there should be no difference in the namespacing, or in the way that you have called the Complex functions in the past, so no actual code changes are required. ```shell -composer require markbaker/complex-functions:^1.0 +composer require markbaker/complex-functions:^3.0 ``` You should not reference this library (`markbaker/complex`) in your `composer.json`, composer wil take care of that for you.