Skip to content

Commit

Permalink
Merge pull request #1101 from pantheon-systems/update/0.11.2
Browse files Browse the repository at this point in the history
Update version to 0.11.2
  • Loading branch information
TeslaDethray committed Jun 3, 2016
2 parents 8073294 + 07d97b2 commit 3bf5bf7
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 229 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Change Log
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

## MASTER
## [0.11.2] - 2016-06-01
### Added
- New field `frozen` appears in `sites list` when a site belonging to your user has been frozen. (#1015)
- New command `site lookup` to look up sites by name. (#1027)
Expand Down Expand Up @@ -34,7 +34,6 @@ All notable changes to this project starting with the 0.6.0 release will be docu
- Handling of directories in Windows has been fixed. (#1094)

## [0.11.1] - 2016-03-30

### Added
- New command `site drush-version` to check the Drush version number of any or all environments. (#1001)
- New command `site set-drush-version` to set the Drush version number of any or all environments. (#1001)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ composer require pantheon-systems/terminus

Run this in this in your terminal client:
```bash
curl https://github.com/pantheon-systems/terminus/releases/download/0.11.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
curl https://github.com/pantheon-systems/terminus/releases/download/0.11.2/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
```

####Installing with [Homebrew](http://brew.sh/)(for Macs)
Expand Down
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
],
"require": {
"php": ">=5.5.9",
"guzzlehttp/guzzle": "6.1.*@stable",
"katzgrau/klogger": "1.2.*@stable",
"psy/psysh": "@stable",
"ramsey/array_column": "~1.1",
"guzzlehttp/guzzle": "^6.1",
"katzgrau/klogger": "^1.2",
"psy/psysh": "^0.7",
"ramsey/array_column": "^1.1",
"rmccue/requests": "^1.6",
"symfony/finder": "~2.7|~3.0",
"symfony/yaml": "~2.1|~3.0",
"twig/twig": "1.*",
"vlucas/phpdotenv": "~2.1",
"symfony/finder": "~2.7|^3.0",
"symfony/yaml": "~2.1|^3.0",
"twig/twig": "^1.0",
"vlucas/phpdotenv": "^2.1",
"wp-cli/php-cli-tools": "~0.11.1"
},
"autoload": {
"psr-0": { "Terminus": "php" }
},
"require-dev": {
"behat/behat": "3.0.*@stable",
"phpunit/phpcov": "2.*",
"phpunit/phpunit": "4.*",
"php-vcr/php-vcr": "~1.2",
"php-vcr/phpunit-testlistener-vcr": "*",
"sebastian/phpcpd": "*",
"squizlabs/php_codesniffer": "2.*",
"satooshi/php-coveralls": "~1.0"
"behat/behat": "^3.1",
"phpunit/phpcov": "^2.0",
"phpunit/phpunit": "^4.0",
"php-vcr/php-vcr": "^1.2",
"php-vcr/phpunit-testlistener-vcr": "@stable",
"sebastian/phpcpd": "^2.0",
"squizlabs/php_codesniffer": "^2.0",
"satooshi/php-coveralls": "^1.0"
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit 3bf5bf7

Please sign in to comment.