diff --git a/README.md b/README.md index 0a4fdfd..f279097 100644 --- a/README.md +++ b/README.md @@ -77,29 +77,34 @@ To manipulate the steps, you have the possibility to overwrite each step, just l In the default chain, **chain.clean:main** calls: - * clean.tmp:init: - * clean.tmp:before: - * clean.tmp:main: - * clean.tmp:after: + * clean.tmp:init + * clean.tmp:before + * clean.tmp:main + * clean.tmp:after * clean.tmp In the default chain, **chain.init:main** calls: - * composer.update:init: - * composer.update:before: - * composer.update:main: - * composer.update:after: - * composer.update: + * composer.validate:init + * composer.validate:before + * composer.validate:main + * composer.validate:after + * composer.validate + * composer.update:init + * composer.update:before + * composer.update:main + * composer.update:after + * composer.update In the default chain, **chain.test:main** calls: - * test.phplint:init: - * test.phplint:before: - * test.phplint:main: - * test.phplint:after: - * test.phplint: - * test.phpunit:init: - * test.phpunit:before: - * test.phpunit:main: - * test.phpunit:after: - * test.phpunit: \ No newline at end of file + * test.phplint:init + * test.phplint:before + * test.phplint:main + * test.phplint:after + * test.phplint + * test.phpunit:init + * test.phpunit:before + * test.phpunit:main + * test.phpunit:after + * test.phpunit \ No newline at end of file diff --git a/VERSION b/VERSION index 6abaeb2..798e389 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.2.0 +6.3.0 diff --git a/commons/chains/default.xml b/commons/chains/default.xml index fa9dfe7..841597c 100644 --- a/commons/chains/default.xml +++ b/commons/chains/default.xml @@ -1,44 +1,53 @@ - + - - - +