Skip to content

Commit 197c260

Browse files
authored
Add symfony/polyfill-php80 + symfony/polyfill-php81 + symfony/polyfill-php82 (#768)
1 parent c1b72de commit 197c260

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4 || ^8.0"
14+
"php": "^7.4 || ^8.0",
15+
"symfony/polyfill-php80": "^1.26",
16+
"symfony/polyfill-php81": "^1.26",
17+
"symfony/polyfill-php82": "^1.26"
1518
},
1619
"autoload": {
1720
"psr-4": {

0 commit comments

Comments
 (0)