Skip to content

Commit

Permalink
Upgraded to Laravel 5.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Feb 18, 2018
1 parent 6c79bc7 commit f52b715
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 346 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Provides Laravel-specific testing helpers and asserts.
| 5.3.* | [5.3.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.3) |
| 5.4.* | [5.4.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.4) |
| 5.5.* | [5.5.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.5) |
| 5.6.* | [5.6.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.6) |

## Usage

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": ">=7.0",
"illuminate/support": "5.5.*",
"illuminate/database": "5.5.*",
"mockery/mockery": "^0.9|^1.0"
"php": "^7.1.3",
"illuminate/support": "5.6.*",
"illuminate/database": "5.6.*",
"mockery/mockery": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"orchestra/testbench": "3.5.*",
"illuminated/helper-functions": "5.5.*"
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "3.6.*",
"illuminated/helper-functions": "5.6.*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f52b715

Please sign in to comment.