{
    "name": "arkhamed/sipora",
    "description": "SIPORA - Student Insight Profiling, Observation, Recommendation & Action",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=8.2",
        "chillerlan/php-qrcode": "^5.0",
        "phpoffice/phpspreadsheet": "^5.9",
        "maennchen/zipstream-php": ">=3.1.2,<3.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "config": {
        "sort-packages": true
    }
}
