@lando/symfony 1.9.0 → 1.11.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/.lando.yml +1 -1
- package/CHANGELOG.md +15 -0
- package/LICENSE +21 -0
- package/README.md +11 -3
- package/builders/symfony-nginx.js +1 -1
- package/builders/symfony-php.js +17 -16
- package/builders/symfony.js +11 -2
- package/netlify.toml +9 -0
- package/node_modules/@lando/mariadb/.lando.yml +1 -1
- package/node_modules/@lando/mariadb/.node-version +1 -1
- package/node_modules/@lando/mariadb/CHANGELOG.md +8 -1
- package/node_modules/@lando/mariadb/LICENSE +21 -0
- package/node_modules/@lando/mariadb/README.md +5 -2
- package/node_modules/@lando/mariadb/builders/mariadb.js +25 -22
- package/node_modules/@lando/mariadb/netlify.toml +9 -2
- package/node_modules/@lando/mariadb/package.json +8 -8
- package/node_modules/@lando/memcached/.lando.yml +1 -1
- package/node_modules/@lando/memcached/.node-version +1 -1
- package/node_modules/@lando/memcached/CHANGELOG.md +17 -1
- package/node_modules/@lando/memcached/LICENSE +21 -0
- package/node_modules/@lando/memcached/README.md +5 -2
- package/node_modules/@lando/memcached/builders/memcached.js +5 -3
- package/node_modules/@lando/memcached/netlify.toml +9 -2
- package/node_modules/@lando/memcached/package.json +8 -8
- package/node_modules/@lando/mysql/.lando.yml +1 -1
- package/node_modules/@lando/mysql/CHANGELOG.md +10 -0
- package/node_modules/@lando/mysql/LICENSE +21 -0
- package/node_modules/@lando/mysql/README.md +5 -2
- package/node_modules/@lando/mysql/builders/mysql.js +9 -5
- package/node_modules/@lando/mysql/netlify.toml +9 -0
- package/node_modules/@lando/mysql/package.json +8 -8
- package/node_modules/@lando/php/.lando.yml +1 -1
- package/node_modules/@lando/php/CHANGELOG.md +35 -1
- package/node_modules/@lando/php/LICENSE +21 -0
- package/node_modules/@lando/php/README.md +5 -2
- package/node_modules/@lando/php/builders/php.js +68 -15
- package/node_modules/@lando/php/images/5.6-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/5.6-fpm/Dockerfile +0 -5
- package/node_modules/@lando/php/images/7.0-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.0-fpm/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.1-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.1-fpm/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.2-apache/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.2-fpm/Dockerfile +0 -4
- package/node_modules/@lando/php/images/7.3-apache/Dockerfile +0 -3
- package/node_modules/@lando/php/images/7.3-fpm/Dockerfile +0 -3
- package/node_modules/@lando/php/images/7.4-apache/Dockerfile +45 -55
- package/node_modules/@lando/php/images/7.4-fpm/Dockerfile +59 -69
- package/node_modules/@lando/php/images/8.0-apache/Dockerfile +45 -56
- package/node_modules/@lando/php/images/8.0-fpm/Dockerfile +45 -56
- package/node_modules/@lando/php/images/8.1-apache/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.1-fpm/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.2-apache/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.2-fpm/Dockerfile +12 -2
- package/node_modules/@lando/php/images/8.3-apache/Dockerfile +24 -4
- package/node_modules/@lando/php/images/8.3-fpm/Dockerfile +25 -4
- package/node_modules/@lando/php/images/8.4-apache/Dockerfile +27 -4
- package/node_modules/@lando/php/images/8.4-fpm/Dockerfile +27 -4
- package/node_modules/@lando/php/netlify.toml +10 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.lando.yml +1 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.node-version +1 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/CHANGELOG.md +9 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/LICENSE +21 -0
- package/node_modules/@lando/php/node_modules/@lando/nginx/README.md +5 -2
- package/node_modules/@lando/php/node_modules/@lando/nginx/builders/nginx.js +34 -15
- package/node_modules/@lando/php/node_modules/@lando/nginx/netlify.toml +9 -4
- package/node_modules/@lando/php/node_modules/@lando/nginx/package.json +8 -8
- package/node_modules/@lando/php/package.json +10 -10
- package/node_modules/@lando/php/scripts/install-composer.sh +4 -0
- package/node_modules/@lando/php/utils/add-build-step.js +17 -3
- package/node_modules/@lando/php/utils/get-install-commands.js +19 -3
- package/node_modules/@lando/postgres/.lando.yml +1 -1
- package/node_modules/@lando/postgres/CHANGELOG.md +11 -0
- package/node_modules/@lando/postgres/LICENSE +21 -0
- package/node_modules/@lando/postgres/README.md +5 -2
- package/node_modules/@lando/postgres/builders/postgres.js +9 -9
- package/node_modules/@lando/postgres/netlify.toml +9 -4
- package/node_modules/@lando/postgres/package.json +8 -8
- package/package.json +13 -12
- package/LICENSE.md +0 -674
- package/PRIVACY.md +0 -169
- package/node_modules/@lando/mariadb/LICENSE.md +0 -674
- package/node_modules/@lando/mariadb/PRIVACY.md +0 -169
- package/node_modules/@lando/mariadb/tmpfile +0 -0
- package/node_modules/@lando/memcached/LICENSE.md +0 -674
- package/node_modules/@lando/memcached/PRIVACY.md +0 -169
- package/node_modules/@lando/memcached/tmpfile +0 -0
- package/node_modules/@lando/mysql/.tool-versions +0 -1
- package/node_modules/@lando/mysql/LICENSE.md +0 -674
- package/node_modules/@lando/mysql/PRIVACY.md +0 -169
- package/node_modules/@lando/php/LICENSE.md +0 -674
- package/node_modules/@lando/php/PRIVACY.md +0 -169
- package/node_modules/@lando/php/node_modules/@lando/nginx/LICENSE.md +0 -674
- package/node_modules/@lando/php/node_modules/@lando/nginx/PRIVACY.md +0 -169
- package/node_modules/@lando/postgres/LICENSE.md +0 -674
- package/node_modules/@lando/postgres/PRIVACY.md +0 -169
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/postgres",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Postgres.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "MIT",
|
|
7
7
|
"repository": "lando/postgres",
|
|
8
8
|
"bugs": "https://github.com/lando/postgres/issues/new/choose",
|
|
9
9
|
"homepage": "https://github.com/lando/postgres",
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/eslint-parser": "^7.16.0",
|
|
50
50
|
"@lando/leia": "^0.6.5",
|
|
51
|
-
"@lando/vitepress-theme-default-plus": "^1.1.
|
|
51
|
+
"@lando/vitepress-theme-default-plus": "^1.1.1",
|
|
52
52
|
"chai": "^4.3.4",
|
|
53
53
|
"command-line-test": "^1.0.10",
|
|
54
54
|
"eslint": "^7.32.0",
|
|
55
55
|
"eslint-config-google": "^0.9.1",
|
|
56
56
|
"eslint-plugin-vue": "^8.0.3",
|
|
57
|
-
"mocha": "^
|
|
57
|
+
"mocha": "^11.1.0",
|
|
58
58
|
"nyc": "^15.1.0",
|
|
59
59
|
"vitepress": "^1.3.4"
|
|
60
60
|
},
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"lodash"
|
|
63
63
|
],
|
|
64
64
|
"dist": {
|
|
65
|
-
"integrity": "sha512-
|
|
66
|
-
"shasum": "
|
|
67
|
-
"filename": "lando-postgres-1.
|
|
68
|
-
"unpackedSize":
|
|
65
|
+
"integrity": "sha512-BRnUHp7zZgFoqw0SbtsGH1+KAtrrI+iJVjNdAQcEOpqOGykXwk/g4e+35fcc0mMiqZ41n63EEM6zmMqROPApsw==",
|
|
66
|
+
"shasum": "9a76c9e135ac5359d7d4c4aac8f867198738adcc",
|
|
67
|
+
"filename": "lando-postgres-1.5.0.tgz",
|
|
68
|
+
"unpackedSize": 1428384
|
|
69
69
|
}
|
|
70
70
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/symfony",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with Symfony.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.11.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "MIT",
|
|
7
7
|
"repository": "lando/symfony",
|
|
8
8
|
"bugs": "https://github.com/lando/symfony/issues/new/choose",
|
|
9
9
|
"homepage": "https://github.com/lando/symfony",
|
|
@@ -38,24 +38,25 @@
|
|
|
38
38
|
"docs:mvb": "npx mvb docs",
|
|
39
39
|
"docs:preview": "vitepress preview docs",
|
|
40
40
|
"lint": "eslint . --ext .js --ext .mjs ",
|
|
41
|
+
"lint:fix": "eslint . --ext .js --ext .mjs --fix",
|
|
41
42
|
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
|
|
42
43
|
"test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
|
|
43
44
|
"test": "npm run lint && npm run test:unit"
|
|
44
45
|
},
|
|
45
46
|
"dependencies": {
|
|
46
|
-
"@lando/mariadb": "^1.
|
|
47
|
-
"@lando/memcached": "^1.
|
|
47
|
+
"@lando/mariadb": "^1.7.0",
|
|
48
|
+
"@lando/memcached": "^1.4.2",
|
|
48
49
|
"@lando/mssql": "^1.4.3",
|
|
49
|
-
"@lando/mysql": "^1.
|
|
50
|
-
"@lando/php": "^1.
|
|
51
|
-
"@lando/postgres": "^1.
|
|
50
|
+
"@lando/mysql": "^1.6.0",
|
|
51
|
+
"@lando/php": "^1.8.0",
|
|
52
|
+
"@lando/postgres": "^1.5.0",
|
|
52
53
|
"@lando/redis": "^1.2.3",
|
|
53
54
|
"lodash": "^4.17.21"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@babel/eslint-parser": "^7.23.10",
|
|
57
58
|
"@lando/leia": "^1.0.0-beta.3",
|
|
58
|
-
"@lando/vitepress-theme-default-plus": "^1.1.
|
|
59
|
+
"@lando/vitepress-theme-default-plus": "^1.1.1",
|
|
59
60
|
"chai": "^4.3.4",
|
|
60
61
|
"command-line-test": "^1.0.10",
|
|
61
62
|
"eslint": "^8.56.0",
|
|
@@ -76,9 +77,9 @@
|
|
|
76
77
|
"lodash"
|
|
77
78
|
],
|
|
78
79
|
"dist": {
|
|
79
|
-
"integrity": "sha512-
|
|
80
|
-
"shasum": "
|
|
81
|
-
"filename": "lando-symfony-1.
|
|
82
|
-
"unpackedSize":
|
|
80
|
+
"integrity": "sha512-3b8zmYzWUEP3W/OGd6ENdyHe7WDheU1p3MCG5DXvCFUITWYOR0PvyZsGboCt6q9NubNauCSoN3Vg5fA7Ar3rcQ==",
|
|
81
|
+
"shasum": "469f10082fd082aefd4e9496ed4b728060a9210b",
|
|
82
|
+
"filename": "lando-symfony-1.11.0.tgz",
|
|
83
|
+
"unpackedSize": 13180833
|
|
83
84
|
}
|
|
84
85
|
}
|