Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joemewes committed Nov 29, 2016
1 parent b848827 commit 8c59750
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,22 @@

### Install via Composer
- Install Composer [Globally](https://getcomposer.org/doc/00-intro.md#globally)
- Install DockerDrupal globally.

```
composer global require dockerdrupal/cli:1.0.9
```

- Note : drupal/console and drush/drush have complex dependencies and may cause conflicts with this utility. You can resolve this by adding the following to your global/project composer.json file:

```
{
"require": {
"dockerdrupal/cli": "1.0.9"
}
}
```

```composer global require dockerdrupal/cli:1.0.7```

# Status
## Initial Commands structure
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Application extends ParentApplication
/**
* @var string
*/
const VERSION = '1.0.8';
const VERSION = '1.0.9';

/**
* @var string
Expand Down

0 comments on commit 8c59750

Please sign in to comment.