Skip to content

Commit fa2112d

Browse files
committed
vendor upgrade
1 parent 6606d62 commit fa2112d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ A minimal skeleton to start with a minimal php project.
2727
* [chubbyphp/chubbyphp-framework][21]: ^5.2
2828
* [chubbyphp/chubbyphp-framework-router-fastroute][22]: ^2.2
2929
* [chubbyphp/chubbyphp-laminas-config][23]: ^1.4
30-
* [monolog/monolog][24]: ^3.8.1
31-
* [slim/psr7][25]: ^1.7
32-
* [symfony/console][26]: ^7.2.1
30+
* [monolog/monolog][24]: ^3.9
31+
* [slim/psr7][25]: ^1.7.1
32+
* [symfony/console][26]: ^7.3.2
3333

3434
## Environment
3535

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"chubbyphp/chubbyphp-framework": "^5.2",
1717
"chubbyphp/chubbyphp-framework-router-fastroute": "^2.2",
1818
"chubbyphp/chubbyphp-laminas-config": "^1.4",
19-
"monolog/monolog": "^3.8.1",
20-
"slim/psr7": "^1.7",
21-
"symfony/console": "^7.2.1"
19+
"monolog/monolog": "^3.9",
20+
"slim/psr7": "^1.7.1",
21+
"symfony/console": "^7.3.2"
2222
},
2323
"require-dev": {
2424
"chubbyphp/chubbyphp-dev-helper": "dev-master",
2525
"chubbyphp/chubbyphp-mock": "^2.0",
26-
"infection/infection": "^0.29.13",
27-
"php-coveralls/php-coveralls": "^2.7",
26+
"infection/infection": "^0.31.1",
27+
"php-coveralls/php-coveralls": "^2.8",
2828
"phpstan/extension-installer": "^1.4.3",
29-
"phpstan/phpstan": "^2.1.6",
30-
"phpunit/phpunit": "^11.5.10"
29+
"phpstan/phpstan": "^2.1.22",
30+
"phpunit/phpunit": "^11.5.32"
3131
},
3232
"autoload": {
3333
"psr-4": { "App\\": "src/" }

0 commit comments

Comments
 (0)