Skip to content

Commit 488b1cd

Browse files
Merge #267
267: Require explicitly the PHP v8 polyfill r=norkunas a=94noni # Pull Request as the class `MeilisearchExtension` calls `str_starts_with` ([doc](https://www.php.net/manual/en/function.str-starts-with.php)) This polyfill must be required explicitly imho (not via transient deps) obviously feel free to close, spotted while checking codebases related to this issue #263 Co-authored-by: Antoine Makdessi <amakdessi@me.com>
2 parents ad92065 + 207629d commit 488b1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"doctrine/doctrine-bundle": "^2.4",
2424
"meilisearch/meilisearch-php": "^1.0.0",
2525
"symfony/filesystem": "^4.4 || ^5.0 || ^6.0",
26+
"symfony/polyfill-php80": "^1.27",
2627
"symfony/property-access": "^4.4 || ^5.0 || ^6.0",
2728
"symfony/serializer": "^4.4 || ^5.0 || ^6.0"
2829
},

0 commit comments

Comments
 (0)