Setting up this repository in your projects

Add this repository to your project's composer.json file to gain access to all the packages, published to you.

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.fischer-enterprise.de"
        }
    ]
}

Then you can require any package from this repository as you would normally do with any other package.

Click on any package's version to get a snippet or a command to require this version of the package.