@lando/php 1.1.0 → 1.3.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 +3 -2
- package/.nyc_output/processinfo/82ec8255-1dc4-4066-ab80-acce72694169.json +1 -0
- package/.nyc_output/processinfo/8d0211c6-0d44-418c-8bdb-310f5379ce84.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +15 -8
- package/coverage/index.html +1 -1
- package/images/8.3-apache/Dockerfile +1 -3
- package/images/8.3-fpm/Dockerfile +1 -3
- package/netlify.toml +20 -5
- package/package.json +11 -11
- package/tmpfile +0 -0
- package/.nyc_output/processinfo/1b6c4377-66a5-4dca-afdc-fa5f97f36a12.json +0 -1
- package/.nyc_output/processinfo/7664c8a2-ef06-4ff0-ae4b-44779265c9dd.json +0 -1
- /package/.nyc_output/{1b6c4377-66a5-4dca-afdc-fa5f97f36a12.json → 82ec8255-1dc4-4066-ab80-acce72694169.json} +0 -0
- /package/.nyc_output/{7664c8a2-ef06-4ff0-ae4b-44779265c9dd.json → 8d0211c6-0d44-418c-8bdb-310f5379ce84.json} +0 -0
package/.eslintignore
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1904,"argv":["/opt/hostedtoolcache/node/18.19.1/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":1710179825467,"ppid":1893,"coverageFilename":"/home/runner/work/php/php/.nyc_output/82ec8255-1dc4-4066-ab80-acce72694169.json","externalId":"","uuid":"82ec8255-1dc4-4066-ab80-acce72694169","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1893,"argv":["/opt/hostedtoolcache/node/18.19.1/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":1710179825256,"ppid":1892,"coverageFilename":"/home/runner/work/php/php/.nyc_output/8d0211c6-0d44-418c-8bdb-310f5379ce84.json","externalId":"","uuid":"8d0211c6-0d44-418c-8bdb-310f5379ce84","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"82ec8255-1dc4-4066-ab80-acce72694169":{"parent":null,"children":[]},"8d0211c6-0d44-418c-8bdb-310f5379ce84":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
1
|
+
## v1.3.0 - [March 8, 2024](https://github.com/lando/php/releases/tag/v1.3.0)
|
|
2
|
+
* Updated to latest database services.
|
|
3
|
+
|
|
4
|
+
## v1.2.0 - [February 16, 2024](https://github.com/lando/php/releases/tag/v1.2.0)
|
|
5
|
+
* Get PHP image builds working to make PHP 8.3 images available. **Note Imagick is [temporarily unavailable](https://github.com/Imagick/imagick/pull/641)!**
|
|
6
|
+
* Stable version of xdebug for PHP 8.3. [#91](https://github.com/lando/php/pull/91)
|
|
7
|
+
|
|
1
8
|
## 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)
|
|
9
|
+
* Add support for PHP 8.3. [#77](https://github.com/lando/php/issues/77)
|
|
3
10
|
|
|
4
11
|
## v1.0.0 - [December 7, 2023](https://github.com/lando/php/releases/tag/v1.0.0)
|
|
5
|
-
|
|
12
|
+
* Dialed fully for `lando update`
|
|
6
13
|
|
|
7
14
|
## 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.
|
|
15
|
+
* Added option to override the image powering the service.
|
|
16
|
+
* Removed apparmor step from image building.
|
|
10
17
|
|
|
11
18
|
## 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.
|
|
19
|
+
* Removed relative references to dependencies.
|
|
20
|
+
* Added nginxServiceType option so other services can override the default `php-nginx` service with their own.
|
|
14
21
|
|
|
15
22
|
## 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)
|
|
23
|
+
* Removed MultiViews from Apache config. [#66](https://github.com/lando/php/issues/66)
|
|
24
|
+
* Isolated PHP to work as a standalone service. [#78](https://github.com/lando/php/pull/78)
|
|
18
25
|
|
|
19
26
|
## v0.9.0 - [July 3, 2023](https://github.com/lando/php/releases/tag/v0.9.0)
|
|
20
27
|
* Removed bundle-dependencies and version-bump-prompt from plugin.
|
package/coverage/index.html
CHANGED
|
@@ -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-
|
|
89
|
+
at 2024-03-11T17:57:05.671Z
|
|
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.
|
|
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.
|
|
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/.
|
|
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
|
-
|
|
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.
|
|
4
|
+
"version": "1.3.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": "
|
|
37
|
-
"docs:build": "
|
|
38
|
-
"docs:
|
|
39
|
-
"lint": "eslint --
|
|
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/
|
|
52
|
+
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.40",
|
|
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
|
-
"
|
|
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-
|
|
69
|
-
"shasum": "
|
|
70
|
-
"filename": "lando-php-1.
|
|
71
|
-
"unpackedSize":
|
|
68
|
+
"integrity": "sha512-FJEYOtGzfSqNVjxScAAb10R5d1GS9rXqPBMHyPfkKVNIphq0fsNRLMbd1AIBU5qfRK3AbgLhg+Lj/ZdyGKn9CQ==",
|
|
69
|
+
"shasum": "97d58bacee603508470c4fd4a1d29bdd49162bd8",
|
|
70
|
+
"filename": "lando-php-1.3.0.tgz",
|
|
71
|
+
"unpackedSize": 3238743
|
|
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":[]}
|
|
File without changes
|
|
File without changes
|