File tree Expand file tree Collapse file tree 3 files changed +6
-107
lines changed Expand file tree Collapse file tree 3 files changed +6
-107
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ Additional features which are implemented in this bundle.
19
19
## Installation
20
20
21
21
``` bash
22
- composer require php-task/task-bundle 1.0.x-dev
22
+ composer require php-task/task-bundle
23
23
```
24
24
25
- ## Contribution
25
+ ## Documentation
26
+
27
+ See the official documentation on [ http://php-task.readthedocs.io/en/latest/ ] ( http://php-task.readthedocs.io/en/latest/ ) .
26
28
27
- __ This project is under heavy development. Therefore we can not guarantee full backwards compatibility at the current stage. __
29
+ ## Contribution
28
30
29
31
Pull requests are welcome. Please see our [ CONTRIBUTING] ( https://github.com/php-task/TaskBundle/blob/master/CONTRIBUTING.md ) guide.
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ~5.5 || ~7.0" ,
14
- "php-task/php-task" : " ^1.0@RC " ,
14
+ "php-task/php-task" : " ^1.0" ,
15
15
"symfony/http-kernel" : " ^2.6 || ^3.0" ,
16
16
"symfony/dependency-injection" : " ^2.6 || ^3.0" ,
17
17
"symfony/config" : " ^2.6 || ^3.0" ,
34
34
"psr-4" : {
35
35
"Task\\ TaskBundle\\ Tests\\ " : " tests"
36
36
}
37
- },
38
- "extra" : {
39
- "branch-alias" : {
40
- "dev-master" : " 1.0-dev"
41
- }
42
37
}
43
38
}
You can’t perform that action at this time.
0 commit comments