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
<imgwidth="456"src="https://raw.githubusercontent.com/wayofdev/docker-php-base/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only"alt="WayOfDev Logo in light mode">
5
+
<imgwidth="456"src="https://raw.githubusercontent.com/wayofdev/docker-php-base/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only"alt="WayOfDev logo in dark mode">
<ahref="#"><imgalt="Commits since latest release"src="https://img.shields.io/github/commits-since/wayofdev/docker-php-base/latest?style=flat-square"></a>
18
18
</div>
19
19
@@ -93,15 +93,6 @@ ext_pecl_enabled:
93
93
- amqp
94
94
- protobuf
95
95
- yaml
96
-
97
-
ext_pecl_versions:
98
-
redis: "5.3.7"
99
-
decimal: "1.4.0"
100
-
imagick: "3.7.0"
101
-
rdkafka: "6.0.3"
102
-
amqp: "1.11.0"
103
-
protobuf: "3.22.5"
104
-
yaml: "2.2.3"
105
96
```
106
97
107
98
<br>
@@ -118,7 +109,7 @@ $ make generate
118
109
119
110
To install dependencies and start development you can check contents of our `Makefile`
120
111
121
-
### → Requirments
112
+
### → Requirements
122
113
123
114
For testing purposes we use **goss** and **dgoss**, follow installation instructions on [their official README](https://github.com/aelsabbahy/goss/blob/master/extras/dgoss/README.md)
124
115
@@ -168,7 +159,7 @@ $ make build IMAGE_TEMPLATE="8.2-supervisord-alpine"
168
159
169
160
## 🧪 Testing
170
161
171
-
You can check `Makefile` to get full list of commands for local testing. For testing you can use these comands to test whole role or separate tasks:
162
+
You can check `Makefile` to get full list of commands for local testing. For testing, you can use these commands to test whole role or separate tasks:
172
163
173
164
Testing default image:
174
165
@@ -231,10 +222,10 @@ This repository was created in **2022** by [lotyp / wayofdev](https://github.com
0 commit comments