From b86a8bd5a5d343c68ca9dc20a226aecee9c35d11 Mon Sep 17 00:00:00 2001 From: Marco Giovinazzi Date: Tue, 4 Dec 2018 22:48:38 +0100 Subject: [PATCH] update composer.json deps, update readme --- README.md | 2 -- composer.json | 7 +++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad7859b..91b13a7 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Comodojo extender Daemonizable, database driven, multiprocess, (pseudo) cron task scheduler in PHP. -** This is the development branch, please do not use it in production** - It supports multiprocessing via [PHP Process Control extensions](http://php.net/manual/en/refs.fileprocess.process.php) and is designed to work with different databases. For more information, visit [extender.comodojo.org](https://extender.comodojo.org). diff --git a/composer.json b/composer.json index 4023076..bc3be89 100644 --- a/composer.json +++ b/composer.json @@ -32,12 +32,11 @@ "bin/extender", "bin/extenderd" ], - "minimum-stability": "dev", "require": { "php": ">=5.6", - "comodojo/daemon": "dev-master", - "comodojo/dispatcher.framework": "dev-master", - "comodojo/cache": "dev-master", + "comodojo/daemon": "^1.0", + "comodojo/dispatcher.framework": "^4.0", + "comodojo/cache": "^2.0", "mtdowling/cron-expression": "^1.0", "doctrine/orm": "^2.0", "league/fractal": "^0.17",