XpertSelect package providing the tools and configurations for PHP development.

Maintainers

Details

gitlab.com/xpertselect/tools

Source

Installs: 10 563

Dependents: 17

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:composer-plugin

pkg:composer/xpertselect/tools

3.2.0 2025-12-11 15:27 UTC

README

gitlab.com/xpertselect/tools

XpertSelect package providing the tools and configurations for PHP development.

License

View the LICENSE.md file for licensing details.

Installation

Installation of xpertselect/tools is done via Composer.

composer config allow-plugins.xpertselect/tools true
composer require --dev xpertselect/tools

This is purely a development dependency, do not include this package as a runtime dependency!

Usage

Run:

composer update

During the update process, the plugin will automatically:

  • Inspect your existing composer requirements.
  • Add the necessary development dependencies.
  • Applies the required configuration entries to the root of your project.

No manual changes are needed; the plugin performs these updates based on your project’s current composer.json.

Updating the package

When updating tools, it’s crucial to allow the package to override any existing generated files. This can be achieved by removing the generated files, and running composer update. Afterward, you can apply any necessary local changes to the configuration.