File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Laravel-specific testing helpers and asserts.
1515
1616| Laravel | Testing Tools |
1717| ------- | :----------------------------------------------------------------------: |
18+ | 7.x | [ 7.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/7.x ) |
1819| 6.x | [ 6.x] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/6.x ) |
1920| 5.8.* | [ 5.8.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.8 ) |
2021| 5.7.* | [ 5.7.* ] ( https://github.com/dmitry-ivanov/laravel-testing-tools/tree/5.7 ) |
Original file line number Diff line number Diff line change 1212 "email" : " dmitry.g.ivanov@gmail.com"
1313 }],
1414 "require" : {
15- "php" : " ^7.2" ,
16- "illuminate/support" : " ^6 .0" ,
17- "illuminate/database" : " ^6 .0" ,
15+ "php" : " ^7.2.5 " ,
16+ "illuminate/support" : " ^7 .0" ,
17+ "illuminate/database" : " ^7 .0" ,
1818 "mockery/mockery" : " ^1.2"
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " ^8.3 " ,
22- "orchestra/testbench" : " ^4 .0"
21+ "phpunit/phpunit" : " ^8.4|^9.0 " ,
22+ "orchestra/testbench" : " ^5 .0"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments