Merge remote-tracking branch 'origin/main' into hotfix/readme-syntax

This commit is contained in:
Dominik Liebler
2020-11-04 20:37:15 +01:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM composer AS composer
FROM composer:1 AS composer
WORKDIR /app
ADD . /app
RUN composer global require hirak/prestissimo

View File

@@ -100,15 +100,15 @@ The patterns can be structured in roughly three different categories. Please cli
| Code | Language | Documentation |
| ------------------|-------------|------|
| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) |
| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ca/latest/README.html) |
| de | German | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/latest/README.html) |
| es | Spanish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es/latest/README.html) |
| es_MX | Spanish-Mexican | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es_MX/latest/README.html) |
| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) |
| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) |
| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/latest/README.html) |
| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) |
| de | German | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/latest/README.html) |
| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) |
| pl | Polish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pl/latest/README.html) |
| pt_BR | Portuguese-Brazil | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pt_BR/latest/README.html) |
| ru | Russian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ru/latest/README.html) |
| es | Spanish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es/latest/README.html) |
| es_MX | Spanish-Mexican | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es_MX/latest/README.html) |
| tr | Turkish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/tr/latest/README.html) |
| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) |