Skip to content

Commit

Permalink
Merge pull request #1 from australiangreens/composer
Browse files Browse the repository at this point in the history
Adds composer.json for CI/CD
  • Loading branch information
johntwyman authored Dec 19, 2017
2 parents bac35be + 6a0f6bd commit e738ab8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "australian_greens/au.com.agileware.civiteams",
"type": "drupal-module",
"description": "Australian Greens fork of the CiviTeams CiviCRM extesnion",
"require": {
"composer/installers": "~1.0",
"drupal/drupal": "~7"
}
}

0 comments on commit e738ab8

Please sign in to comment.