## Context As a user, I would like to be able to install the package with a `composer require` command. This requires the package to be published on Packagist. > CI/CD automation can be added later ## Acceptance Criteria - [x] Package is installable with a `composer require` command - [ ] `README.md` has been updated to include installation instructions
Context
As a user, I would like to be able to install the package with a
composer requirecommand. This requires the package to be published on Packagist.Acceptance Criteria
composer requirecommandREADME.mdhas been updated to include installation instructions