Skip to content

Commit 3bf5bf7

Browse files
committed
Merge pull request #1101 from pantheon-systems/update/0.11.2
Update version to 0.11.2
2 parents 8073294 + 07d97b2 commit 3bf5bf7

File tree

9 files changed

+189
-229
lines changed

9 files changed

+189
-229
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Change Log
22
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)
33

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

3636
## [0.11.1] - 2016-03-30
37-
3837
### Added
3938
- New command `site drush-version` to check the Drush version number of any or all environments. (#1001)
4039
- New command `site set-drush-version` to set the Drush version number of any or all environments. (#1001)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ composer require pantheon-systems/terminus
3737

3838
Run this in this in your terminal client:
3939
```bash
40-
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
40+
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
4141
```
4242

4343
####Installing with [Homebrew](http://brew.sh/)(for Macs)

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@
99
],
1010
"require": {
1111
"php": ">=5.5.9",
12-
"guzzlehttp/guzzle": "6.1.*@stable",
13-
"katzgrau/klogger": "1.2.*@stable",
14-
"psy/psysh": "@stable",
15-
"ramsey/array_column": "~1.1",
12+
"guzzlehttp/guzzle": "^6.1",
13+
"katzgrau/klogger": "^1.2",
14+
"psy/psysh": "^0.7",
15+
"ramsey/array_column": "^1.1",
1616
"rmccue/requests": "^1.6",
17-
"symfony/finder": "~2.7|~3.0",
18-
"symfony/yaml": "~2.1|~3.0",
19-
"twig/twig": "1.*",
20-
"vlucas/phpdotenv": "~2.1",
17+
"symfony/finder": "~2.7|^3.0",
18+
"symfony/yaml": "~2.1|^3.0",
19+
"twig/twig": "^1.0",
20+
"vlucas/phpdotenv": "^2.1",
2121
"wp-cli/php-cli-tools": "~0.11.1"
2222
},
2323
"autoload": {
2424
"psr-0": { "Terminus": "php" }
2525
},
2626
"require-dev": {
27-
"behat/behat": "3.0.*@stable",
28-
"phpunit/phpcov": "2.*",
29-
"phpunit/phpunit": "4.*",
30-
"php-vcr/php-vcr": "~1.2",
31-
"php-vcr/phpunit-testlistener-vcr": "*",
32-
"sebastian/phpcpd": "*",
33-
"squizlabs/php_codesniffer": "2.*",
34-
"satooshi/php-coveralls": "~1.0"
27+
"behat/behat": "^3.1",
28+
"phpunit/phpcov": "^2.0",
29+
"phpunit/phpunit": "^4.0",
30+
"php-vcr/php-vcr": "^1.2",
31+
"php-vcr/phpunit-testlistener-vcr": "@stable",
32+
"sebastian/phpcpd": "^2.0",
33+
"squizlabs/php_codesniffer": "^2.0",
34+
"satooshi/php-coveralls": "^1.0"
3535
},
3636
"extra": {
3737
"branch-alias": {

0 commit comments

Comments
 (0)