webdeveric / wordpress-install-fixer
Various fixes for subfolder installs of WordPress
Fund package maintenance!
webdeveric
Installs: 23
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=8
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.7.1
- mikey179/vfsstream: ^1.6.11
- phpmd/phpmd: ^2.15.0
- phpunit/phpunit: ^11.0.0
- squizlabs/php_codesniffer: ^3.9.0
This package is auto-updated.
Last update: 2024-10-08 14:49:24 UTC
README
This Composer plugin is used to fix some things when installing WordPress in a subfolder.
Installation
composer require webdeveric/wordpress-install-fixer
Requirements
- Use Composer to manage dependencies, including WP core.
- PHP 8+
Local development
- Clone this repo
- Run
composer setup-hooks
to add apre-commit
hook, which checks code and runs tests