You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TASK] Update to use compose.yml and integrate PHPUnit
- Rename docker-compose.yml to compose.yml
- Add PHPUnit 11.2.1 to composer.json
- Update README.md with setup instructions for Docker Compose and PHPUnit
- Ensure .gitignore includes vendor directory
- Adjust GitHub Actions workflow to use compose.yml
* Easy setup with [docker-compose](https://docs.docker.com/compose/) and [Dockerfile](https://docs.docker.com/engine/reference/builder/) under usage from [Docker](https://www.docker.com)
11
+
* Easy setup with [dockercompose](https://docs.docker.com/compose/) and [Dockerfile](https://docs.docker.com/engine/reference/builder/) under usage from [Docker](https://www.docker.com)
12
12
* Uses [PHP 8.3.8](https://www.php.net) for better performance, lower CPU and memory usage
13
13
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
14
14
* Built on the lightweight [nginx 1.27.0](https://nginx.org) webserver
0 commit comments