Skip to content

Commit 38493f2

Browse files
committed
Merge pull request #805 from pantheon-systems/version/0.10.1
Updating to version 0.10.1
2 parents ff64b22 + b455d9b commit 38493f2

File tree

9 files changed

+188
-149
lines changed

9 files changed

+188
-149
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
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.10.1] - 2015-01-12
55
### Added
66
- `config/constants.yml` file to contain the default constants for Terminus. (#791)
77
- Added a `--name=<regex>` filter to `sites list`. Use regex to filter the sites by name. (#802)
@@ -12,6 +12,7 @@ All notable changes to this project starting with the 0.6.0 release will be docu
1212
- Moved Terminus::line() to Terminus\Outputters\Outputter. (#768)
1313
- Removed dev packages from PHAR file. (#774)
1414
- Updated Symfony to version 3.0.0. Minimum PHP version required to run Terminus is now 5.5.9. (#772)
15+
- `auth whoami` now returns a user profile rather than their UUID. (#763)
1516

1617
### Fixed
1718
- Missing creation dates in site data while using organizations site list command will no longer cause errors. (#766)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
------------
1515

1616
**Requirements:**
17-
- PHP version 5.5.0 or later
17+
- PHP version 5.5.9 or later
1818
- [PHP-CLI](http://www.php-cli.com/)
1919
- [PHP-CURL](http://php.net/manual/en/curl.setup.php)
2020

@@ -37,7 +37,7 @@ composer require pantheon-systems/cli
3737

3838
Run this in this in your terminal client:
3939
```bash
40-
curl https://github.com/pantheon-systems/cli/releases/download/0.10.0/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
40+
curl https://github.com/pantheon-systems/cli/releases/download/0.10.1/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
4141
```
4242
####Installing with Git
4343
To install with Git and use Terminus HEAD, you should clone this repository and run Terminus directly. If you would like to contribute to the Terminus source, this is the way you should install it. You will require Composer for this installation.

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
"psy/psysh": "@stable",
1616
"ramsey/array_column": "~1.1",
1717
"rmccue/requests": "^1.6",
18-
"symfony/finder": "~2.7",
19-
"twig/twig": "1.*",
20-
"vlucas/phpdotenv": "2.1.*@stable"
18+
"symfony/finder": "~2.8",
19+
"symfony/yaml": "~2.1",
20+
"twig/twig": "~1.23",
21+
"vlucas/phpdotenv": "~2.1"
2122
},
2223
"autoload": {
2324
"psr-0": { "Terminus": "php" }

0 commit comments

Comments
 (0)