{
    "name": "rmcgirr83/sfpo",
    "type": "phpbb-extension",
    "description": "Allows the admin to set an option that will only allow unregistered users/guests to view the first post of any topic. The rest of the posts in the topic will ask them to login or register.",
    "version": "1.3.3",
    "time": "2022-02-24",
    "keywords": [
        "phpbb",
        "extension",
        "topics",
        "users",
        "posts"
    ],
    "license": "GPL-2.0-only",
    "authors": [
        {
            "name": "Rich McGirr",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.1",
        "phpbb/phpbb": ">=3.3.0",
        "composer/installers": "~1.0.0"
    },
    "extra": {
        "display-name": "Show First Post Only To Guest",
        "soft-require": {
            "phpbb/phpbb": ">=3.3.0"
        },
        "version-check": {
            "host": "www.phpbb.com",
            "directory": "/customise/db/extension/show_first_post_only_to_guest",
            "filename": "version_check",
            "ssl": true
        }
    }
}