What's Changed
- Feature: Explicit plugin dependency by @OleksiiBulba in #11
- Added explicit dependency on TwigPlugin, from now on it will be loaded automatically by
micro/kernel-boot-plugin-depended
package; - Removed version from composer.json;
- Added
composer validate --strict
to GitHub actions; - Added documentation to twig functions in php annotations;
- Dropped support for php 8.1;
- Code quality increase;
- Added psalm to composer scripts in composer.json file;
- Added explicit dependency on TwigPlugin, from now on it will be loaded automatically by
- Chore: Nice exception messages by @OleksiiBulba in #12
- Added a nice message for some exceptions where the user might have forgotten to run npm/yarn build command (e.g. entrypoints.json file is missing, bad json file or else);
Full Changelog: v1.1...v1.2