Skip to content

Commit

Permalink
Merge branch 'release/0.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Apr 15, 2018
2 parents b8ea882 + c2b8be3 commit bcdf0b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/build-vendor-compat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
cd "${BASH_SOURCE%/*}/.."

rm -rf build-vendor
rm composer-*.lock
rm -f composer-*.lock

cp composer.json composer-compat.json

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.4.0",
"symfony/console": "^2.4.2|~3.0|~4.0",
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0",
"nikic/php-parser": "~2.0|~3.0|~4.0",
"dnoegel/php-xdg-base-dir": "0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
class Shell extends Application
{
const VERSION = 'v0.9.0';
const VERSION = 'v0.9.1';

const PROMPT = '>>> ';
const BUFF_PROMPT = '... ';
Expand Down

0 comments on commit bcdf0b5

Please sign in to comment.