File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22All 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
Original file line number Diff line number Diff line change 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" ,
4242
4343 "config" : {
4444 "bin-dir" : " bin/"
45+ },
46+
47+ "conflict" : {
48+ "phpzone/phpzone" : " 0.1.*"
4549 }
4650}
You can’t perform that action at this time.
0 commit comments