Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/koromerzhin/template-phpfpm/graphs/commit-activity)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

![Continuous Integration](https://github.com/koromerzhin/template-phpfpm/workflows/Continuous%20Integration/badge.svg?branch=develop)
Expand Down Expand Up @@ -38,31 +40,31 @@ Hosts:

## Récupérer les images docker

``` sh
```sh
make docker-image-pull
```

## Install

``` sh
```sh
make install
```

## after git add

``` sh
```sh
make git-check
```

## Replace git commit

``` sh
```sh
make git-commit
```

## help

``` sh
```sh
make help
```

Expand All @@ -77,11 +79,10 @@ make help

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/koromerzhin/template-phpfpm/issues).
You can also take a look at the [contributing guide](
https://github.com/koromerzhin/template-phpfpm/blob/develop/CONTRIBUTING.md
).
Contributions, issues and feature requests are welcome! Feel free to check
[issues page](https://github.com/koromerzhin/template-phpfpm/issues). You can
also take a look at the
[contributing guide](https://github.com/koromerzhin/template-phpfpm/blob/develop/CONTRIBUTING.md).

## Show your support

Expand All @@ -91,13 +92,14 @@ Give a ⭐️ if this project helped you!

Copyright © 2019 [koromerzhin](https://github.com/koromerzhin).

This project is [MIT](
https://github.com/koromerzhin/template-phpfpm/blob/develop/LICENSE
) licensed.
This project is
[MIT](https://github.com/koromerzhin/template-phpfpm/blob/develop/LICENSE)
licensed.

## ✨ Contributors

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Thanks goes to these wonderful people
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand All @@ -110,9 +112,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors)
This project follows the
[all-contributors](https://github.com/all-contributors/all-contributors)
specification. Contributions of any kind welcome!

---
Expand Down
2 changes: 1 addition & 1 deletion apps/phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@
<file>features/bootstrap/</file>
<file>tests/</file>

</ruleset>
</ruleset>
2 changes: 1 addition & 1 deletion apps/phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
</properties>
</rule>
<rule ref="rulesets/unusedcode.xml"/>
</ruleset>
</ruleset>