Skip to content
TsSaltan edited this page Jan 12, 2022 · 8 revisions

Install via composer

{
    "name": "my web-app",
    "minimum-stability": "dev",

    "repositories": [
        {
            "type":"git",
            "url":"https://github.com/TsSaltan/its-php"
        }
    ],

    "require": {
        "php": ">=7.1",
        "tssaltan/its-php": "dev-1.0-dev"
    }
}
Clone this wiki locally