{
    "name": "anis/server",
    "type": "project",
    "description": "Anis Server is used to configure information system CMS and to search into a business database",
    "license": "CeCILL v2.1",
    "authors": [
        {
            "name": "François Agneray",
            "email": "francois.agneray@lam.fr"
        },
        {
            "name": "Chrystel Moreau",
            "email": "chrystel.moreau@lam.fr"
        },
        {
            "name": "Tifenn Guillas",
            "email": "tifenn.guillas@lam.fr"
        }
    ],
    "require": {
        "slim/slim": "^4.7",
        "nyholm/psr7": "^1.4",
        "nyholm/psr7-server": "^1.0",
        "php-di/php-di": "^6.3",
        "monolog/monolog": "^2.2",
        "doctrine/orm": "^2.8",
        "firebase/php-jwt": "^5.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "autoload": {
        "psr-4": {
            "App\\": "src"
        }
    }
}