Skip to content

Commit fd7c990

Browse files
author
Marc Wolf
committed
Update README.md
1 parent 23a6a85 commit fd7c990

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

README.md

+4-24
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Docker compose PHP 8.3.8, Xdebug 3.3.2, Nginx 1.27.1, Redis 7.4.0 and MariaDB 11.4.3
1+
# Docker compose PHP 8.3.10, Xdebug 3.3.2, Nginx 1.27.1, Redis 7.4.0 and MariaDB 11.4.3
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
44
![nginx](https://img.shields.io/badge/nginx-1.27.1-brightgreen.svg)
5-
![php](https://img.shields.io/badge/PHP_FPM-8.3.8-brightgreen.svg)
5+
![php](https://img.shields.io/badge/PHP_FPM-8.3.10-brightgreen.svg)
66
![xdebug](https://img.shields.io/badge/Xdebug-3.3.2-brightgreen.svg)
77
![phpunit](https://img.shields.io/badge/PHPUnit-11.3.1-brightgreen.svg)
88
![redis](https://img.shields.io/badge/Redis-7.4.0-brightgreen.svg)
@@ -15,7 +15,7 @@ The primary goal of this project is to create a streamlined and efficient develo
1515
# Services
1616

1717
* 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)
18-
* Uses [PHP 8.3.8](https://www.php.net) for better performance, lower CPU and memory usage
18+
* Uses [PHP 8.3.10](https://www.php.net) for better performance, lower CPU and memory usage
1919
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
2020
* Built on the lightweight [nginx 1.27.1](https://nginx.org) webserver
2121
* Debugging with [Xdebug 3.3.2](https://xdebug.org)
@@ -48,27 +48,7 @@ The primary goal of this project is to create a streamlined and efficient develo
4848

4949
## Example PHPUnit Test
5050

51-
An example PHPUnit test is included in the `tests` directory:
52-
53-
```php
54-
// tests/ExampleTest.php
55-
56-
<?php
57-
58-
declare(strict_types=1);
59-
60-
use PHPUnit\Framework\TestCase;
61-
use App\Example;
62-
63-
class ExampleTest extends TestCase
64-
{
65-
public function testExample()
66-
{
67-
$example = new Example();
68-
$this->assertTrue($example->doSomething());
69-
}
70-
}
71-
```
51+
An example PHPUnit test is included in the `tests` directory.
7252

7353
See also:
7454
[Blog-Post: Dockerize your PHP application with Nginx and PHP8 FPM](https://marc.it/dockerize-application-with-nginx-and-php8/)

0 commit comments

Comments
 (0)