From e11313ddab7717f3806a1c9e2ea1a21a075391ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 22 Apr 2020 22:42:51 +0200 Subject: [PATCH] fix versioning constraint --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9753f86d..77a915f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,3 +84,8 @@ Version 1.5.10 ============== - [closing motive] display closing motive in remark + +Version 1.5.11 +============== + +- Fix versioning constraint to chill main diff --git a/composer.json b/composer.json index 404ff7810..28f9c8d2c 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "chill-project/main": "dev-CRUD-init@dev", + "chill-project/main": "~1.5", "chill-project/custom-fields": "~1.5" }, "require-dev": {