Skip to content

Commit 81c6c40

Browse files
authored
Remove PHP version check from composer.json
Removed a PHP version check from post-autoload-dump command.
1 parent 9b1ac49 commit 81c6c40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"CodeIgniter\\ComposerScripts::postUpdate"
9292
],
9393
"post-autoload-dump": [
94-
"@php -r \"if (PHP_VERSION_ID >= 80500) { echo '@todo Remove \"--ignore-platform-req=php\" once deps catch up.', PHP_EOL; }\"",
9594
"@composer update --ansi --working-dir=utils"
9695
],
9796
"analyze": [

0 commit comments

Comments
 (0)