Tactics Fork of Symfony 1 - PHP 8.1 compatible (autoloading via Composer).
Make sure to add this to the "repositories" key in your composer.json
since this is a private package hosted on our own Composer repository generator Satis.
"repositories": [
    {
        "type": "composer",
        "url": "https://satis.tactics.be"
    }
]Then run the following command
$ composer require tactics/symfonyWhen this package requires a new dependency make sure to install it through the docker container. That way we can make sure the dependency is never out of sync with the php/composer version