|
12 | 12 | "require": { |
13 | 13 | "php": "^8.3", |
14 | 14 | "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", |
20 | 20 | "slim/psr7": "^1.8", |
21 | | - "symfony/console": "^7.4.1|^8.0.1" |
| 21 | + "symfony/console": "^7.4.3|^8.0.3" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | 24 | "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", |
28 | 28 | "phpstan/extension-installer": "^1.4.3", |
29 | 29 | "phpstan/phpstan": "^2.1.33", |
30 | | - "phpunit/phpunit": "^12.5" |
| 30 | + "phpunit/phpunit": "^12.5.6" |
31 | 31 | }, |
32 | 32 | "autoload": { |
33 | 33 | "psr-4": { "App\\": "src/" } |
|
0 commit comments