Skip to content

Commit 2c9bb4d

Browse files
committed
vendor upgrade
1 parent 22821c6 commit 2c9bb4d

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ A minimal skeleton to start with a minimal php project.
2323
## Requirements
2424

2525
* php: ^8.3
26-
* [chubbyphp/chubbyphp-clean-directories][20]: ^1.5
27-
* [chubbyphp/chubbyphp-framework][21]: ^6.0
28-
* [chubbyphp/chubbyphp-framework-router-fastroute][22]: ^2.3
29-
* [chubbyphp/chubbyphp-laminas-config][23]: ^1.5
30-
* [monolog/monolog][24]: ^3.9
26+
* [chubbyphp/chubbyphp-clean-directories][20]: ^1.5.1
27+
* [chubbyphp/chubbyphp-framework][21]: ^6.0.2
28+
* [chubbyphp/chubbyphp-framework-router-fastroute][22]: ^2.3.2
29+
* [chubbyphp/chubbyphp-laminas-config][23]: ^1.5.1
30+
* [monolog/monolog][24]: ^3.10
3131
* [slim/psr7][25]: ^1.8
32-
* [symfony/console][26]: ^7.4.1|^8.0.1
32+
* [symfony/console][26]: ^7.4.3|^8.0.3
3333

3434
## Environment
3535

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"require": {
1313
"php": "^8.3",
1414
"ext-json": "*",
15-
"chubbyphp/chubbyphp-clean-directories": "^1.5",
16-
"chubbyphp/chubbyphp-framework": "^6.0",
17-
"chubbyphp/chubbyphp-framework-router-fastroute": "^2.3",
18-
"chubbyphp/chubbyphp-laminas-config": "^1.5",
19-
"monolog/monolog": "^3.9",
15+
"chubbyphp/chubbyphp-clean-directories": "^1.5.1",
16+
"chubbyphp/chubbyphp-framework": "^6.0.2",
17+
"chubbyphp/chubbyphp-framework-router-fastroute": "^2.3.3",
18+
"chubbyphp/chubbyphp-laminas-config": "^1.5.1",
19+
"monolog/monolog": "^3.10",
2020
"slim/psr7": "^1.8",
21-
"symfony/console": "^7.4.1|^8.0.1"
21+
"symfony/console": "^7.4.3|^8.0.3"
2222
},
2323
"require-dev": {
2424
"chubbyphp/chubbyphp-dev-helper": "dev-master",
25-
"chubbyphp/chubbyphp-mock": "^2.1",
26-
"infection/infection": "^0.31.9",
27-
"php-coveralls/php-coveralls": "^2.9",
25+
"chubbyphp/chubbyphp-mock": "^2.1.2",
26+
"infection/infection": "^0.32.3",
27+
"php-coveralls/php-coveralls": "^2.9.1",
2828
"phpstan/extension-installer": "^1.4.3",
2929
"phpstan/phpstan": "^2.1.33",
30-
"phpunit/phpunit": "^12.5"
30+
"phpunit/phpunit": "^12.5.6"
3131
},
3232
"autoload": {
3333
"psr-4": { "App\\": "src/" }

0 commit comments

Comments
 (0)