Skip to content

Commit

Permalink
Prepare master branch.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 16, 2016
1 parent 1c410d5 commit f7218ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Testbench Component is a simple package that is supposed to help you write tests
5.1.x | 3.1.x
5.2.x | 3.2.x
5.3.x | 3.3.x@dev
5.4.x | 3.4.x@dev

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"require": {
"php": ">=5.6.0",
"laravel/framework": "~5.3.0",
"laravel/framework": "~5.4.0",
"orchestra/database": "~3.4.0",
"fzaninotto/faker": "~1.4",
"symfony/css-selector": "3.1.*",
"symfony/dom-crawler": "3.1.*"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "~4.8|~5.0"
"phpunit/phpunit": "~5.0"
},
"suggest": {
"phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0|~5.0)."
Expand Down

0 comments on commit f7218ac

Please sign in to comment.