Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.08 KB

Shelter Manager Module

The ASM module provides read-only integration with Animal Shelter Manager.

Requirements

This module is written to work with v40 of the Animal Shelter Manager. Shelter Manager's web services changed from v39 to v40.

Installation

We recommend using composer for installing this module. Right now, this module is still a sandbox project, so you will need to explicitly add this repository to your composer.json.

Main development for this module is on Github. The Drupal.org repository is downstream from Github.

    "repositories": [
        {
            "type": "package",
            "package": {
                "name": "City-of-Bloomington/asm",
                "type": "drupal-module",
                "version": "dev",
                "source": {
                    "type": "git",
                    "url": "https://github.com/City-of-Bloomington/drupal-module-asm",
                    "reference": "8.x-1.x"
                }
            }
        }
    ]