Skip to content

Commit 3f37ee7

Browse files
committed
vendor upgrade and add symfony/var-exporter for doctrine
1 parent b4217ac commit 3f37ee7

2 files changed

Lines changed: 18 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ A simple skeleton to build api's based on the [slim][1] framework.
2020
* [chubbyphp/chubbyphp-laminas-config-factory][8]: ^1.4
2121
* [chubbyphp/chubbyphp-negotiation][9]: ^2.2
2222
* [chubbyphp/chubbyphp-parsing][10]: ^2.0
23-
* [doctrine/orm][11]: ^3.5.2
23+
* [doctrine/orm][11]: ^3.5.7
2424
* [monolog/monolog][12]: ^3.9
25-
* [ramsey/uuid][13]: ^4.9
26-
* [slim/psr7][14]: ^1.7.1
27-
* [slim/slim][15]: ^4.14
28-
* [symfony/console][16]: ^7.3.2
25+
* [ramsey/uuid][13]: ^4.9.1
26+
* [slim/psr7][14]: ^1.8
27+
* [slim/slim][15]: ^4.15.1
28+
* [symfony/console][16]: ^7.4.0
29+
* [symfony/var-exporter][17]: ^7.4.0
2930

3031
## Environment
3132

@@ -147,6 +148,7 @@ Service factories are the glue code of the dependeny injection container.
147148
[14]: https://packagist.org/packages/slim/psr7
148149
[15]: https://packagist.org/packages/slim/slim
149150
[16]: https://packagist.org/packages/symfony/console
151+
[17]: https://packagist.org/packages/symfony/var-exporter
150152

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

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,23 @@
2525
"chubbyphp/chubbyphp-laminas-config-factory": "^1.4",
2626
"chubbyphp/chubbyphp-negotiation": "^2.2",
2727
"chubbyphp/chubbyphp-parsing": "^2.0",
28-
"doctrine/orm": "^3.3.2",
28+
"doctrine/orm": "^3.5.7",
2929
"monolog/monolog": "^3.9",
30-
"ramsey/uuid": "^4.9",
31-
"slim/slim": "^4.14",
32-
"slim/psr7": "^1.7.1",
33-
"symfony/console": "^7.3.2"
30+
"ramsey/uuid": "^4.9.1",
31+
"slim/psr7": "^1.8",
32+
"slim/slim": "^4.15.1",
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)