Skip to content

Commit d7d8af2

Browse files
author
Sara McCutcheon
committed
Branched 0.x from master and removed 1.x WIP
1 parent 5a6689b commit d7d8af2

File tree

173 files changed

+375
-10657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+375
-10657
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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.13.x
5+
### Changed
6+
- Branched 0.x from master, removed 1.x work.
7+
48
## [0.13.3] - 2016-10-07
59
### Added
610
- `Environment::serialize()` (#1251)

bin/terminus.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"minimum-stability": "beta",
1111
"require": {
1212
"php": ">=5.5.9",
13-
"consolidation/robo": "dev-master",
1413
"guzzlehttp/guzzle": "^6.2",
1514
"katzgrau/klogger": "^1.2",
1615
"psy/psysh": "^0.7",
@@ -31,13 +30,10 @@
3130
"autoload-dev": {
3231
"psr-4": {
3332
"Terminus\\UnitTests\\": "tests/unit_tests/old/",
34-
"Terminus\\FeatureTests\\": "tests/features/bootstrap/",
35-
"Pantheon\\Terminus\\UnitTests\\": "tests/unit_tests/new/",
36-
"Pantheon\\Terminus\\FeatureTests\\": "tests/active_features/bootstrap/"
33+
"Terminus\\FeatureTests\\": "tests/features/bootstrap/"
3734
}
3835
},
3936
"scripts": {
40-
"behat": "SHELL_INTERACTIVE=true behat --colors -c=tests/config/behat_10.yml --suite=default",
4137
"cbf": "phpcbf --standard=PSR2 -n tests/* bin/terminus.php src/* php/*",
4238
"cs": "phpcs --standard=PSR2 --severity=1 -n tests/* bin/terminus.php src/* php/*",
4339
"docs": "php utils/make-docs.php",

0 commit comments

Comments
 (0)