Skip to content

Commit

Permalink
Branched 0.x from master and removed 1.x WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara McCutcheon committed Oct 7, 2016
1 parent 5a6689b commit d7d8af2
Show file tree
Hide file tree
Showing 173 changed files with 375 additions and 10,657 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#Change Log
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)

## 0.13.x
### Changed
- Branched 0.x from master, removed 1.x work.

## [0.13.3] - 2016-10-07
### Added
- `Environment::serialize()` (#1251)
Expand Down
52 changes: 0 additions & 52 deletions bin/terminus.php

This file was deleted.

6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"minimum-stability": "beta",
"require": {
"php": ">=5.5.9",
"consolidation/robo": "dev-master",
"guzzlehttp/guzzle": "^6.2",
"katzgrau/klogger": "^1.2",
"psy/psysh": "^0.7",
Expand All @@ -31,13 +30,10 @@
"autoload-dev": {
"psr-4": {
"Terminus\\UnitTests\\": "tests/unit_tests/old/",
"Terminus\\FeatureTests\\": "tests/features/bootstrap/",
"Pantheon\\Terminus\\UnitTests\\": "tests/unit_tests/new/",
"Pantheon\\Terminus\\FeatureTests\\": "tests/active_features/bootstrap/"
"Terminus\\FeatureTests\\": "tests/features/bootstrap/"
}
},
"scripts": {
"behat": "SHELL_INTERACTIVE=true behat --colors -c=tests/config/behat_10.yml --suite=default",
"cbf": "phpcbf --standard=PSR2 -n tests/* bin/terminus.php src/* php/*",
"cs": "phpcs --standard=PSR2 --severity=1 -n tests/* bin/terminus.php src/* php/*",
"docs": "php utils/make-docs.php",
Expand Down
Loading

0 comments on commit d7d8af2

Please sign in to comment.