markbaker / ukraine
Composer Plug-in to show support for Ukraine
1.0.3
2022-03-21 19:55 UTC
Requires
- php: ^7.0 || ^8.0
- composer-plugin-api: ^1.0 || ^2.0
Requires (Dev)
- composer/composer: ^1.0
README
A PHP Composer Plug-in to show support for Ukraine
Installation
Include this plug-in in the composer.json file for your own libraries:
"require": {
...,
"markbaker/ukraine": "*"
},
For Composer v2, you may also need to include a reference in the allow-plugins section of your composer.json.
"config": {
"sort-packages": true,
"allow-plugins": {
"markbaker/ukraine": true
}
},
