Skip to content

Commit

Permalink
Add composer.json so we can require it in other projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed May 21, 2024
1 parent be93a6a commit e7a3b71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit e7a3b71

Please sign in to comment.