Skip to content

Commit

Permalink
enable dev packages due unstable jira dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Mar 8, 2018
1 parent 2f2b442 commit afb47bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ JIRA links unfurler for [slack-unfurl].
## Installation

1. Install [slack-unfurl]
2. Require this package: `composer require glen/slack-unfurl-jira`
2. Require this package:
```
composer config minimum-stability dev
composer config prefer-stable true
composer require glen/slack-unfurl-jira
```
3. Merge `env.example` from this project to `.env`
4. Register provider: in `src/Application.php` add `$this->register(new \JiraSlackUnfurl\ServiceProvider\JiraUnfurlServiceProvider());`

Expand Down

0 comments on commit afb47bf

Please sign in to comment.