fulldecent/cameralife

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "fulldecent/cameralife",
    "description": "Run your own photo website",
    "keywords": ["photos", "images", "gallery"],
    "homepage": "http://fulldecent.github.io/cameralife/",
    "type": "library",
    "license": "GPL",
    "version": "2.7.0a6",
    "authors": [
        {
            "name": "William Entriken",
            "homepage": "https://phor.net"
        }
    ],
    "require": {
        "php": ">=7.0.0"
    },
    "require-dev": {
        "phpmd/phpmd" : "@stable"
    },
    "recommend": {
        "ext-zip": "*",
        "ext-gd2": "*"
    }
}