Skip to content
Snippets Groups Projects
composer.local.1.fid.json 370 B
Newer Older
Sebastian Kehr's avatar
Sebastian Kehr committed
{
    "autoload": {
        "psr-4": {
            "fid\\": "module/fid/src"
        }
    },
    "require": {
        "finc/symfony-serializer-zend-bridge": "^0.0.1",
        "finc/vufindhttp-psrcompat": "^0.0.2",
Sebastian Kehr's avatar
Sebastian Kehr committed
        "phpdocumentor/reflection-docblock": "^4.3",
        "symfony/http-foundation": "^3.4",
Sebastian Kehr's avatar
Sebastian Kehr committed
        "zendframework/zend-i18n-resources": "^2.6"
    }
}