We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3e7c5 commit bd7c36aCopy full SHA for bd7c36a
composer.json
@@ -5,18 +5,19 @@
5
"require": {
6
"php": ">=8.2",
7
"nette/utils": "^4.0",
8
- "friendsofphp/php-cs-fixer": "^3.75.0"
+ "friendsofphp/php-cs-fixer": "^3.89"
9
},
10
"require-dev": {
11
- "symplify/easy-coding-standard": "^12.5",
+ "symplify/easy-coding-standard": "^12.6",
12
"squizlabs/php_codesniffer": "^4.0",
13
- "phpunit/phpunit": "^11.5",
+ "phpunit/phpunit": "^11.5|^12.0",
14
"phpstan/extension-installer": "^1.4",
15
"phpstan/phpstan": "^2.1",
16
- "rector/rector": "^2.0.13",
+ "rector/rector": "^2.2",
17
"symplify/phpstan-extensions": "^12.0",
18
"tomasvotruba/class-leak": "^2.0",
19
- "tracy/tracy": "^2.10"
+ "rector/jack": "^0.2",
20
+ "tracy/tracy": "^2.11"
21
22
"autoload": {
23
"psr-4": {
0 commit comments