Skip to content
Snippets Groups Projects
Forked from dmj / selbstzeugnisse-hab
17 commits behind the upstream repository.
This project manages its dependencies using Composer. Learn more
composer.json 618 B
{
    "autoload": {
        "psr-0": {
            "HAB\\": "src/"
        }
    },
    "require": {
        "ext-openssl": "*",
        "ext-xsl": "*",
        "silex/silex": "^2.0",
        "hab/solr": "dev-master#ef528a52d57493ad2ae575037e42442075135f62",
        "hab/paginator": "dev-master",
        "twig/twig": "~1.0",
        "symfony/twig-bridge": "^3.2"
    },
    "repositories": [
        {
            "type": "git",
            "url":  "https://github.com/dmj/php-solr.git"
        },
        {
            "type": "git",
            "url":  "https://github.com/dmj/php-paginator.git"
        }
    ]
}