Commit f274d9e fcnybok
committed
1 parent 9c5a3fd commit f274d9e Copy full SHA for f274d9e
File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 6
6
<br>
7
7
</p >
8
8
9
- [ ![ Latest Stable Version] ( https://poser.pugx.org/stargazer-team/yii-doctrine/v/stable.png )] ( https://packagist.org/packages/stargazer-team/yii-doctrine )
10
- [ ![ Total Downloads] ( https://poser.pugx.org/stargazer-team/yii-doctrine/downloads.png )] ( https://packagist.org/packages/stargazer-team/yii-doctrine )
11
- [ ![ Build status] ( https://github.com/stargazer-team/yii-doctrine/workflows/build/badge.svg )] ( https://github.com/stargazer-team/yii-doctrine/actions )
12
- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/stargazer-team/yii-doctrine/badges/coverage.png )] ( https://scrutinizer-ci.com/g/stargazer-team/yii-doctrine/ )
13
- [ ![ Scrutinizer Quality Score] ( https://scrutinizer-ci.com/g/stargazer-team/yii-doctrine/badges/quality-score.png )] ( https://scrutinizer-ci.com/g/stargazer-team/yii-doctrine/ )
9
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/stargazer-team/yii-doctrine/v )] ( https://packagist.org/packages/stargazer-team/yii-doctrine )
10
+ [ ![ Total Downloads] ( https://poser.pugx.org/stargazer-team/yii-doctrine/downloads )] ( https://packagist.org/packages/stargazer-team/yii-doctrine )
11
+ [ ![ Build status] ( https://github.com/stargazer-team/yii-doctrine/actions/workflows/php.yml/badge.svg )] ( https://github.com/stargazer-team/yii-doctrine/actions )
14
12
[ ![ static analysis] ( https://github.com/stargazer-team/yii-doctrine/workflows/static%20analysis/badge.svg )] ( https://github.com/stargazer-team/yii-doctrine/actions?query=workflow%3A%22static+analysis%22 )
15
13
[ ![ type-coverage] ( https://shepherd.dev/github/stargazer-team/yii-doctrine/coverage.svg )] ( https://shepherd.dev/github/stargazer-team/yii-doctrine )
16
14
@@ -71,7 +69,7 @@ final class ConnectionService
71
69
'user' => 'postgres',
72
70
]
73
71
],
74
- 'postgres'
72
+ 'postgres',
75
73
);
76
74
}
77
75
@@ -176,7 +174,7 @@ final class EntityManagerService
176
174
ConfigOptions::PROXY_PATH => '@runtime/cache/doctrine/proxy',
177
175
ConfigOptions::PROXY_AUTO_GENERATE => true
178
176
],
179
- 'mysql'
177
+ 'mysql',
180
178
);
181
179
182
180
$entityManager = $this->doctrineManager->getManager('mysql');
Original file line number Diff line number Diff line change 15
15
],
16
16
"require" : {
17
17
"php" : " >=8.1.0" ,
18
- "doctrine/migrations" : " ^3.8.0 " ,
19
- "doctrine/orm" : " ^3.2.1 " ,
18
+ "doctrine/migrations" : " ^3.8.2 " ,
19
+ "doctrine/orm" : " ^3.3.0 " ,
20
20
"psr/cache" : " ^2.0|^3.0" ,
21
21
"psr/log" : " ^2|^3" ,
22
- "symfony/cache" : " ^6.4.7 " ,
22
+ "symfony/cache" : " ^6.4.16 " ,
23
23
"yiisoft/aliases" : " ^3.0" ,
24
24
"yiisoft/config" : " ^1.5" ,
25
25
"yiisoft/definitions" : " ^3.3" ,
29
29
"require-dev" : {
30
30
"maglnet/composer-require-checker" : " 4.7.1" ,
31
31
"rector/rector" : " ^0.15.25" ,
32
- "roave/infection-static-analysis-plugin" : " ^1.29" ,
33
32
"vimeo/psalm" : " ^4.30|^5.9"
34
33
},
35
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments