Skip to content

Commit a71400f

Browse files
committed
vendor upgrade and add symfony/var-exporter for doctrine
1 parent 4cb08db commit a71400f

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ A simple skeleton to build api's based on the [chubbyphp-framework][1].
2222
* [chubbyphp/chubbyphp-laminas-config-factory][10]: ^1.4
2323
* [chubbyphp/chubbyphp-negotiation][11]: ^2.2
2424
* [chubbyphp/chubbyphp-parsing][12]: ^2.0
25-
* [doctrine/orm][13]: ^3.5.2
25+
* [doctrine/orm][13]: ^3.5.7
2626
* [monolog/monolog][14]: ^3.9
27-
* [ramsey/uuid][15]: ^4.9
28-
* [slim/psr7][16]: ^1.7.1
29-
* [symfony/console][17]: ^7.3.2
27+
* [ramsey/uuid][15]: ^4.9.1
28+
* [slim/psr7][16]: ^1.8
29+
* [symfony/console][17]: ^7.4.0
30+
* [symfony/var-exporter][18]: ^7.4.0
3031

3132
## Environment
3233

@@ -148,6 +149,7 @@ Service factories are the glue code of the dependeny injection container.
148149
[15]: https://packagist.org/packages/ramsey/uuid
149150
[16]: https://packagist.org/packages/slim/psr7
150151
[17]: https://packagist.org/packages/symfony/console
152+
[18]: https://packagist.org/packages/symfony/var-exporter
151153

152154
[40]: https://packagist.org/packages/chubbyphp/petstore
153155

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,22 @@
2626
"chubbyphp/chubbyphp-laminas-config-factory": "^1.4",
2727
"chubbyphp/chubbyphp-negotiation": "^2.2",
2828
"chubbyphp/chubbyphp-parsing": "^2.0",
29-
"doctrine/orm": "^3.5.2",
29+
"doctrine/orm": "^3.5.7",
3030
"monolog/monolog": "^3.9",
31-
"ramsey/uuid": "^4.9",
32-
"slim/psr7": "^1.7.1",
33-
"symfony/console": "^7.3.2"
31+
"ramsey/uuid": "^4.9.1",
32+
"slim/psr7": "^1.8",
33+
"symfony/console": "^7.4.0",
34+
"symfony/var-exporter": "^7.4.0"
3435
},
3536
"require-dev": {
3637
"chubbyphp/chubbyphp-dev-helper": "dev-master",
37-
"chubbyphp/chubbyphp-mock": "^2.0",
38+
"chubbyphp/chubbyphp-mock": "^2.0.1",
3839
"dg/bypass-finals": "^1.9",
39-
"infection/infection": "^0.31.1",
40-
"php-coveralls/php-coveralls": "^2.8",
40+
"infection/infection": "^0.31.9",
41+
"php-coveralls/php-coveralls": "^2.9",
4142
"phpstan/extension-installer": "^1.4.3",
42-
"phpstan/phpstan": "^2.1.22",
43-
"phpunit/phpunit": "^11.5.32"
43+
"phpstan/phpstan": "^2.1.32",
44+
"phpunit/phpunit": "^11.5.44"
4445
},
4546
"autoload": {
4647
"psr-4": {

0 commit comments

Comments
 (0)