Skip to content

Commit

Permalink
Prepare v3.8.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 2, 2019
1 parent 77115cc commit 49e4d9c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/memory`.

## 3.8.0

Released: 2019-03-02

### Changes

* Update support for Laravel Framework v5.8.

### Removed

* Remove deprecated `Orchestra\Memory\CommandServiceProvider`.

## 3.7.1

Released: 2019-02-21
Expand Down Expand Up @@ -36,11 +48,3 @@ Released: 2018-02-20
### Changes

* Update support for Laravel Framework v5.6.

## 3.5.0

Released: 2017-08-25

### Changes

* Update support for Laravel Framework v5.5.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ Laravel | Memory
5.5.x | 3.5.x
5.6.x | 3.6.x
5.7.x | 3.7.x
5.8.x | 3.8.x@dev
5.8.x | 3.8.x

## Installation

Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml
Expand Up @@ -25,7 +25,7 @@
</filter>

<php>
<server name="DB_CONNECTION" value="testing"/>
<server name="MEMORY_DRIVER" value="fluent.default"/>
<env name="DB_CONNECTION" value="testing"/>
<env name="MEMORY_DRIVER" value="fluent.default"/>
</php>
</phpunit>

0 comments on commit 49e4d9c

Please sign in to comment.