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 c62810a commit 9fe49c0Copy full SHA for 9fe49c0
composer-unused.php
@@ -7,5 +7,6 @@
7
8
return static function (Configuration $config): Configuration {
9
return $config
10
+ ->addNamedFilter(NamedFilter::fromString('symfony/framework-bundle'))
11
->addNamedFilter(NamedFilter::fromString('symfony/yaml'));
12
};
composer.json
@@ -89,11 +89,8 @@
89
},
90
"extra": {
91
"branch-alias": {
92
- "dev-master": "5.0-dev"
93
- },
94
- "unused": [
95
- "symfony/framework-bundle"
96
- ]
+ "dev-master": "6.0-dev"
+ }
97
98
"minimum-stability": "dev",
99
"prefer-stable": true,
0 commit comments