|
10 | 10 | }
|
11 | 11 | ],
|
12 | 12 | "require": {
|
13 |
| - "php": "^7.4|^8.0", |
| 13 | + "php": "^8.0", |
14 | 14 | "ext-json": "*",
|
15 |
| - "chubbyphp/chubbyphp-clean-directories": "^1.1.1", |
16 |
| - "chubbyphp/chubbyphp-framework-router-fastroute": "^1.2", |
17 |
| - "chubbyphp/chubbyphp-framework": "^3.5", |
18 |
| - "chubbyphp/chubbyphp-laminas-config": "^1.2.1", |
19 |
| - "monolog/monolog": "^2.2", |
20 |
| - "psr/container": "^1.1|^2.0", |
| 15 | + "chubbyphp/chubbyphp-clean-directories": "^1.2", |
| 16 | + "chubbyphp/chubbyphp-framework": "^4.1", |
| 17 | + "chubbyphp/chubbyphp-framework-router-fastroute": "^1.3.1", |
| 18 | + "chubbyphp/chubbyphp-laminas-config": "^1.3", |
| 19 | + "monolog/monolog": "^2.3.5", |
| 20 | + "psr/container": "^1.1.2|^2.0.2", |
21 | 21 | "psr/http-factory": "^1.0.1",
|
22 | 22 | "psr/http-message": "^1.0.1",
|
23 | 23 | "psr/http-server-handler": "^1.0.1",
|
24 | 24 | "psr/http-server-middleware": "^1.0.1",
|
25 |
| - "psr/log": "^1.1.4", |
26 |
| - "slim/psr7": "^1.4", |
27 |
| - "symfony/console": "^4.4.23|^5.2.8" |
| 25 | + "psr/log": "^1.1.4|^2.0|^3.0", |
| 26 | + "slim/psr7": "^1.5", |
| 27 | + "symfony/console": "^4.4.38|^5.4.5|^6.0" |
28 | 28 | },
|
29 | 29 | "require-dev": {
|
30 | 30 | "chubbyphp/chubbyphp-dev-helper": "dev-master",
|
31 | 31 | "chubbyphp/chubbyphp-mock": "^1.6.1",
|
32 |
| - "infection/infection": "^0.25.3", |
33 |
| - "php-coveralls/php-coveralls": "^2.5.1", |
| 32 | + "infection/infection": "^0.26.5", |
| 33 | + "php-coveralls/php-coveralls": "^2.5.2", |
34 | 34 | "phploc/phploc": "^7.0.2",
|
35 | 35 | "phpstan/extension-installer": "^1.1",
|
36 |
| - "phpstan/phpstan": "^1.1.2", |
37 |
| - "phpunit/phpunit": "^9.5.10" |
| 36 | + "phpstan/phpstan": "^1.4.8", |
| 37 | + "phpunit/phpunit": "^9.5.17" |
38 | 38 | },
|
39 | 39 | "autoload": {
|
40 | 40 | "psr-4": { "App\\": "src/" }
|
|
43 | 43 | "psr-4": { "App\\Tests\\": "tests/" }
|
44 | 44 | },
|
45 | 45 | "config": {
|
46 |
| - "sort-packages": true |
| 46 | + "sort-packages": true, |
| 47 | + "allow-plugins": { |
| 48 | + "infection/extension-installer": true, |
| 49 | + "phpstan/extension-installer": true |
| 50 | + } |
47 | 51 | },
|
48 | 52 | "scripts": {
|
49 | 53 | "clean-directories": "bin/console clean-directories cache log",
|
|
0 commit comments