Update dependencies and configurations for compatibility - #9
Merged
Conversation
Composer package changes
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project's dev dependencies and devcontainer configuration to support PHP 8.4 and MariaDB 11.4, refreshes PHPCS-related Composer packages to current versions, updates README links/instructions, and modernizes the devcontainer settings.
Changes:
- Bump PHP platform requirement to
>=8.4and pin the WordPress dev container image towordpress:php8.4-apache; pin MariaDB to11.4. - Update PHPCS-related Composer dependencies (dealerdirect/phpcodesniffer-composer-installer, phpcsextra, phpcsutils, squizlabs/php_codesniffer, wp-coding-standards/wpcs) in
composer.lock. - Update README to point at the
markheydonGitHub org, add PHPCS run instructions, update container path notes, and document PHP version pinning. Switch devcontainer terminal setting toterminal.integrated.defaultProfile.linux.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates repo URLs to markheydon org, adds PHPCS usage and PHP version pinning sections, refreshes container path info. |
| composer.json | Raises PHP requirement from >=8.1 to >=8.4. |
| composer.lock | Regenerated lockfile reflecting upgraded PHPCS-related packages and new platform PHP requirement. |
| .devcontainer/Dockerfile | Pins base image via ARG WORDPRESS_IMAGE=wordpress:php8.4-apache. |
| .devcontainer/docker-compose.yml | Removes obsolete version key and pins db image to mariadb:11.4. |
| .devcontainer/devcontainer.json | Replaces deprecated terminal.integrated.shell.linux with terminal.integrated.defaultProfile.linux. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update various configurations and dependencies to support more recent versions, including PHP 8.4 and MariaDB 11.4. Adjustments ensure compatibility with the latest development standards and improve overall project stability.