@lando/drupal 1.13.0 → 1.14.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.
- package/.eslintignore +5 -0
- package/CHANGELOG.md +15 -0
- package/README.md +1 -1
- package/builders/_drupaly.js +18 -0
- package/netlify.toml +1 -1
- package/node_modules/@lando/mariadb/CHANGELOG.md +4 -0
- package/node_modules/@lando/mariadb/builders/mariadb.js +4 -3
- package/node_modules/@lando/mariadb/package.json +5 -5
- package/node_modules/@lando/php/AGENTS.md +81 -0
- package/node_modules/@lando/php/CHANGELOG.md +25 -0
- package/node_modules/@lando/php/README.md +4 -1
- package/node_modules/@lando/php/builders/php.js +39 -5
- package/node_modules/@lando/php/images/5.6-apache/Dockerfile +9 -4
- package/node_modules/@lando/php/images/5.6-fpm/Dockerfile +9 -4
- package/node_modules/@lando/php/images/7.0-apache/Dockerfile +9 -4
- package/node_modules/@lando/php/images/7.0-fpm/Dockerfile +9 -4
- package/node_modules/@lando/php/images/7.1-apache/Dockerfile +1 -1
- package/node_modules/@lando/php/images/7.1-fpm/Dockerfile +1 -1
- package/node_modules/@lando/php/images/7.2-apache/Dockerfile +1 -1
- package/node_modules/@lando/php/images/7.2-fpm/Dockerfile +1 -1
- package/node_modules/@lando/php/images/7.3-apache/Dockerfile +1 -1
- package/node_modules/@lando/php/images/7.3-fpm/Dockerfile +1 -1
- package/node_modules/@lando/php/images/7.4-apache/Dockerfile +2 -2
- package/node_modules/@lando/php/images/7.4-fpm/Dockerfile +2 -2
- package/node_modules/@lando/php/images/8.0-apache/Dockerfile +2 -2
- package/node_modules/@lando/php/images/8.0-fpm/Dockerfile +2 -2
- package/node_modules/@lando/php/images/8.1-apache/Dockerfile +1 -1
- package/node_modules/@lando/php/images/8.1-fpm/Dockerfile +1 -1
- package/node_modules/@lando/php/images/8.2-apache/Dockerfile +1 -1
- package/node_modules/@lando/php/images/8.2-fpm/Dockerfile +1 -1
- package/node_modules/@lando/php/images/8.3-apache/Dockerfile +23 -22
- package/node_modules/@lando/php/images/8.3-fpm/Dockerfile +22 -22
- package/node_modules/@lando/php/images/8.4-apache/Dockerfile +21 -22
- package/node_modules/@lando/php/images/8.4-fpm/Dockerfile +21 -22
- package/node_modules/@lando/php/images/8.5-apache/Dockerfile +77 -0
- package/node_modules/@lando/php/images/8.5-fpm/Dockerfile +78 -0
- package/node_modules/@lando/php/netlify.toml +1 -1
- package/node_modules/@lando/php/package.json +5 -5
- package/node_modules/@lando/php/scripts/install-db-client.sh +31 -0
- package/node_modules/@lando/php/scripts/mariadb-compat-install.sh +42 -0
- package/node_modules/@lando/php/scripts/mysql-client-install.sh +62 -0
- package/node_modules/@lando/postgres/CHANGELOG.md +4 -0
- package/node_modules/@lando/postgres/builders/postgres.js +2 -1
- package/node_modules/@lando/postgres/package.json +5 -5
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/drupal",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Drupal.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.14.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "lando/drupal",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"test": "npm run lint && npm run test:unit"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@lando/mariadb": "^1.
|
|
46
|
+
"@lando/mariadb": "^1.8.0",
|
|
47
47
|
"@lando/mssql": "^1.4.3",
|
|
48
48
|
"@lando/mysql": "^1.6.0",
|
|
49
|
-
"@lando/php": "^1.
|
|
50
|
-
"@lando/postgres": "^1.
|
|
49
|
+
"@lando/php": "^1.11.0",
|
|
50
|
+
"@lando/postgres": "^1.6.0",
|
|
51
51
|
"lodash": "^4.17.21",
|
|
52
52
|
"semver": "^7.7.2"
|
|
53
53
|
},
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"semver"
|
|
76
76
|
],
|
|
77
77
|
"dist": {
|
|
78
|
-
"integrity": "sha512-
|
|
79
|
-
"shasum": "
|
|
80
|
-
"filename": "lando-drupal-1.
|
|
81
|
-
"unpackedSize":
|
|
78
|
+
"integrity": "sha512-Mgd7jSGj9fr9dOcPdKqoC4BRk/gXLkOTY7MlfwveMIiAZrybU4zpxphzji3f94FdiuFrPr+U2fEWKe4ons8t9Q==",
|
|
79
|
+
"shasum": "8ac87472662a3150a13d983c6617a4ed68883898",
|
|
80
|
+
"filename": "lando-drupal-1.14.0.tgz",
|
|
81
|
+
"unpackedSize": 10429789
|
|
82
82
|
}
|
|
83
83
|
}
|