Skip to content

Commit

Permalink
Add composer to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
szipfel committed Mar 18, 2022
1 parent 64c632e commit 58e3563
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}]
}

0 comments on commit 58e3563

Please sign in to comment.