This project demonstrates a sales system for Acme Widget Co, with a Dockerized environment for running and testing the application.
- Clone the Repository:
git clone <repository-url> cd acme-widget-co
Add a composer.json
file to manage PHP dependencies:
{
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.8"
}
}