{
    "name": "nextcloud/kitinerary-sys",
    "description": "KItinerary binding for the system package",
    "type": "library",
    "license": "LGPL-3.0-or-later",
    "authors": [
        {
            "name": "Christoph Wurst"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "^7.4 || ^8.0",
        "ext-json": "*",
        "nextcloud/kitinerary": "^1.0",
        "psr/log": "^1.1|^2.0|^3.0"
    },
    "autoload": {
        "psr-4": {
            "Nextcloud\\KItinerary\\Sys\\": "/src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "scripts": {
        "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
    }
}
