@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.
Files changed (96) hide show
  1. package/.lando.yml +1 -1
  2. package/CHANGELOG.md +15 -0
  3. package/LICENSE +21 -0
  4. package/README.md +11 -3
  5. package/builders/symfony-nginx.js +1 -1
  6. package/builders/symfony-php.js +17 -16
  7. package/builders/symfony.js +11 -2
  8. package/netlify.toml +9 -0
  9. package/node_modules/@lando/mariadb/.lando.yml +1 -1
  10. package/node_modules/@lando/mariadb/.node-version +1 -1
  11. package/node_modules/@lando/mariadb/CHANGELOG.md +8 -1
  12. package/node_modules/@lando/mariadb/LICENSE +21 -0
  13. package/node_modules/@lando/mariadb/README.md +5 -2
  14. package/node_modules/@lando/mariadb/builders/mariadb.js +25 -22
  15. package/node_modules/@lando/mariadb/netlify.toml +9 -2
  16. package/node_modules/@lando/mariadb/package.json +8 -8
  17. package/node_modules/@lando/memcached/.lando.yml +1 -1
  18. package/node_modules/@lando/memcached/.node-version +1 -1
  19. package/node_modules/@lando/memcached/CHANGELOG.md +17 -1
  20. package/node_modules/@lando/memcached/LICENSE +21 -0
  21. package/node_modules/@lando/memcached/README.md +5 -2
  22. package/node_modules/@lando/memcached/builders/memcached.js +5 -3
  23. package/node_modules/@lando/memcached/netlify.toml +9 -2
  24. package/node_modules/@lando/memcached/package.json +8 -8
  25. package/node_modules/@lando/mysql/.lando.yml +1 -1
  26. package/node_modules/@lando/mysql/CHANGELOG.md +10 -0
  27. package/node_modules/@lando/mysql/LICENSE +21 -0
  28. package/node_modules/@lando/mysql/README.md +5 -2
  29. package/node_modules/@lando/mysql/builders/mysql.js +9 -5
  30. package/node_modules/@lando/mysql/netlify.toml +9 -0
  31. package/node_modules/@lando/mysql/package.json +8 -8
  32. package/node_modules/@lando/php/.lando.yml +1 -1
  33. package/node_modules/@lando/php/CHANGELOG.md +35 -1
  34. package/node_modules/@lando/php/LICENSE +21 -0
  35. package/node_modules/@lando/php/README.md +5 -2
  36. package/node_modules/@lando/php/builders/php.js +68 -15
  37. package/node_modules/@lando/php/images/5.6-apache/Dockerfile +0 -4
  38. package/node_modules/@lando/php/images/5.6-fpm/Dockerfile +0 -5
  39. package/node_modules/@lando/php/images/7.0-apache/Dockerfile +0 -4
  40. package/node_modules/@lando/php/images/7.0-fpm/Dockerfile +0 -4
  41. package/node_modules/@lando/php/images/7.1-apache/Dockerfile +0 -4
  42. package/node_modules/@lando/php/images/7.1-fpm/Dockerfile +0 -4
  43. package/node_modules/@lando/php/images/7.2-apache/Dockerfile +0 -4
  44. package/node_modules/@lando/php/images/7.2-fpm/Dockerfile +0 -4
  45. package/node_modules/@lando/php/images/7.3-apache/Dockerfile +0 -3
  46. package/node_modules/@lando/php/images/7.3-fpm/Dockerfile +0 -3
  47. package/node_modules/@lando/php/images/7.4-apache/Dockerfile +45 -55
  48. package/node_modules/@lando/php/images/7.4-fpm/Dockerfile +59 -69
  49. package/node_modules/@lando/php/images/8.0-apache/Dockerfile +45 -56
  50. package/node_modules/@lando/php/images/8.0-fpm/Dockerfile +45 -56
  51. package/node_modules/@lando/php/images/8.1-apache/Dockerfile +12 -2
  52. package/node_modules/@lando/php/images/8.1-fpm/Dockerfile +12 -2
  53. package/node_modules/@lando/php/images/8.2-apache/Dockerfile +12 -2
  54. package/node_modules/@lando/php/images/8.2-fpm/Dockerfile +12 -2
  55. package/node_modules/@lando/php/images/8.3-apache/Dockerfile +24 -4
  56. package/node_modules/@lando/php/images/8.3-fpm/Dockerfile +25 -4
  57. package/node_modules/@lando/php/images/8.4-apache/Dockerfile +27 -4
  58. package/node_modules/@lando/php/images/8.4-fpm/Dockerfile +27 -4
  59. package/node_modules/@lando/php/netlify.toml +10 -1
  60. package/node_modules/@lando/php/node_modules/@lando/nginx/.lando.yml +1 -1
  61. package/node_modules/@lando/php/node_modules/@lando/nginx/.node-version +1 -1
  62. package/node_modules/@lando/php/node_modules/@lando/nginx/CHANGELOG.md +9 -1
  63. package/node_modules/@lando/php/node_modules/@lando/nginx/LICENSE +21 -0
  64. package/node_modules/@lando/php/node_modules/@lando/nginx/README.md +5 -2
  65. package/node_modules/@lando/php/node_modules/@lando/nginx/builders/nginx.js +34 -15
  66. package/node_modules/@lando/php/node_modules/@lando/nginx/netlify.toml +9 -4
  67. package/node_modules/@lando/php/node_modules/@lando/nginx/package.json +8 -8
  68. package/node_modules/@lando/php/package.json +10 -10
  69. package/node_modules/@lando/php/scripts/install-composer.sh +4 -0
  70. package/node_modules/@lando/php/utils/add-build-step.js +17 -3
  71. package/node_modules/@lando/php/utils/get-install-commands.js +19 -3
  72. package/node_modules/@lando/postgres/.lando.yml +1 -1
  73. package/node_modules/@lando/postgres/CHANGELOG.md +11 -0
  74. package/node_modules/@lando/postgres/LICENSE +21 -0
  75. package/node_modules/@lando/postgres/README.md +5 -2
  76. package/node_modules/@lando/postgres/builders/postgres.js +9 -9
  77. package/node_modules/@lando/postgres/netlify.toml +9 -4
  78. package/node_modules/@lando/postgres/package.json +8 -8
  79. package/package.json +13 -12
  80. package/LICENSE.md +0 -674
  81. package/PRIVACY.md +0 -169
  82. package/node_modules/@lando/mariadb/LICENSE.md +0 -674
  83. package/node_modules/@lando/mariadb/PRIVACY.md +0 -169
  84. package/node_modules/@lando/mariadb/tmpfile +0 -0
  85. package/node_modules/@lando/memcached/LICENSE.md +0 -674
  86. package/node_modules/@lando/memcached/PRIVACY.md +0 -169
  87. package/node_modules/@lando/memcached/tmpfile +0 -0
  88. package/node_modules/@lando/mysql/.tool-versions +0 -1
  89. package/node_modules/@lando/mysql/LICENSE.md +0 -674
  90. package/node_modules/@lando/mysql/PRIVACY.md +0 -169
  91. package/node_modules/@lando/php/LICENSE.md +0 -674
  92. package/node_modules/@lando/php/PRIVACY.md +0 -169
  93. package/node_modules/@lando/php/node_modules/@lando/nginx/LICENSE.md +0 -674
  94. package/node_modules/@lando/php/node_modules/@lando/nginx/PRIVACY.md +0 -169
  95. package/node_modules/@lando/postgres/LICENSE.md +0 -674
  96. 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.4",
