Skip to content

Commit b86ca02

Browse files
committed
Merge pull request #856 from pantheon-systems/update/0.10.2
Updating to version 0.10.2
2 parents 8126df0 + b7c6113 commit b86ca02

File tree

9 files changed

+200
-73
lines changed

9 files changed

+200
-73
lines changed

CHANGELOG.md

Lines changed: 2 additions & 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.10.2] - 2016-01-27
55
### Added
66
- Added a [Drush alias-generating script](docs/examples/PantheonAliases.php) to the Terminus-as-a-library docmentation examples. (#808)
77
- New command `site redis enable` to enable Redis caching. (#813)
@@ -41,7 +41,7 @@ All notable changes to this project starting with the 0.6.0 release will be docu
4141
- `logInViaSessionToken()` has been removed from `Auth`. (#826)
4242
- `log()` has been removed from `Environment`. Use new commits property (contains Commits collection) instead. (#831)
4343

44-
## [0.10.1] - 2015-01-12
44+
## [0.10.1] - 2016-01-12
4545
### Added
4646
- `config/constants.yml` file to contain the default constants for Terminus. (#791)
4747
- Added a `--name=<regex>` filter to `sites list`. Use regex to filter the sites by name. (#802)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ composer require pantheon-systems/cli
3838

3939
Run this in this in your terminal client:
4040
```bash
41-
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
41+
curl https://github.com/pantheon-systems/cli/releases/download/0.10.2/terminus.phar -L -o /usr/local/bin/terminus && chmod +x /usr/local/bin/terminus
4242
```
4343
####Installing with Git
4444
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"psy/psysh": "@stable",
1616
"ramsey/array_column": "~1.1",
1717
"rmccue/requests": "^1.6",
18-
"symfony/finder": "~2.8",
19-
"symfony/yaml": "~2.1",
20-
"twig/twig": "~1.23",
18+
"symfony/finder": "~2.8|~3.0",
19+
"symfony/yaml": "~2.1|~3.0",
20+
"twig/twig": "1.*",
2121
"vlucas/phpdotenv": "~2.1"
2222
},
2323
"autoload": {
2424
"psr-0": { "Terminus": "php" }
2525
},
2626
"require-dev": {
2727
"behat/behat": "3.0.*@stable",
28-
"phpunit/phpunit": "~4.6",
28+
"phpunit/phpcov": "2.*",
29+
"phpunit/phpunit": "4.*",
2930
"php-vcr/php-vcr": "~1.2",
3031
"php-vcr/phpunit-testlistener-vcr": "*",
3132
"sebastian/phpcpd": "*",
3233
"squizlabs/php_codesniffer": "2.*",
33-
"satooshi/php-coveralls": "dev-master",
34-
"phpunit/phpcov": "2.*"
34+
"satooshi/php-coveralls": "~1.0"
3535
}
3636
}

0 commit comments

Comments
 (0)