{
    "name": "sudar/wp-system-info",
    "description": "A WordPress library that adds System Info to WordPress plugins",
    "type": "library",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Sudar Muthu",
            "homepage": "https://sudarmuthu.com"
        }
    ],
    "support": {
        "issues": "https://github.com/sudar/wp-system-info/issues"
    },
    "require": {
      "php": ">=5.3"
    },
    "autoload": {
        "psr-4": {
            "Sudar\\WPSystemInfo\\": "src/"
        }
    }
}
