Skip to content

Commit 9b1ac49

Browse files
authored
Remove ignore-platform-req=php from composer update
1 parent 96f7adb commit 9b1ac49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
],
9393
"post-autoload-dump": [
9494
"@php -r \"if (PHP_VERSION_ID >= 80500) { echo '@todo Remove \"--ignore-platform-req=php\" once deps catch up.', PHP_EOL; }\"",
95-
"@composer update --ansi --working-dir=utils --ignore-platform-req=php"
95+
"@composer update --ansi --working-dir=utils"
9696
],
9797
"analyze": [
9898
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)