Skip to content

Commit 0713acd

Browse files
updated readme
1 parent b8d71a1 commit 0713acd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ Symfony integration for php-task library.
1111
Additional features which are implemented in this bundle.
1212

1313
* Handler discovery
14-
* Automatic registration of frequent tasks
15-
* Different run possibilities (terminate event or command for a cron-job)
14+
* Different run possibilities
15+
* Different commands to manage and debug commands
16+
* Persist tasks and executions in database
17+
* Run statistics foreach execution of tasks
1618

1719
## Installation
1820

1921
```bash
20-
composer require php-task/TaskBundle @dev
22+
composer require php-task/task-bundle 1.0.x-dev
2123
```
2224

2325
## Contribution

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "~5.6 || ~7.0",
14-
"php-task/php-task": "dev-master",
14+
"php-task/php-task": "1.0.x-dev",
1515
"symfony/http-kernel": "^2.6",
1616
"symfony/dependency-injection": "^2.6",
1717
"symfony/config": "^2.6",

0 commit comments

Comments
 (0)