File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 " .phpunit.result.cache" ,
1010 " /phpunit.xml"
1111 ],
12+ "conflict" : {
13+ "symfony/framework-bundle" : " <5.4"
14+ },
1215 "aliases" : [" simple-phpunit" ]
1316}
Original file line number Diff line number Diff line change 44
55require dirname (__DIR__ ).'/vendor/autoload.php ' ;
66
7- if (file_exists (dirname (__DIR__ ).'/config/bootstrap.php ' )) {
8- require dirname (__DIR__ ).'/config/bootstrap.php ' ;
9- } elseif (method_exists (Dotenv::class, 'bootEnv ' )) {
7+ if (method_exists (Dotenv::class, 'bootEnv ' )) {
108 (new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
119}
1210
Original file line number Diff line number Diff line change 1010 " /phpunit.xml"
1111 ],
1212 "conflict" : {
13- "phpunit/phpunit" : " <9.6"
13+ "phpunit/phpunit" : " <9.6" ,
14+ "symfony/framework-bundle" : " <5.4"
1415 },
1516 "aliases" : [" simple-phpunit" ]
1617}
Original file line number Diff line number Diff line change 44
55require dirname (__DIR__ ).'/vendor/autoload.php ' ;
66
7- if (file_exists (dirname (__DIR__ ).'/config/bootstrap.php ' )) {
8- require dirname (__DIR__ ).'/config/bootstrap.php ' ;
9- } elseif (method_exists (Dotenv::class, 'bootEnv ' )) {
7+ if (method_exists (Dotenv::class, 'bootEnv ' )) {
108 (new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
119}
1210
You can’t perform that action at this time.
0 commit comments