Skip to content

Commit

Permalink
Prepare v3.6.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 7, 2018
1 parent f4b9292 commit 30d0a95
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change for 3.6

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

## 3.6.0

Released: 2018-02-08

### Added

* Added `Orchestra\Testbench\Database\MigrateProcessor`, to process realpath database migration instead of using `orchestra/database`.

### Changes

* Update support for Laravel Framework v5.6.
* Added `final`, scalar type-hint and scalar return type to internal methods, common extended methods remain the same for backward compatibilities.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": ">=7.1",
"laravel/framework": "~5.6.0",
"orchestra/testbench-core": "~3.6.0",
"phpunit/phpunit": "~6.0 || ~7.0"
"phpunit/phpunit": "~7.0"
},
"require-dev": {
"mockery/mockery": "~1.0"
Expand Down
2 changes: 1 addition & 1 deletion core
Submodule core updated 1 files
+1 −1 CHANGELOG-3.6.md

0 comments on commit 30d0a95

Please sign in to comment.