File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " TestContainers for Magento data in integration/functional tests" ,
4
4
"type" : " library" ,
5
5
"require" : {
6
- "php" : " ^8.3 " ,
6
+ "php" : " ~8.2.0||~8.3.0 " ,
7
7
"testcontainers/testcontainers" : " ^0.2.0"
8
8
},
9
9
"require-dev" : {
Original file line number Diff line number Diff line change 3
3
"." : {
4
4
"changelog-path" : " CHANGELOG.md" ,
5
5
"release-type" : " php" ,
6
- "bump-minor-pre-major" : false ,
6
+ "bump-minor-pre-major" : true ,
7
7
"bump-patch-for-minor-pre-major" : false ,
8
8
"draft" : false ,
9
9
"prerelease" : false
10
10
}
11
11
},
12
12
"$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
13
- }
13
+ }
Original file line number Diff line number Diff line change 4
4
5
5
final class DbConnectionSettings
6
6
{
7
- private const int DEFAULT_PORT = 3306 ;
8
- private const string DEFAULT_USER = 'root ' ;
9
- private const string DEFAULT_PASSWORD = '' ;
10
- private const string DEFAULT_DATABASE = '' ;
11
- private const string DEFAULT_CHARSET = 'utf8mb4 ' ;
7
+ private const DEFAULT_PORT = 3306 ;
8
+ private const DEFAULT_USER = 'root ' ;
9
+ private const DEFAULT_PASSWORD = '' ;
10
+ private const DEFAULT_DATABASE = '' ;
11
+ private const DEFAULT_CHARSET = 'utf8mb4 ' ;
12
12
13
13
public function __construct (
14
14
public readonly string $ host ,
You can’t perform that action at this time.
0 commit comments