Skip to content

Commit

Permalink
Merge pull request #122 from lemberg/feature/119-update-dependencies
Browse files Browse the repository at this point in the history
Update project dependencies
  • Loading branch information
T2L committed Jan 14, 2020
2 parents d437508 + 4b6091f commit 0b12f9b
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:

install:
- composer install --no-interaction --no-progress --no-suggest --prefer-dist --optimize-autoloader --no-dev
- pip install ansible==2.6.* docker molecule
- pip install ansible==2.9.* docker molecule

script:
- molecule test
Expand Down
4 changes: 3 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TBD

```
ansible:
version: 2.6.*
version: 2.9.*
```

- Add new variable `virtualbox.disk_size` to the `vm-settings.yml` file in order to set VirtualBox disk size:
Expand All @@ -52,6 +52,8 @@ TBD

- Remove `Lemberg\\Draft\\Environment\\Configurer::setUp` from your `composer.json` scripts section

- `ggerlingguy.mailhog@2.2.0` role has introduced new variables containing mailhog and mhsendmail versions. Convert your `mailhog_binary_url` and `mhsendmail_binary_url` variables to reflect this change. See the [original commit](https://github.com/geerlingguy/ansible-role-mailhog/commit/d8e1c265820c374b7fa772f5b8f450364b1e13a7)

## Then run

```
Expand Down

0 comments on commit 0b12f9b

Please sign in to comment.