4
+ "version": "1.5.0",
5
5
  "author": "Mike Pirog @pirog",
6
- "license": "GPL-3.0",
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.0-beta.24",
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": "^9.1.2",
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-5hV1Up+aCCMklMcUr24uKSocuqQ91/GOOywt2Qj9mfq81F85xwa7xFxWSV+OSlrmwBIkcpNeZVZNz+vk7Rjo4g==",
66
- "shasum": "d23920ab8696c91ff271c9abb823b4e23852dd80",
67
- "filename": "lando-postgres-1.4.4.tgz",
68
- "unpackedSize": 1471063
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.9.0",
4
+ "version": "1.11.0",
5
5
  "author": "Mike Pirog @pirog",
6
- "license": "GPL-3.0",
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.6.3",
47
- "@lando/memcached": "^1.3.3",
47
+ "@lando/mariadb": "^1.7.0",
48
+ "@lando/memcached": "^1.4.2",
48
49
  "@lando/mssql": "^1.4.3",
49
- "@lando/mysql": "^1.4.4",
50
- "@lando/php": "^1.6.3",
51
- "@lando/postgres": "^1.4.4",
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.0-beta.24",
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-PT6J8ebBjG3U4XY0S8moYx8doGKQGs1+NWzQZERhQ8OKSa2AQMZNHQHm5hFn9vHjqyKqJQmGtbCPqpXXh+V1sQ==",
80
- "shasum": "267780e68211c11324f765ad51110cb4b2583ef8",
81
- "filename": "lando-symfony-1.9.0.tgz",
82
- "unpackedSize": 13470024
80
+ "integrity": "sha512-3b8zmYzWUEP3W/OGd6ENdyHe7WDheU1p3MCG5DXvCFUITWYOR0PvyZsGboCt6q9NubNauCSoN3Vg5fA7Ar3rcQ==",
81
+ "shasum": "469f10082fd082aefd4e9496ed4b728060a9210b",
82
+ "filename": "lando-symfony-1.11.0.tgz",
83
+ "unpackedSize": 13180833
83
84
  }
84
85
  }