Add composer

This commit is contained in:
2024-09-05 16:44:03 +02:00
parent ad59b981c0
commit e9a8f44927

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "antonborgstrom/superdesk-wordpress-plugin",
"type": "plugin",
"description": "Imports articles in the IPTC ninjs format from the Superdesk newsroom system",
"keywords": [
"superdesk",
"publisher"
],
"homepage": "https://github.com/superdesk/superdesk-wordpress-plugin",
"license": "MIT",
"authors": [
{
"name": "Sourcefabric and AdminIT",
"email": "info@sourcefabric.org",
"homepage": "https://github.com/superdesk"
}
],
"require": {
"php": ">=5.3.3"
}
}