From e9a8f4492766497884b46affc6e2d87e1ea2d189 Mon Sep 17 00:00:00 2001 From: "anton.borgstrom" Date: Thu, 5 Sep 2024 16:44:03 +0200 Subject: [PATCH] Add composer --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..de8947f --- /dev/null +++ b/composer.json @@ -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" + } + } \ No newline at end of file