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 1104533 commit 53d3cf2Copy full SHA for 53d3cf2
composer.json
@@ -22,9 +22,9 @@
22
"fidry/filesystem": "^1.1",
23
"jetbrains/phpstorm-stubs": "^v2022.2",
24
"nikic/php-parser": "^4.12",
25
- "symfony/console": "^5.2 || ^6.0",
26
- "symfony/filesystem": "^5.2 || ^6.0",
27
- "symfony/finder": "^5.2 || ^6.0",
+ "symfony/console": "^6.4",
+ "symfony/filesystem": "^6.4",
+ "symfony/finder": "^6.4",
28
"thecodingmachine/safe": "^2.0"
29
},
30
"require-dev": {
@@ -34,7 +34,7 @@
34
"humbug/box": "^4.5.1",
35
"phpspec/prophecy-phpunit": "^2.0",
36
"phpunit/phpunit": "^9.0",
37
- "symfony/yaml": "^6.1"
+ "symfony/yaml": "^6.4"
38
39
"minimum-stability": "dev",
40
"prefer-stable": true,
0 commit comments