PHP Docker Upgrade

Bump the PHP version of a Dockerized, Makefile-driven project (e.g. a Drupal site) to a target version — 8.4, 8.5 or later. Use when the user mentions upgrading PHP in Docker, changing the PHP base image / Dockerfile version, a "platform.php" constraint, or needs a newer PHP for a framework upgrade (e.g. PHP 8.4 required by Drupal 11). Covers locating the image, bumping it, rebuilding containers, verifying, and updating the Composer platform pin. IMPORTANT: all build commands MUST go through Makefile targets, never run directly on the host.

JMAILLY bf69021 3.4 KB Updated

File contents

JMAILLY/claude-migration-skills/tree/main/skills/php-docker-upgrade commit bf69021a9d

Frequently asked questions

npx skillmds@latest add jmailly/php-docker-upgrade