Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 477 Bytes

Acme Widget Co Sales System

Description

This project demonstrates a sales system for Acme Widget Co, with a Dockerized environment for running and testing the application.

Setup

  1. Clone the Repository:
    git clone <repository-url>
    cd acme-widget-co
    
    
    

6. Composer Configuration

Add a composer.json file to manage PHP dependencies:

{
    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "phpstan/phpstan": "^1.8"
    }
}