init
This commit is contained in:
27
site/plugins/embed/composer.json
Normal file
27
site/plugins/embed/composer.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "sylvainjule/embed",
|
||||
"description": "Embed field for Kirby 3",
|
||||
"type": "kirby-plugin",
|
||||
"license": "MIT",
|
||||
"version": "1.1.2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sylvain Julé",
|
||||
"email": "contact@sylvain-jule.fr"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"getkirby/composer-installer": "^1.1",
|
||||
"embed/embed": "4.4.8",
|
||||
"guzzlehttp/psr7": "^2.6"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "embed"
|
||||
},
|
||||
"minimum-stability": "beta",
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"getkirby/composer-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user