Skip to content

Commit f274d9e

Browse files
author
fcnybok
committed
feat: Update dependency and fix readme.
1 parent 9c5a3fd commit f274d9e

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
<br>
77
</p>
88

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)
1412
[![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)
1513
[![type-coverage](https://shepherd.dev/github/stargazer-team/yii-doctrine/coverage.svg)](https://shepherd.dev/github/stargazer-team/yii-doctrine)
1614

@@ -71,7 +69,7 @@ final class ConnectionService
7169
'user' => 'postgres',
7270
]
7371
],
74-
'postgres'
72+
'postgres',
7573
);
7674
}
7775

@@ -176,7 +174,7 @@ final class EntityManagerService
176174
ConfigOptions::PROXY_PATH => '@runtime/cache/doctrine/proxy',
177175
ConfigOptions::PROXY_AUTO_GENERATE => true
178176
],
179-
'mysql'
177+
'mysql',
180178
);
181179

182180
$entityManager = $this->doctrineManager->getManager('mysql');

composer.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"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",
2020
"psr/cache": "^2.0|^3.0",
2121
"psr/log": "^2|^3",
22-
"symfony/cache": "^6.4.7",
22+
"symfony/cache": "^6.4.16",
2323
"yiisoft/aliases": "^3.0",
2424
"yiisoft/config": "^1.5",
2525
"yiisoft/definitions": "^3.3",
@@ -29,7 +29,6 @@
2929
"require-dev": {
3030
"maglnet/composer-require-checker": "4.7.1",
3131
"rector/rector": "^0.15.25",
32-
"roave/infection-static-analysis-plugin": "^1.29",
3332
"vimeo/psalm": "^4.30|^5.9"
3433
},
3534
"autoload": {

0 commit comments

Comments
 (0)