Skip to content

Commit 9fe49c0

Browse files
committed
remove deprecation
1 parent c62810a commit 9fe49c0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer-unused.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77

88
return static function (Configuration $config): Configuration {
99
return $config
10+
->addNamedFilter(NamedFilter::fromString('symfony/framework-bundle'))
1011
->addNamedFilter(NamedFilter::fromString('symfony/yaml'));
1112
};

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,8 @@
8989
},
9090
"extra": {
9191
"branch-alias": {
92-
"dev-master": "5.0-dev"
93-
},
94-
"unused": [
95-
"symfony/framework-bundle"
96-
]
92+
"dev-master": "6.0-dev"
93+
}
9794
},
9895
"minimum-stability": "dev",
9996
"prefer-stable": true,

0 commit comments

Comments
 (0)