Provide a detailed description of the project.
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/monad
When 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
$ composer test
$ composer phpstan
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email info at tactics dot be instead of using the issue tracker.
Development of this library is sponsored by Tactics.
The Lesser GPL version 3 or later. Please see License File for more information.