Skip to content

Commit 28afd97

Browse files
committed
added constants
1 parent c77790c commit 28afd97

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/ValueObject/PolyfillPackage.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@
99
*/
1010
final class PolyfillPackage
1111
{
12+
public const string PHP_85 = 'symfony/polyfill-php85';
13+
14+
public const string PHP_84 = 'symfony/polyfill-php84';
15+
1216
public const string PHP_83 = 'symfony/polyfill-php83';
1317

18+
public const string PHP_82 = 'symfony/polyfill-php82';
19+
20+
public const string PHP_81 = 'symfony/polyfill-php81';
21+
1422
public const string PHP_80 = 'symfony/polyfill-php80';
1523

1624
public const string PHP_73 = 'symfony/polyfill-php73';

0 commit comments

Comments
 (0)