Skip to content

Commit dd85d85

Browse files
committed
Prepare for 0.2.0-beta
1 parent c3b7b98 commit dd85d85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5+
6+
## [0.2.0-beta]
57
### Added
68
- Option `--stop-on-error` to force a stop on a script error.
79
- Definition `stop_on_error` to stop on error and not attempt to process remaining scripts.
@@ -28,6 +30,7 @@ All notable changes to this project will be documented in this file.
2830
- Definition `description` for a command description.
2931
- Implementation for running basic batch of scripts by the `script` definition.
3032

31-
[unreleased]: https://github.com/phpzone/shell/compare/0.1.2...HEAD
33+
[unreleased]: https://github.com/phpzone/shell/compare/0.2.0-beta...HEAD
34+
[0.2.0-beta]: https://github.com/phpzone/shell/compare/0.1.2...0.2.0-beta
3235
[0.1.2]: https://github.com/phpzone/shell/compare/0.1.1...0.1.2
3336
[0.1.1]: https://github.com/phpzone/shell/compare/0.1.0...0.1.1

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
"require": {
1414
"php": ">=5.3",
15-
"phpzone/phpzone": "dev-master",
15+
"phpzone/phpzone": "0.2.0-beta",
1616
"symfony/dependency-injection": "~2.3",
1717
"symfony/process": "^2.3.12",
1818
"symfony/options-resolver": "~2.3",
@@ -42,5 +42,9 @@
4242

4343
"config": {
4444
"bin-dir": "bin/"
45+
},
46+
47+
"conflict": {
48+
"phpzone/phpzone": "0.1.*"
4549
}
4650
}

0 commit comments

Comments
 (0)