codelicia / xulieta-auto-plugin
Xulieta Plugin for supporting of Literate programming
0.1.0
2022-02-02 16:22 UTC
Requires
- php: >=8.0
- ext-dom: *
- composer/composer: ^2.2.5
- symfony/config: ^v5.4.3
Requires (Dev)
- doctrine/coding-standard: ^9.0.0
- malukenho/mcbumpface: ^1.1.5
- roave/security-advisories: dev-latest
- vimeo/psalm: ^4.19.0
README
This package is part of codelicia/xulieta, and is not intended to be used separately.
How to use it
Xulieta
will automatically scan dependencies to see if there is
any package that is providing default configurations.
If you want your plugin to take advantage of that functionality,
we expect you to provide some information on your composer.json
file, ie:
{ "extra": { "xulieta": { "parser": ["Malukenho\\QuoPrimumTempore\\JsonParser"], "validator": ["Malukenho\\QuoPrimumTempore\\JsonValidator"] } } }