Skip to content

Commit c2ad333

Browse files
committed
vendor upgrade
1 parent f87d6bf commit c2ad333

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ and the possiblity to install only the needed vendors make the difference to the
3434
## Requirements
3535

3636
* php: 8.3
37-
* [chubbyphp/chubbyphp-laminas-config-factory][10]: ^1.4
37+
* [chubbyphp/chubbyphp-laminas-config-factory][10]: ^1.5.1
3838
* [doctrine/common][11]: ^3.5
3939
* [doctrine/event-manager][12]: ^2.0.1
4040
* [psr/container][13]: ^1.1.2|^2.0.2
41-
* [symfony/cache][14]: ^6.4.30|^7.4.1|^8.0.1
42-
* [symfony/console][15]: ^6.4.30|^7.4.1|^8.0.1
41+
* [symfony/cache][14]: ^6.4.31|^7.4.3|^8.0.3
42+
* [symfony/console][15]: ^6.4.31|^7.4.3|^8.0.3
4343
* [symfony/var-exporter][16]: ^6.4.26|^7.4.0
4444

4545
## Suggested

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@
2323
],
2424
"require": {
2525
"php": "^8.3",
26-
"chubbyphp/chubbyphp-laminas-config-factory": "^1.4",
26+
"chubbyphp/chubbyphp-laminas-config-factory": "^1.5.1",
2727
"doctrine/common": "^3.5",
2828
"doctrine/event-manager": "^2.0.1",
2929
"psr/container": "^1.1.2|^2.0.2",
30-
"symfony/cache": "^6.4.30|^7.4.1|^8.0.1",
31-
"symfony/console": "^6.4.30|^7.4.1|^8.0.1",
30+
"symfony/cache": "^6.4.31|^7.4.3|^8.0.3",
31+
"symfony/console": "^6.4.31|^7.4.3|^8.0.3",
3232
"symfony/var-exporter": "^6.4.26|^7.4.0"
3333
},
3434
"require-dev": {
3535
"chubbyphp/chubbyphp-dev-helper": "dev-master",
3636
"chubbyphp/chubbyphp-laminas-config": "^1.4",
37-
"chubbyphp/chubbyphp-mock": "^2.0.1",
37+
"chubbyphp/chubbyphp-mock": "^2.1.2",
3838
"dg/bypass-finals": "^1.9",
3939
"doctrine/dbal": "^4.4.1",
40-
"doctrine/mongodb-odm": "^2.15.1",
41-
"doctrine/orm": "^3.5.8",
42-
"infection/infection": "^0.31.9",
40+
"doctrine/mongodb-odm": "^2.15.3",
41+
"doctrine/orm": "^3.6.1",
42+
"infection/infection": "^0.32.3",
4343
"mongodb/mongodb": "^1.21.3|^2.1.2",
44-
"php-coveralls/php-coveralls": "^2.9",
44+
"php-coveralls/php-coveralls": "^2.9.1",
4545
"phpstan/extension-installer": "^1.4.3",
46-
"phpstan/phpstan": "^2.1.32",
47-
"phpunit/phpunit": "^12.4.5",
46+
"phpstan/phpstan": "^2.1.33",
47+
"phpunit/phpunit": "^12.5.6",
4848
"ramsey/uuid": "^4.9.1"
4949
},
5050
"conflict": {
5151
"doctrine/dbal": "<4.4.1 || >=5.0",
52-
"doctrine/mongodb-odm": "<2.15.1 || >=3.0",
53-
"doctrine/orm": "<3.5.8 || >=4.0",
52+
"doctrine/mongodb-odm": "<2.15.3 || >=3.0",
53+
"doctrine/orm": "<3.6.1 || >=4.0",
5454
"mongodb/mongodb": "<1.21.3 || >=2.0 <2.1.2 || >=3.0"
5555
},
5656
"autoload": {

0 commit comments

Comments
 (0)