Skip to content

Commit

Permalink
Fixed bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Oct 18, 2016
1 parent e78c6db commit bba3a64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.1.0 - unreleased
## 3.2.0 - unreleased

ADDED:

Expand All @@ -10,11 +10,14 @@ FIXED:

## 3.1.0 - 2016-10-18

ADDED:

- Docker Compose file to run tests more easily

CHANGED:

- Updated minimum PHP version requirement to 7.0
- Fixed stylistic errors in the documentation
- Added Docker Compose file to run tests more easily

## 3.0.1 - 2016-06-13

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
image: php:7.0-cli
volumes:
- .:/var/www
command: /bin/bash -c "cd /var/www; composer test"
command: /bin/bash -c "cd /var/www; php vendor/bin/phpunit"

0 comments on commit bba3a64

Please sign in to comment.