|
23 | 23 | "nikic/php-parser": "^5.7", |
24 | 24 | "ondram/ci-detector": "^4.2", |
25 | 25 | "phpstan/phpdoc-parser": "^2.3", |
26 | | - "phpstan/phpstan": "^2.1.34", |
| 26 | + "phpstan/phpstan": "^2.1.37", |
27 | 27 | "react/event-loop": "^1.6", |
28 | 28 | "react/promise": "^3.3", |
29 | 29 | "react/socket": "^1.17", |
|
34 | 34 | "rector/rector-symfony": "dev-main", |
35 | 35 | "sebastian/diff": "^6.0|^7.0", |
36 | 36 | "symfony/console": "^6.4.24", |
37 | | - "symfony/filesystem": "^6.4|7.0.*", |
| 37 | + "symfony/filesystem": "^7.0", |
38 | 38 | "symfony/finder": "^6.4", |
39 | 39 | "symfony/process": "^6.4|7.0.*", |
40 | 40 | "symplify/easy-parallel": "^11.2.2", |
|
49 | 49 | "phpstan/phpstan-deprecation-rules": "^2.0", |
50 | 50 | "phpstan/phpstan-phpunit": "^2.0", |
51 | 51 | "phpstan/phpstan-webmozart-assert": "^2.0", |
52 | | - "phpunit/phpunit": "^11.5|^12.0", |
53 | | - "rector/jack": "^0.4", |
| 52 | + "phpunit/phpunit": "^12.5.6", |
| 53 | + "rector/jack": "^0.5", |
54 | 54 | "rector/release-notes-generator": "^0.5.1", |
55 | 55 | "rector/swiss-knife": "^2.3", |
56 | 56 | "rector/type-perfect": "^2.1.2", |
|
99 | 99 | "tests/debug_functions.php", |
100 | 100 | "rules-tests/Transform/Rector/FuncCall/FuncCallToMethodCallRector/Source/some_view_function.php", |
101 | 101 | "rules-tests/TypeDeclaration/Rector/ClassMethod/ParamTypeByMethodCallTypeRector/Source/FunctionTyped.php", |
| 102 | + "rules-tests/TypeDeclaration/Rector/StmtsAwareInterface/SafeDeclareStrictTypesRector/Source/functions.php", |
102 | 103 | "rules-tests/Php70/Rector/ClassMethod/Php4ConstructorRector/Source/ParentClass.php", |
103 | 104 | "rules-tests/CodingStyle/Rector/Closure/StaticClosureRector/Source/functions.php" |
104 | 105 | ] |
|
0 commit comments