Skip to content

Commit 025e95e

Browse files
Added symfony's PHP 8 polyfill as required package
1 parent 1e58a75 commit 025e95e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"source": "https://github.com/biurad/php-annotations"
2323
},
2424
"require": {
25-
"php": "^7.2 || ^8.0"
25+
"php": "^7.2 || ^8.0",
26+
"symfony/polyfill-php80": "^1.22"
2627
},
2728
"extra": {
2829
"branch-alias": {

0 commit comments

Comments
 (0)