- PHP >= 8.0.2
- Composer >= 2.0
- PHPUnit >= 9.5
- git cli
- Clone project with git:
git clone [email protected]:christian-graf/laravel-application-version.git <destination directory> # Head to the project root directory cd <destination directory>
- Install php dependencies:
composer install