Skip to content

Commit f52b715

Browse files
committed
Upgraded to Laravel 5.6.
1 parent 6c79bc7 commit f52b715

File tree

4 files changed

+336
-346
lines changed

4 files changed

+336
-346
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Provides Laravel-specific testing helpers and asserts.
1818
| 5.3.* | [5.3.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.3) |
1919
| 5.4.* | [5.4.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.4) |
2020
| 5.5.* | [5.5.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.5) |
21+
| 5.6.* | [5.6.*](https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.6) |
2122

2223
## Usage
2324

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0",
14-
"illuminate/support": "5.5.*",
15-
"illuminate/database": "5.5.*",
16-
"mockery/mockery": "^0.9|^1.0"
13+
"php": "^7.1.3",
14+
"illuminate/support": "5.6.*",
15+
"illuminate/database": "5.6.*",
16+
"mockery/mockery": "^1.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.0",
20-
"orchestra/testbench": "3.5.*",
21-
"illuminated/helper-functions": "5.5.*"
19+
"phpunit/phpunit": "^7.0",
20+
"orchestra/testbench": "3.6.*",
21+
"illuminated/helper-functions": "5.6.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)