|
15 | 15 | } |
16 | 16 | ], |
17 | 17 | "require": { |
18 | | - "php": "^8.2", |
19 | | - "chubbyphp/chubbyphp-clean-directories": "^1.4", |
20 | | - "chubbyphp/chubbyphp-cors": "^1.6", |
21 | | - "chubbyphp/chubbyphp-decode-encode": "^1.2", |
22 | | - "chubbyphp/chubbyphp-http-exception": "^1.2", |
23 | | - "chubbyphp/chubbyphp-laminas-config": "^1.4", |
24 | | - "chubbyphp/chubbyphp-laminas-config-doctrine": "^3.0.2", |
25 | | - "chubbyphp/chubbyphp-laminas-config-factory": "^1.4", |
26 | | - "chubbyphp/chubbyphp-negotiation": "^2.2", |
27 | | - "chubbyphp/chubbyphp-parsing": "^2.0", |
28 | | - "doctrine/orm": "^3.5.7", |
| 18 | + "php": "^8.3", |
| 19 | + "chubbyphp/chubbyphp-clean-directories": "^1.5", |
| 20 | + "chubbyphp/chubbyphp-cors": "^1.7", |
| 21 | + "chubbyphp/chubbyphp-decode-encode": "^1.3", |
| 22 | + "chubbyphp/chubbyphp-http-exception": "^1.3", |
| 23 | + "chubbyphp/chubbyphp-laminas-config": "^1.5", |
| 24 | + "chubbyphp/chubbyphp-laminas-config-doctrine": "^3.1", |
| 25 | + "chubbyphp/chubbyphp-laminas-config-factory": "^1.5", |
| 26 | + "chubbyphp/chubbyphp-negotiation": "^2.3", |
| 27 | + "chubbyphp/chubbyphp-parsing": "^2.1", |
| 28 | + "doctrine/orm": "^3.5.8", |
29 | 29 | "monolog/monolog": "^3.9", |
30 | 30 | "ramsey/uuid": "^4.9.1", |
31 | 31 | "slim/psr7": "^1.8", |
|
35 | 35 | }, |
36 | 36 | "require-dev": { |
37 | 37 | "chubbyphp/chubbyphp-dev-helper": "dev-master", |
38 | | - "chubbyphp/chubbyphp-mock": "^2.0.1", |
| 38 | + "chubbyphp/chubbyphp-mock": "^2.1", |
39 | 39 | "dg/bypass-finals": "^1.9", |
40 | 40 | "infection/infection": "^0.31.9", |
41 | 41 | "php-coveralls/php-coveralls": "^2.9", |
42 | 42 | "phpstan/extension-installer": "^1.4.3", |
43 | | - "phpstan/phpstan": "^2.1.32", |
44 | | - "phpunit/phpunit": "^11.5.44" |
| 43 | + "phpstan/phpstan": "^2.1.33", |
| 44 | + "phpunit/phpunit": "^12.5" |
45 | 45 | }, |
46 | 46 | "autoload": { |
47 | 47 | "psr-4": { |
|
66 | 66 | "database:drop": "bin/console dbal:database:drop --if-exists --force", |
67 | 67 | "database:schema:update": "bin/console orm:schema-tool:update --complete --force --dump-sql", |
68 | 68 | "database:schema:validate": "bin/console orm:validate-schema", |
69 | | - "fix:cs": "mkdir -p build && PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
| 69 | + "fix:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --cache-file=build/phpcs.cache", |
70 | 70 | "setup:dev": [ |
71 | 71 | "@database:drop --env=dev", |
72 | 72 | "@database:create --env=dev", |
|
89 | 89 | "@test:static-analysis", |
90 | 90 | "@test:cs" |
91 | 91 | ], |
92 | | - "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", |
| 92 | + "test:cs": "mkdir -p build && vendor/bin/php-cs-fixer fix --dry-run --stop-on-violation --cache-file=build/phpcs.cache", |
93 | 93 | "test:infection": "vendor/bin/infection --threads=$(nproc) --min-msi=99 --verbose --coverage=build/phpunit", |
94 | 94 | "test:integration": "vendor/bin/phpunit --configuration phpunit.integration.xml --cache-directory=build/phpunit/integration.cache", |
95 | 95 | "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