Skip to content

Commit 296c5a5

Browse files
committed
chore: add "--ignore-platform-req=php" temporarily
Error: Your requirements could not be resolved to an installable set of packages. Problem 1 - vimeo/psalm[5.0.0, ..., 5.13.1] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.4.0-dev) does not satisfy that requirement. - vimeo/psalm[5.14.0, ..., 5.25.0] require php ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.0-dev) does not satisfy that requirement. - Root composer.json requires vimeo/psalm ^5.0 -> satisfiable by vimeo/psalm[5.0.0, ..., 5.25.0]. Script @composer update --working-dir=utils handling the post-autoload-dump event returned with error code 2 Error: Process completed with exit code 2.
1 parent 452b792 commit 296c5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"CodeIgniter\\ComposerScripts::postUpdate"
8989
],
9090
"post-autoload-dump": [
91-
"@composer update --working-dir=utils"
91+
"@composer update --working-dir=utils --ignore-platform-req=php"
9292
],
9393
"analyze": [
9494
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)