File tree Expand file tree Collapse file tree 3 files changed +3708
-3707
lines changed Expand file tree Collapse file tree 3 files changed +3708
-3707
lines changed Original file line number Diff line number Diff line change 1414 "laravel/framework" : " >=5.7.0" ,
1515 "ronasit/laravel-helpers" : " >=2.5" ,
1616 "laravel/legacy-factories" : " >=1.3.0" ,
17+ "orchestra/testbench" : " ^6.25" ,
1718 "ext-json" : " *"
1819 },
1920 "require-dev" : {
2223 "mockery/mockery" : " ^1.4" ,
2324 "phpunit/phpunit" : " ^8.0" ,
2425 "mikey179/vfsstream" : " ^1.6.11" ,
25- "php-mock/php-mock" : " ^2.4.1" ,
26- "orchestra/testbench" : " ^6.25"
26+ "php-mock/php-mock" : " ^2.4.1"
2727 },
2828 "autoload" : {
2929 "psr-4" : {
30- "RonasIT\\ Support\\ Tests\\ " : " tests/" ,
3130 "RonasIT\\ Support\\ " : " src/"
3231 },
3332 "files" : [
3433 " src/helpers.php"
3534 ]
3635 },
3736 "autoload-dev" : {
37+ "psr-4" : {
38+ "RonasIT\\ Support\\ Tests\\ " : " tests/" ,
39+ "RonasIT\\ Support\\ Tests\\ Support\\ " : " tests/Support/"
40+ },
3841 "files" : [
3942 " tests/TestCase.php"
4043 ]
You can’t perform that action at this time.
0 commit comments