File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ Symfony integration for php-task library.
11
11
Additional features which are implemented in this bundle.
12
12
13
13
* 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
16
18
17
19
## Installation
18
20
19
21
``` bash
20
- composer require php-task/TaskBundle @ dev
22
+ composer require php-task/task-bundle 1.0.x- dev
21
23
```
22
24
23
25
## Contribution
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ~5.6 || ~7.0" ,
14
- "php-task/php-task" : " dev-master " ,
14
+ "php-task/php-task" : " 1.0.x-dev " ,
15
15
"symfony/http-kernel" : " ^2.6" ,
16
16
"symfony/dependency-injection" : " ^2.6" ,
17
17
"symfony/config" : " ^2.6" ,
You can’t perform that action at this time.
0 commit comments