Skip to content

Commit

Permalink
Prepare 3.6 branch.
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 Jul 31, 2018
1 parent a406ab1 commit 9e00a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ Widget Component allow you to manage widgetize actions in Orchestra Platform. By
[![Total Downloads](https://poser.pugx.org/orchestra/widget/downloads)](https://packagist.org/packages/orchestra/widget)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/widget/v/unstable)](//packagist.org/packages/orchestra/widget)
[![License](https://poser.pugx.org/orchestra/widget/license)](https://packagist.org/packages/orchestra/widget)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/widget/badge.svg?branch=3.6)](https://coveralls.io/github/orchestral/widget?branch=3.6)

## Table of Content

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"orchestra/support": "~3.6.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.6.0"
},
"extra": {
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Expand Up @@ -3,6 +3,7 @@
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand Down

0 comments on commit 9e00a47

Please sign in to comment.