Skip to content

Commit c4652cf

Browse files
committed
added php8.0 polyfill
1 parent 9c1aef6 commit c4652cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"license": "MIT",
66
"require": {
77
"php" : "^7.4 || ^8.1",
8-
"friendsofsymfony1/swiftmailer": "^5.4.13 || ^6.2.5"
8+
"friendsofsymfony1/swiftmailer": "^5.4.13 || ^6.2.5",
9+
"symfony/polyfill-php80": "^1.29"
910
},
1011
"require-dev": {
1112
"psr/log": "*"

0 commit comments

Comments
 (0)