markbaker / ukraine
Composer Plug-in to show support for Ukraine
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
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
}
},