55namespace Rector \Symfony \Set ;
66
77/**
8- * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
9- *
108 * @api
119 */
1210final class SymfonySetList
@@ -17,101 +15,121 @@ final class SymfonySetList
1715 public const CONFIGS = __DIR__ . '/../../config/sets/symfony/configs.php ' ;
1816
1917 /**
18+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
2019 * @var string
2120 */
2221 public const SYMFONY_25 = __DIR__ . '/../../config/sets/symfony/symfony25.php ' ;
2322
2423 /**
24+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
2525 * @var string
2626 */
2727 public const SYMFONY_26 = __DIR__ . '/../../config/sets/symfony/symfony26.php ' ;
2828
2929 /**
30+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
3031 * @var string
3132 */
3233 public const SYMFONY_27 = __DIR__ . '/../../config/sets/symfony/symfony27.php ' ;
3334
3435 /**
36+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
3537 * @var string
3638 */
3739 public const SYMFONY_28 = __DIR__ . '/../../config/sets/symfony/symfony28.php ' ;
3840
3941 /**
42+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
4043 * @var string
4144 */
4245 public const SYMFONY_30 = __DIR__ . '/../../config/sets/symfony/symfony3/symfony30.php ' ;
4346
4447 /**
48+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
4549 * @var string
4650 */
4751 public const SYMFONY_31 = __DIR__ . '/../../config/sets/symfony/symfony3/symfony31.php ' ;
4852
4953 /**
54+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
5055 * @var string
5156 */
5257 public const SYMFONY_32 = __DIR__ . '/../../config/sets/symfony/symfony3/symfony32.php ' ;
5358
5459 /**
60+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
5561 * @var string
5662 */
5763 public const SYMFONY_33 = __DIR__ . '/../../config/sets/symfony/symfony3/symfony33.php ' ;
5864
5965 /**
66+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
6067 * @var string
6168 */
6269 public const SYMFONY_34 = __DIR__ . '/../../config/sets/symfony/symfony3/symfony34.php ' ;
6370
6471 /**
72+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
6573 * @var string
6674 */
6775 public const SYMFONY_40 = __DIR__ . '/../../config/sets/symfony/symfony4/symfony40.php ' ;
6876
6977 /**
78+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
7079 * @var string
7180 */
7281 public const SYMFONY_41 = __DIR__ . '/../../config/sets/symfony/symfony4/symfony41.php ' ;
7382
7483 /**
84+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
7585 * @var string
7686 */
7787 public const SYMFONY_42 = __DIR__ . '/../../config/sets/symfony/symfony4/symfony42.php ' ;
7888
7989 /**
90+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
8091 * @var string
8192 */
8293 public const SYMFONY_43 = __DIR__ . '/../../config/sets/symfony/symfony4/symfony43.php ' ;
8394
8495 /**
96+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
8597 * @var string
8698 */
8799 public const SYMFONY_44 = __DIR__ . '/../../config/sets/symfony/symfony4/symfony44.php ' ;
88100
89101 /**
102+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
90103 * @var string
91104 */
92105 public const SYMFONY_50 = __DIR__ . '/../../config/sets/symfony/symfony5/symfony50.php ' ;
93106
94107 /**
108+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
95109 * @var string
96110 */
97111 public const SYMFONY_50_TYPES = __DIR__ . '/../../config/sets/symfony/symfony5/symfony50/symfony50-types.php ' ;
98112
99113 /**
114+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
100115 * @var string
101116 */
102117 public const SYMFONY_51 = __DIR__ . '/../../config/sets/symfony/symfony5/symfony51.php ' ;
103118
104119 /**
120+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
105121 * @var string
106122 */
107123 public const SYMFONY_52 = __DIR__ . '/../../config/sets/symfony/symfony5/symfony52.php ' ;
108124
109125 /**
126+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
110127 * @var string
111128 */
112129 public const SYMFONY_53 = __DIR__ . '/../../config/sets/symfony/symfony5/symfony53.php ' ;
113130
114131 /**
132+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
115133 * @var string
116134 */
117135 public const SYMFONY_54 = __DIR__ . '/../../config/sets/symfony/symfony5/symfony54.php ' ;
@@ -123,56 +141,67 @@ final class SymfonySetList
123141 public const SYMFONY_52_VALIDATOR_ATTRIBUTES = __DIR__ . '/../../config/sets/symfony/symfony5/symfony52-validator-attributes.php ' ;
124142
125143 /**
144+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
126145 * @var string
127146 */
128147 public const SYMFONY_60 = __DIR__ . '/../../config/sets/symfony/symfony6/symfony60.php ' ;
129148
130149 /**
150+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
131151 * @var string
132152 */
133153 public const SYMFONY_61 = __DIR__ . '/../../config/sets/symfony/symfony6/symfony61.php ' ;
134154
135155 /**
156+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
136157 * @var string
137158 */
138159 public const SYMFONY_62 = __DIR__ . '/../../config/sets/symfony/symfony6/symfony62.php ' ;
139160
140161 /**
162+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
141163 * @var string
142164 */
143165 public const SYMFONY_63 = __DIR__ . '/../../config/sets/symfony/symfony6/symfony63.php ' ;
144166
145167 /**
168+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
146169 * @var string
147170 */
148171 public const SYMFONY_64 = __DIR__ . '/../../config/sets/symfony/symfony6/symfony64.php ' ;
149172
150173 /**
174+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
151175 * @var string
152176 */
153177 public const SYMFONY_70 = __DIR__ . '/../../config/sets/symfony/symfony7/symfony70.php ' ;
154178
155179 /**
180+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
156181 * @var string
157182 */
158183 public const SYMFONY_71 = __DIR__ . '/../../config/sets/symfony/symfony7/symfony71.php ' ;
159184
160185 /**
186+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
161187 * @var string
162188 */
163189 public const SYMFONY_72 = __DIR__ . '/../../config/sets/symfony/symfony7/symfony72.php ' ;
164190
165191 /**
192+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
166193 * @var string
167194 */
168195 public const SYMFONY_73 = __DIR__ . '/../../config/sets/symfony/symfony7/symfony73.php ' ;
169196
170197 /**
198+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
171199 * @var string
172200 */
173201 public const SYMFONY_74 = __DIR__ . '/../../config/sets/symfony/symfony7/symfony74.php ' ;
174202
175203 /**
204+ * @deprecated Set list are too generic and do not handle package differences. Use ->withComposerBased(symfony: true) instead
176205 * @var string
177206 */
178207 public const SYMFONY_80 = __DIR__ . '/../../config/sets/symfony/symfony8/symfony80.php ' ;
0 commit comments