Skip to content

Commit

Permalink
Add 2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
uberhacker committed Feb 22, 2019
1 parent fa15ee5 commit 12a3bcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Terminus Code Plugin

Version 1.x
Version 2.x

[![CircleCI](https://circleci.com/gh/terminus-plugin-project/terminus-code-plugin.svg?style=shield)](https://circleci.com/gh/terminus-plugin-project/terminus-code-plugin)
[![Terminus v2.x Compatible](https://img.shields.io/badge/terminus-v2.x-green.svg)](https://github.com/terminus-plugin-project/terminus-code-plugin/tree/2.x)
[![Terminus v1.x Compatible](https://img.shields.io/badge/terminus-v1.x-green.svg)](https://github.com/terminus-plugin-project/terminus-code-plugin/tree/1.x)
[![Terminus v0.x Compatible](https://img.shields.io/badge/terminus-v0.x-green.svg)](https://github.com/terminus-plugin-project/terminus-code-plugin/tree/0.x)

Expand All @@ -26,7 +27,7 @@ For installation help, see [Manage Plugins](https://pantheon.io/docs/terminus/pl

```
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-code-plugin:~1
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-code-plugin:~2
```

## Configuration:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"terminus": {
"compatible-version": "^1"
"compatible-version": "^2"
}
}
}

0 comments on commit 12a3bcf

Please sign in to comment.