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 9
9
" .phpunit.result.cache" ,
10
10
" /phpunit.xml"
11
11
],
12
+ "conflict" : {
13
+ "symfony/framework-bundle" : " <5.4"
14
+ },
12
15
"aliases" : [" simple-phpunit" ]
13
16
}
Original file line number Diff line number Diff line change 4
4
5
5
require dirname (__DIR__ ).'/vendor/autoload.php ' ;
6
6
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 ' )) {
10
8
(new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
11
9
}
12
10
Original file line number Diff line number Diff line change 10
10
" /phpunit.xml"
11
11
],
12
12
"conflict" : {
13
- "phpunit/phpunit" : " <9.6"
13
+ "phpunit/phpunit" : " <9.6" ,
14
+ "symfony/framework-bundle" : " <5.4"
14
15
},
15
16
"aliases" : [" simple-phpunit" ]
16
17
}
Original file line number Diff line number Diff line change 4
4
5
5
require dirname (__DIR__ ).'/vendor/autoload.php ' ;
6
6
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 ' )) {
10
8
(new Dotenv ())->bootEnv (dirname (__DIR__ ).'/.env ' );
11
9
}
12
10
You can’t perform that action at this time.
0 commit comments