Skip to content

Commit 909aff3

Browse files
committed
ignore platform on utils
1 parent a884a94 commit 909aff3

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
@@ -89,7 +89,7 @@
8989
"CodeIgniter\\ComposerScripts::postUpdate"
9090
],
9191
"post-autoload-dump": [
92-
"@composer update --ansi --working-dir=utils"
92+
"@composer update --ansi --working-dir=utils --ignore-platform-req=php"
9393
],
9494
"analyze": [
9595
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)