From 58e3563d161ced95cf25967e6688af025d09c84d Mon Sep 17 00:00:00 2001 From: Steve Zipfel Date: Fri, 18 Mar 2022 10:58:28 -0400 Subject: [PATCH] Add composer to repo --- composer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f3e11ec --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "sst/provus-ci", + "description": "CI component for Provus.", + "type": "drupal-library", + "homepage": "https://github.com/promet/provus-ci", + "authors": [{ + "name": "Steve Zipfel", + "homepage": "https://github.com/szipfel" + }], + "support": { + "issues": "https://github.com/promet/provus-ci/issues" + }, + "license": "GPL-2.0+", + "repositories": [{ + "type": "package", + "package": { + "name": "sst/provus", + "version": "1.0", + "type": "add-on", + "source": { + "url": "https://github.com/promet/provus-ci.git", + "type": "git", + "reference": "refs/heads/master" + } + } + }] +} \ No newline at end of file