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
| Service |[PHP-FPM](https://www.php.net/manual/en/install.fpm.php)| PHP with FastCGI Process Manager |
40
-
| Miscelaneous |[Make](https://www.gnu.org/software/make/)| Allows to execute commands defined on a _Makefile_|
41
-
| Quality Assurance |[PHP-Parallel-Lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint)| Allows to check the syntax of PHP files in parallel |
42
-
| Quality Assurance |[PHPCS/PHPCBF](https://github.com/PHPCSStandards/PHP_CodeSniffer/)| Allows to check and fix coding style issues |
43
-
| Quality Assurance |[PHPStan](https://phpstan.org/)| Allows to perform static analysis of your application looking for issues |
44
-
| Quality Assurance |[PHPUnit](https://phpunit.de/)| The PHP Testing Framework |
| Service |[PHP-FPM](https://www.php.net/manual/en/install.fpm.php)| PHP with FastCGI Process Manager |
40
+
| Miscelaneous |[Make](https://www.gnu.org/software/make/)| Allows to execute commands defined on a _Makefile_|
41
+
| Quality Assurance |[PHP-Parallel-Lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint)| Allows to check the syntax of PHP files in parallel |
42
+
| Quality Assurance |[PHPCS/PHPCBF](https://github.com/PHPCSStandards/PHP_CodeSniffer/)| Allows to check and fix coding style issues |
43
+
| Quality Assurance |[PHPStan](https://phpstan.org/)| Allows to perform static analysis of your application looking for issues |
44
+
| Quality Assurance |[PHPUnit](https://phpunit.de/)| The PHP Testing Framework |
@@ -121,9 +121,7 @@ Additionally a *Makefile* is provided with frequently used commands:
121
121
```
122
122
123
123
124
-
125
-
> This file is really useful when you create a container with a project based on this repository, and you want to run those commands from outside the container. To do so just copy and paste the included steps on your main *Makefile* and adjust the constants accordingly.
126
-
124
+
> This file is really useful when you create a container with a project based on this repository and you want to run those commands from outside the container, directly from your *host*. To do so just copy and paste the included steps on your main *Makefile* and adjust the constants accordingly.
127
125
128
126
129
127
#### Volumes
@@ -133,9 +131,7 @@ Additionally a *Makefile* is provided with frequently used commands:
133
131
Coverage report in HTML is generated on a root folder `/coverage`
134
132
135
133
136
-
137
134
> If you want the report is generated on a different path, just update accordingly the `composer.json` file under the section `scripts`
138
-
139
135
140
136
141
137
## Security Vulnerabilities
@@ -152,8 +148,6 @@ Only the latest major version receives security fixes.
152
148
153
149
If you discover a security vulnerability within this project, please [open an issue here](https://github.com/fonil/php-skeleton/issues). All security vulnerabilities will be promptly addressed.
154
150
155
-
156
-
157
151
## License
158
152
159
153
The MIT License (MIT). Please see [LICENSE](./LICENSE) file for more information.
0 commit comments