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 c77790c commit 28afd97Copy full SHA for 28afd97
1 file changed
src/ValueObject/PolyfillPackage.php
@@ -9,8 +9,16 @@
9
*/
10
final class PolyfillPackage
11
{
12
+ public const string PHP_85 = 'symfony/polyfill-php85';
13
+
14
+ public const string PHP_84 = 'symfony/polyfill-php84';
15
16
public const string PHP_83 = 'symfony/polyfill-php83';
17
18
+ public const string PHP_82 = 'symfony/polyfill-php82';
19
20
+ public const string PHP_81 = 'symfony/polyfill-php81';
21
22
public const string PHP_80 = 'symfony/polyfill-php80';
23
24
public const string PHP_73 = 'symfony/polyfill-php73';
0 commit comments