English
Installation v1.1.0
Install and configure DevCraft Dev Tools via Composer or a path repository.
System requirements
- PHP 8.3 or newer
- Composer
- Runtime:
psr/cache^3.0(PSR-6) - Runtime:
marcin-orlowski/lombok-php^1.2(installed with the package)
Installation methods
composer require devcraftclub/dev-tools:^1.1Composer also installs marcin-orlowski/lombok-php ^1.2 and psr/cache ^3.0. lombok-php is required by AbstractWith (\Lombok\Helper); psr/cache by FileCachePool.
Configuration
No extra config file is required. After Composer resolves the package, autoload Devcraft\\ namespaces from vendor.
Verify the install
composer show devcraftclub/dev-toolsExpected: version 1.1.0 (or a compatible ^1.1) and PHP >=8.3.
Troubleshooting
Path repositories must be declared in the root consumer composer.json. Nested packages cannot inherit them.
The package requires PHP 8.3 or newer. Check php -v and the platform config in Composer.
Confirm version >=1.1.0 and that psr/cache appears in composer show.