|
81 | 81 | "guzzlehttp/guzzle": "^7.10", |
82 | 82 | "guzzlehttp/uri-template": "^1.0", |
83 | 83 | "psr/simple-cache": "^1.0 || ^2.0 || ^3.0", |
84 | | - "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0" |
| 84 | + "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0 || ^8.0" |
85 | 85 | }, |
86 | 86 | "require-dev": { |
87 | 87 | "bamarni/composer-bin-plugin": "^1.8", |
88 | 88 | "brainmaestro/composer-git-hooks": "^3.0", |
89 | | - "composer/composer": "^2.8", |
| 89 | + "composer/composer": "^2.9", |
90 | 90 | "ergebnis/composer-normalize": "^2.48", |
91 | 91 | "ergebnis/license": "^2.7", |
92 | 92 | "ergebnis/php-cs-fixer-config": "dev-main", |
93 | | - "ergebnis/rector-rules": "^1.6", |
| 93 | + "ergebnis/rector-rules": "^1.7", |
94 | 94 | "guanguans/monorepo-builder-worker": "^2.1", |
95 | 95 | "illuminate/collections": "^9.52 || ^10.0 || ^11.0 || ^12.0", |
96 | 96 | "illuminate/support": "^9.52 || ^10.0 || ^11.0 || ^12.0", |
97 | 97 | "mockery/mockery": "^1.6", |
98 | 98 | "pestphp/pest": "^1.23 || ^2.0 || ^3.0 || ^4.0", |
99 | | - "pestphp/pest-plugin-faker": "^1.0", |
100 | | - "php-mock/php-mock-phpunit": "^2.13", |
| 99 | + "pestphp/pest-plugin-faker": "^1.0 || ^2.0 || ^3.0 || ^4.0", |
| 100 | + "php-mock/php-mock-phpunit": "^2.14", |
101 | 101 | "phpbench/phpbench": "^1.2", |
102 | 102 | "phpstan/extension-installer": "^1.4", |
103 | 103 | "phpstan/phpstan": "^2.1", |
|
110 | 110 | "shipmonk/composer-dependency-analyser": "^1.8", |
111 | 111 | "shipmonk/phpstan-baseline-per-identifier": "^2.2", |
112 | 112 | "spaze/phpstan-disallowed-calls": "^4.7", |
113 | | - "symfony/var-dumper": "^6.0 || ^7.0", |
114 | | - "symfony/yaml": "^6.0 || ^7.0", |
| 113 | + "symfony/var-dumper": "^6.0 || ^7.0 || ^8.0", |
| 114 | + "symfony/yaml": "^6.0 || ^7.0 || ^8.0", |
115 | 115 | "symplify/phpstan-extensions": "^12.0", |
116 | | - "symplify/phpstan-rules": "^14.8", |
117 | | - "tomasvotruba/class-leak": "^2.0", |
| 116 | + "symplify/phpstan-rules": "^14.9", |
| 117 | + "tomasvotruba/class-leak": "^2.1", |
118 | 118 | "tomasvotruba/type-coverage": "^2.0", |
119 | 119 | "yamadashy/phpstan-friendly-formatter": "^1.2" |
120 | 120 | }, |
| 121 | + "conflict": { |
| 122 | + "pestphp/pest": "^4.0" |
| 123 | + }, |
| 124 | + "provide": { |
| 125 | + "psr/simple-cache-implementation": "*" |
| 126 | + }, |
121 | 127 | "suggest": { |
122 | 128 | "illuminate/collections": "Required to use the method [Response::collect()].", |
123 | 129 | "illuminate/support": "Required to use the method [Response::fluent()].", |
|
244 | 250 | "normalized-dry-run": "@normalized --dry-run", |
245 | 251 | "peck": "/opt/homebrew/opt/php@8.3/bin/php ./vendor/bin/peck check --path=src/ --config=peck.json --ansi -v", |
246 | 252 | "peck-init": "@peck --init", |
247 | | - "pest": "@php ./vendor/bin/pest --coverage", |
| 253 | + "pest": "@php ./vendor/bin/pest --colors=always --coverage", |
248 | 254 | "pest-coverage": "@pest --coverage-html=./.build/phpunit/ --coverage-clover=./.build/phpunit/clover.xml", |
249 | 255 | "pest-highest": [ |
250 | 256 | "@putenvs", |
|
0 commit comments