@wordpress/env 10.2.0 → 10.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,7 +175,6 @@ module.exports = function buildDockerComposeConfig( config ) {
175
175
  }}:3306`;
176
176
 
177
177
  return {
178
- version: '3.7',
179
178
  services: {
180
179
  mysql: {
181
180
  image: 'mariadb:lts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/env",
3
- "version": "10.2.0",
3
+ "version": "10.4.0",
4
4
  "description": "A zero-config, self contained local WordPress environment for development and testing.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -55,5 +55,5 @@
55
55
  "scripts": {
56
56
  "test": "echo \"Error: run tests from root\" && exit 1"
57
57
  },
58
- "gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
58
+ "gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
59
59
  }