From ffaab689660d9b03fd589a0ec1bdd0411e32c7e5 Mon Sep 17 00:00:00 2001 From: Yaroslav Mokhurenko Date: Thu, 14 May 2020 15:44:09 +0300 Subject: [PATCH] DP-205 Simplify release process (composer files) - Bump df-core version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d366542d..81a47f72 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For more information, see the [full platform repository](https://github.com/drea Edit your project’s composer.json to require the following package. “require”:{ - "dreamfactory/df-core": "~0.14.0" + "dreamfactory/df-core": "~0.21.1" } Save your composer.json and do a "composer update" to install the package.