Skip to content

Commit

Permalink
Added Modifications for Terminus 2.x (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e-dietrich authored Feb 20, 2019
1 parent bd8cfec commit b6cb6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Terminus Filer Plugin

[![Terminus v2.x Compatible](https://img.shields.io/badge/terminus-v2.x-green.svg)](https://github.com/terminus-plugin-project/terminus-filer-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-filer-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-filer-plugin/tree/0.x)

Expand Down Expand Up @@ -61,7 +63,7 @@ To install this plugin place it in `~/.terminus/plugins/`.
On Mac OS/Linux:
```
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-filer-plugin:~1
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-filer-plugin:~2
```
For additional help installing, see [Terminus' Plugins](https://pantheon.io/docs/terminus/plugins/).

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

0 comments on commit b6cb6a0

Please sign in to comment.