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 856d524 commit b5c26e8Copy full SHA for b5c26e8
composer.json
@@ -12,13 +12,13 @@
12
],
13
"require": {
14
"php": ">=7.4",
15
- "symfony/yaml": "^5.4 || ^6.0"
+ "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
16
},
17
"require-dev": {
18
"composer/composer": "^2.0@dev",
19
"phpspec/prophecy-phpunit": "^2.1",
20
"phpunit/phpunit": "^9.6",
21
- "symfony/filesystem": "^5.4 || ^6.0",
+ "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
22
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
23
24
"autoload": {
0 commit comments