@lando/php 1.1.0 → 1.2.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 CHANGED
@@ -1,4 +1,5 @@
1
- .temp
2
- .cache
1
+ temp
2
+ cache
3
3
  dist
4
4
  _site
5
+ !.vitepress
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1834,"argv":["/opt/hostedtoolcache/node/18.19.0/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1708112026734,"ppid":1833,"coverageFilename":"/home/runner/work/php/php/.nyc_output/927b5cd6-2a94-4b26-ac08-3ff93f5da197.json","externalId":"","uuid":"927b5cd6-2a94-4b26-ac08-3ff93f5da197","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1845,"argv":["/opt/hostedtoolcache/node/18.19.0/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1708112026952,"ppid":1834,"coverageFilename":"/home/runner/work/php/php/.nyc_output/b107e51d-27b5-4645-90dd-ca6c345830fa.json","externalId":"","uuid":"b107e51d-27b5-4645-90dd-ca6c345830fa","files":[]}
@@ -1 +1 @@
1
- {"processes":{"1b6c4377-66a5-4dca-afdc-fa5f97f36a12":{"parent":null,"children":[]},"7664c8a2-ef06-4ff0-ae4b-44779265c9dd":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
1
+ {"processes":{"927b5cd6-2a94-4b26-ac08-3ff93f5da197":{"parent":null,"children":[]},"b107e51d-27b5-4645-90dd-ca6c345830fa":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,20 +1,24 @@
1
+ ## v1.2.0 - [February 16, 2024](https://github.com/lando/php/releases/tag/v1.2.0)
2
+ * Get PHP image builds working to make PHP 8.3 images available. **Note Imagick is [temporarily unavailable](https://github.com/Imagick/imagick/pull/641)!**
3
+ * Stable version of xdebug for PHP 8.3. [#91](https://github.com/lando/php/pull/91)
4
+
1
5
  ## v1.1.0 - [January 29, 2024](https://github.com/lando/php/releases/tag/v1.1.0)
2
- * Add support for PHP 8.3. [#77](https://github.com/lando/php/issues/77)
6
+ * Add support for PHP 8.3. [#77](https://github.com/lando/php/issues/77)
3
7
 
4
8
  ## v1.0.0 - [December 7, 2023](https://github.com/lando/php/releases/tag/v1.0.0)
5
- * Dialed fully for `lando update`
9
+ * Dialed fully for `lando update`
6
10
 
7
11
  ## v0.10.2 - [November 28, 2023](https://github.com/lando/php/releases/tag/v0.10.2)
8
- * Added option to override the image powering the service.
9
- * Removed apparmor step from image building.
12
+ * Added option to override the image powering the service.
13
+ * Removed apparmor step from image building.
10
14
 
11
15
  ## v0.10.1 - [November 27, 2023](https://github.com/lando/php/releases/tag/v0.10.1)
12
- * Removed relative references to dependencies.
13
- * Added nginxServiceType option so other services can override the default `php-nginx` service with their own.
16
+ * Removed relative references to dependencies.
17
+ * Added nginxServiceType option so other services can override the default `php-nginx` service with their own.
14
18
 
15
19
  ## v0.10.0 - [November 21, 2023](https://github.com/lando/php/releases/tag/v0.10.0)
16
- * Removed MultiViews from Apache config. [#66](https://github.com/lando/php/issues/66)
17
- * Isolated PHP to work as a standalone service. [#78](https://github.com/lando/php/pull/78)
20
+ * Removed MultiViews from Apache config. [#66](https://github.com/lando/php/issues/66)
21
+ * Isolated PHP to work as a standalone service. [#78](https://github.com/lando/php/pull/78)
18
22
 
19
23
  ## v0.9.0 - [July 3, 2023](https://github.com/lando/php/releases/tag/v0.9.0)
20
24
  * Removed bundle-dependencies and version-bump-prompt from plugin.
@@ -86,7 +86,7 @@
86
86
  <div class='footer quiet pad2 space-top1 center small'>
87
87
  Code coverage generated by
88
88
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
89
- at 2024-01-29T20:07:20.315Z
89
+ at 2024-02-16T19:33:47.229Z
90
90
  </div>
91
91
  <script src="prettify.js"></script>
92
92
  <script>
@@ -42,14 +42,12 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
42
42
  xfonts-base \
43
43
  zlib1g-dev \
44
44
  && pecl install apcu \
45
- && pecl install imagick \
46
45
  && pecl install memcached \
47
46
  && pecl install oauth \
48
47
  && pecl install redis-6.0.2 \
49
- && pecl install xdebug-3.3.0alpha3 \
48
+ && pecl install xdebug-3.3.1 \
50
49
  && docker-php-ext-configure ldap --with-libdir=lib/$(uname -m)-linux-gnu/ \
51
50
  && docker-php-ext-enable apcu \
52
- && docker-php-ext-enable imagick \
53
51
  && docker-php-ext-enable memcached \
54
52
  && docker-php-ext-enable oauth \
55
53
  && docker-php-ext-enable redis \
@@ -42,14 +42,12 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
42
42
  xfonts-base \
43
43
  zlib1g-dev \
44
44
  && pecl install apcu \
45
- && pecl install imagick \
46
45
  && pecl install memcached \
47
46
  && pecl install oauth \
48
47
  && pecl install redis-6.0.2 \
49
- && pecl install xdebug-3.3.0alpha3 \
48
+ && pecl install xdebug-3.3.1 \
50
49
  && docker-php-ext-configure ldap --with-libdir=lib/$(uname -m)-linux-gnu/ \
51
50
  && docker-php-ext-enable apcu \
52
- && docker-php-ext-enable imagick \
53
51
  && docker-php-ext-enable memcached \
54
52
  && docker-php-ext-enable oauth \
55
53
  && docker-php-ext-enable redis \
package/netlify.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [build]
2
2
  base = "./"
3
- publish = "docs/.vuepress/dist"
3
+ publish = "docs/.vitepress/dist"
4
4
  command = "npm run docs:build"
5
5
 
6
6
  # Sets our asset optimization
@@ -19,14 +19,29 @@
19
19
  [[headers]]
20
20
  for = "/images/*"
21
21
  [headers.values]
22
- Cache-Control = "public, max-age=31536000"
22
+ Cache-Control = "public, max-age=31536000"
23
+
24
+ # pluginz
25
+ # https://github.com/netlify/netlify-plugin-lighthouse#readme
26
+ [[plugins]]
27
+ package = "@netlify/plugin-lighthouse"
28
+ [plugins.inputs.audits]
29
+ output_path = "reports/lighthouse.html"
30
+
31
+ # https://github.com/munter/netlify-plugin-checklinks#readme
32
+ [[plugins]]
33
+ package = "netlify-plugin-checklinks"
34
+ [plugins.inputs]
35
+ todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com" ]
36
+ skipPatterns = [ ".rss", ".gif", ".jpg" ]
37
+ checkExternal = true
23
38
 
24
39
  # We need this so preview environments and the base site look ok on their own
25
40
  [[redirects]]
26
41
  from = "/"
27
- to = "/php"
42
+ to = "/plugins/php"
28
43
  status = 200
29
44
  [[redirects]]
30
- from = "/php/*"
45
+ from = "/plugins/php/*"
31
46
  to = "/:splat"
32
- status = 200
47
+ status = 200
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/php",
3
3
  "description": "A Lando plugin that provides a tight integration with PHP.",
4
- "version": "1.1.0",
4
+ "version": "1.2.0",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "GPL-3.0",
7
7
  "repository": "lando/php",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "scripts": {
35
35
  "coverage": "nyc report --reporter=text-lcov | coveralls",
36
- "docs:dev": "vuepress dev docs --clean-cache --clean-temp",
37
- "docs:build": "vuepress build docs",
38
- "docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
39
- "lint": "eslint --quiet . && npm run docs:lint",
36
+ "docs:dev": "vitepress dev docs",
37
+ "docs:build": "vitepress build docs",
38
+ "docs:preview": "vitepress preview docs",
39
+ "lint": "eslint . --ext .js --ext .mjs ",
40
40
  "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
41
41
  "test:leia": "npm run leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
42
42
  "test": "npm run lint && npm run test:unit"
@@ -49,7 +49,7 @@
49
49
  "devDependencies": {
50
50
  "@babel/eslint-parser": "^7.16.0",
51
51
  "@lando/leia": "0.6.5",
52
- "@lando/vuepress-theme-default-plus": "1.0.0-beta.49",
52
+ "@lando/vitepress-theme-default-plus": "^1.0.0-beta.38",
53
53
  "chai": "^4.3.4",
54
54
  "command-line-test": "^1.0.10",
55
55
  "eslint": "^7.32.0",
@@ -57,7 +57,7 @@
57
57
  "eslint-plugin-vue": "^8.0.3",
58
58
  "mocha": "^9.1.2",
59
59
  "nyc": "^15.1.0",
60
- "vuepress": "2.0.0-beta.53"
60
+ "vitepress": "^1.0.0-rc.42"
61
61
  },
62
62
  "bundledDependencies": [
63
63
  "@lando/nginx",
@@ -65,9 +65,9 @@
65
65
  "semver"
66
66
  ],
67
67
  "dist": {
68
- "integrity": "sha512-DcxBjMuaigwvLIj9Y7UQbvt907jcdQTBl9uzQw4DS2ugz4ioGsb61Cr7bT+5j35ZQKVkDIrVAmRA0BJaCI+VSQ==",
69
- "shasum": "f7848c79bade25faedbc5a89b362e1d9ef96e008",
70
- "filename": "lando-php-1.1.0.tgz",
71
- "unpackedSize": 3237983
68
+ "integrity": "sha512-UbRjL15ddWwA9xxILYArknEF9agqPtjunUpYsR5temHjpaJQ7bLcK2yf9rIGwHM5uQ4LHiKOAawpazVNZk9DNw==",
69
+ "shasum": "de5b3dd280d6543627ecd80209e03c9a38528d19",
70
+ "filename": "lando-php-1.2.0.tgz",
71
+ "unpackedSize": 3238623
72
72
  }
73
73
  }
package/tmpfile ADDED
File without changes
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1888,"argv":["/opt/hostedtoolcache/node/18.19.0/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1706558839904,"ppid":1887,"coverageFilename":"/home/runner/work/php/php/.nyc_output/1b6c4377-66a5-4dca-afdc-fa5f97f36a12.json","externalId":"","uuid":"1b6c4377-66a5-4dca-afdc-fa5f97f36a12","files":[]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1899,"argv":["/opt/hostedtoolcache/node/18.19.0/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1706558840114,"ppid":1888,"coverageFilename":"/home/runner/work/php/php/.nyc_output/7664c8a2-ef06-4ff0-ae4b-44779265c9dd.json","externalId":"","uuid":"7664c8a2-ef06-4ff0-ae4b-44779265c9dd","files":[]}