From e7a3b7102c70f8a4a4f28e731abc693139451563 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Tue, 21 May 2024 09:23:56 -0400 Subject: [PATCH] Add composer.json so we can require it in other projects. --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..601ada3 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "operations/site-server", + "description": "Self-contained Continuous Delivery Site Hosting", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Jon Pugh" + } + ], + "homepage": "https://github.com/operations-project/site-runner", + "require": {} +}