Skip to content

Commit 549cd31

Browse files
authored
Merge pull request #1131 from pantheon-systems/upgrade/0.11.3
AL-388 - Upgrade/0.11.3
2 parents 3a7ded9 + 0fb00aa commit 549cd31

File tree

8 files changed

+318
-141
lines changed

8 files changed

+318
-141
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
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+
## [0.11.3] - 2016-08-03
5+
### Added
6+
- Added `5.6` and `7.0` as version options in `site set-php-version`. (#1109)
7+
- New command `site import` to import site archives. (#1099)
8+
49
## [0.11.2] - 2016-06-01
510
### Added
611
- New field `frozen` appears in `sites list` when a site belonging to your user has been frozen. (#1015)
712
- New command `site lookup` to look up sites by name. (#1027)
813
- New command `site complete-migration`. (#1077)
914
- `site clear-cache` now automatically clears the framework cache as well as the Varnish cache. (#1083)
10-
- Added `5.6` and `7.0` as version options in `site set-php-version`. (#1109)
11-
- New command `site import` to import site archives. (#1099)
1215

1316
### Changed
1417
- Removed the port number from the create-a-machine token URL seen when using `auth login` except for when the host is localhost. (#1034)

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.2/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.3/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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
],
1010
"require": {
1111
"php": ">=5.5.9",
12-
"guzzlehttp/guzzle": "^6.1",
12+
"guzzlehttp/guzzle": "^6.2",
1313
"katzgrau/klogger": "^1.2",
1414
"psy/psysh": "^0.7",
1515
"ramsey/array_column": "^1.1",
1616
"rmccue/requests": "^1.6",
17-
"symfony/finder": "~2.7|^3.0",
18-
"symfony/yaml": "~2.1|^3.0",
17+
"symfony/finder": "~2.7|^3.1",
18+
"symfony/yaml": "~2.1|^3.1",
1919
"twig/twig": "^1.0",
20-
"vlucas/phpdotenv": "^2.1",
20+
"vlucas/phpdotenv": "^2.3",
2121
"wp-cli/php-cli-tools": "~0.11.1"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)