Skip to content

Commit f4dd4f9

Browse files
prepared 1.0.0 tag
1 parent b617fa2 commit f4dd4f9

File tree

3 files changed

+6
-107
lines changed

3 files changed

+6
-107
lines changed

CHANGELOG.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Additional features which are implemented in this bundle.
1919
## Installation
2020

2121
```bash
22-
composer require php-task/task-bundle 1.0.x-dev
22+
composer require php-task/task-bundle
2323
```
2424

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/).
2628

27-
__This project is under heavy development. Therefore we can not guarantee full backwards compatibility at the current stage.__
29+
## Contribution
2830

2931
Pull requests are welcome. Please see our [CONTRIBUTING](https://github.com/php-task/TaskBundle/blob/master/CONTRIBUTING.md) guide.

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "~5.5 || ~7.0",
14-
"php-task/php-task": "^1.0@RC",
14+
"php-task/php-task": "^1.0",
1515
"symfony/http-kernel": "^2.6 || ^3.0",
1616
"symfony/dependency-injection": "^2.6 || ^3.0",
1717
"symfony/config": "^2.6 || ^3.0",
@@ -34,10 +34,5 @@
3434
"psr-4": {
3535
"Task\\TaskBundle\\Tests\\": "tests"
3636
}
37-
},
38-
"extra": {
39-
"branch-alias": {
40-
"dev-master": "1.0-dev"
41-
}
4237
}
4338
}

0 commit comments

Comments
 (0)