You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
956 B
34 lines
956 B
{
|
|
"name": "seacms/composer-plugin",
|
|
"type": "composer-plugin",
|
|
"description": "Composer plugin SeaCMS",
|
|
"keywords": ["seacma", "composer-plugin"],
|
|
"homepage": "https://git.defis.info/SeaCMS/composer-plugin",
|
|
"license": "EUPL-1.2",
|
|
"readme": "README.md",
|
|
"authors": [
|
|
{
|
|
"name": "Jérémy Dufraisse",
|
|
"homepage": "https://github.com/J9rem",
|
|
"role": "SeaCMS developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"docs": "https://git.defis.info/SeaCMS/composer-plugin/src/branch/master/README.md",
|
|
"issues": "https://git.defis.info/SeaCMS/composer-plugin/issues",
|
|
"source": "https://git.defis.info/SeaCMS/composer-plugin"
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^2.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Seacms\\ComposerInstaller\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"class": "Seacms\\ComposerInstaller\\Plugin",
|
|
"plugin-modifies-downloads": false,
|
|
"plugin-modifies-install-path": false
|
|
}
|
|
}
|
|
|