|
22 | 22 | } |
23 | 23 | ], |
24 | 24 | "require": { |
25 | | - "php": "^8.2", |
| 25 | + "php": "^8.3", |
26 | 26 | "chubbyphp/chubbyphp-http-exception": "^1.2", |
27 | 27 | "psr/container": "^1.1.2|^2.0.2", |
28 | 28 | "psr/http-factory-implementation": "^1.0", |
|
35 | 35 | }, |
36 | 36 | "require-dev": { |
37 | 37 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
38 | | - "chubbyphp/chubbyphp-mock": "^2.0", |
39 | | - "guzzlehttp/psr7": "^2.7", |
| 38 | + "chubbyphp/chubbyphp-mock": "^2.0.1", |
| 39 | + "guzzlehttp/psr7": "^2.8", |
40 | 40 | "http-interop/http-factory-guzzle": "^1.2", |
41 | | - "infection/infection": "^0.29.13", |
42 | | - "laminas/laminas-diactoros": "^3.5", |
| 41 | + "infection/infection": "^0.31.9", |
| 42 | + "laminas/laminas-diactoros": "^3.8", |
43 | 43 | "nyholm/psr7": "^1.8.2", |
44 | | - "php-coveralls/php-coveralls": "^2.7.0", |
| 44 | + "php-coveralls/php-coveralls": "^2.9", |
45 | 45 | "phpstan/extension-installer": "^1.4.3", |
46 | | - "phpstan/phpstan": "^2.1.6", |
47 | | - "phpunit/phpunit": "^11.5.10", |
48 | | - "slim/psr7": "^1.7", |
49 | | - "sunrise/http-message": "^3.4.2" |
| 46 | + "phpstan/phpstan": "^2.1.32", |
| 47 | + "phpunit/phpunit": "^12.4.5", |
| 48 | + "slim/psr7": "^1.8", |
| 49 | + "sunrise/http-message": "^3.7" |
50 | 50 | }, |
51 | 51 | "autoload": { |
52 | 52 | "psr-4": { "Chubbyphp\\Framework\\": "src/" } |
|
63 | 63 | }, |
64 | 64 | "extra": { |
65 | 65 | "branch-alias": { |
66 | | - "dev-master": "5.2-dev" |
| 66 | + "dev-master": "5.3-dev" |
67 | 67 | } |
68 | 68 | }, |
69 | 69 | "scripts": { |
70 | | - "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 70 | + "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
71 | 71 | "test": [ |
72 | 72 | "@test:lint", |
73 | 73 | "@test:unit", |
|
76 | 76 | "@test:static-analysis", |
77 | 77 | "@test:cs" |
78 | 78 | ], |
79 | | - "test:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
| 79 | + "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
80 | 80 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=100 --verbose --coverage=build/phpunit", |
81 | 81 | "test:integration": "vendor/bin/phpunit --testsuite=Integration --cache-directory=build/phpunit", |
82 | 82 | "test:lint": "mkdir -p build && find src tests -name '*.php' -print0 | xargs -0 -n1 -P$(nproc) php -l | tee build/phplint.log", |
|
0 commit comments