File tree Expand file tree Collapse file tree 4 files changed +336
-346
lines changed
tests/TestingTools/Asserts Expand file tree Collapse file tree 4 files changed +336
-346
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments