Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
* Bump to Laravel Framework v5.3.3+.
* Fixes missing fixtures.

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 28, 2016
1 parent 18d25c8 commit d014926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"require": {
"php": ">=5.6.0",
"laravel/framework": "~5.3.0",
"laravel/framework": "~5.3.3",
"orchestra/database": "~3.3.1",
"fzaninotto/faker": "~1.4",
"symfony/css-selector": "3.1.*",
Expand Down
5 changes: 5 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ title: Testbench Change Log

## Version 3.3 {#v3-3}

### v3.3.1 {#v3-3-1}

* Bump to Laravel Framework v5.3.3+.
* Fixes missing fixtures.

### v3.3.0 {#v3-3-0}

* Update support for Laravel Framework v5.3.
Expand Down

0 comments on commit d014926

Please sign in to comment.