Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.16.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Nov 5, 2014
1 parent 05a1b17 commit 55420d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions completion/zsh/_phpbrew
Expand Up @@ -75,12 +75,12 @@ local ret=1
path:'Show paths of the current PHP.'
cd:'Change to directories'
download:'Download php'
clean:'Clean up php distribution'
clean:'Clean up the source directory of a PHP distribution'
update:'Update PHP release source file'
ctags:'Run ctags at current php source dir for extension development.'
list-ini:'List loaded ini config files.'
self-update:'Self-update, default to master version'
remove:'Remove installed php version.'
remove:'Remove installed php build.'
purge:'Remove installed php version and config files.'
off:'Temporarily go back to the system php'
switch-off:'Definitely go back to the system php'
Expand Down Expand Up @@ -299,7 +299,7 @@ local ret=1
;;
(clean)
_arguments -w -S -s \
'(-a --all)'{-a,--all}'[Clean up whole source directory.]' \
'(-a --all)'{-a,--all}'[Remove all the files in the source directory of the PHP distribution.]' \
':installed php:{___phpbrewmeta "installed php" clean arg 0 valid-values}' \
&& ret=0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -33,5 +33,5 @@
"PhpBrew": "src"
}
},
"version": "1.16.5"
"version": "1.16.6"
}
Binary file modified phpbrew
Binary file not shown.
2 changes: 1 addition & 1 deletion src/PhpBrew/Console.php
Expand Up @@ -6,7 +6,7 @@
class Console extends Application
{
const NAME = 'phpbrew';
const VERSION = "1.16.5";
const VERSION = "1.16.6";

public function options($opts) {
parent::options($opts);
Expand Down

0 comments on commit 55420d1

Please sign in to comment.