Skip to content

Commit

Permalink
update composer.json deps, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogiovinazzi committed Dec 4, 2018
1 parent 33e925e commit b86a8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -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).
Expand Down
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit b86a8bd

Please sign in to comment.