@lando/php 0.5.2 → 0.5.3
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/.nyc_output/{1c452904-b137-4113-9661-53ba31796a09.json → 00bf19bf-2043-4029-be8e-9bd364cce518.json} +0 -0
- package/.nyc_output/{54c95cd9-bae5-4976-a621-48228014191e.json → 7ce4d002-f6d5-47ba-9f2a-e3992c9fb5ba.json} +0 -0
- package/.nyc_output/processinfo/00bf19bf-2043-4029-be8e-9bd364cce518.json +1 -0
- package/.nyc_output/processinfo/7ce4d002-f6d5-47ba-9f2a-e3992c9fb5ba.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +16 -2
- package/coverage/index.html +1 -1
- package/coverage/lib/index.html +1 -1
- package/coverage/lib/utils.js.html +1 -1
- package/coverage/services/php/builder.js.html +2 -2
- package/coverage/services/php/index.html +1 -1
- package/images/7.3-apache/Dockerfile +1 -2
- package/images/7.3-fpm/Dockerfile +1 -2
- package/images/7.4-apache/Dockerfile +1 -1
- package/images/7.4-fpm/Dockerfile +1 -1
- package/images/8.0-apache/Dockerfile +1 -1
- package/images/8.0-fpm/Dockerfile +1 -1
- package/images/8.1-apache/Dockerfile +1 -1
- package/images/8.1-fpm/Dockerfile +1 -1
- package/package.json +2 -2
- package/services/php/builder.js +1 -1
- package/.nyc_output/processinfo/1c452904-b137-4113-9661-53ba31796a09.json +0 -1
- package/.nyc_output/processinfo/54c95cd9-bae5-4976-a621-48228014191e.json +0 -1
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1731,"argv":["/opt/hostedtoolcache/node/14.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":1650389410432,"ppid":1730,"coverageFilename":"/home/runner/work/php/php/.nyc_output/00bf19bf-2043-4029-be8e-9bd364cce518.json","externalId":"","uuid":"00bf19bf-2043-4029-be8e-9bd364cce518","files":["/home/runner/work/php/php/lib/utils.js","/home/runner/work/php/php/services/php/builder.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":1742,"argv":["/opt/hostedtoolcache/node/14.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":1650389411059,"ppid":1731,"coverageFilename":"/home/runner/work/php/php/.nyc_output/7ce4d002-f6d5-47ba-9f2a-e3992c9fb5ba.json","externalId":"","uuid":"7ce4d002-f6d5-47ba-9f2a-e3992c9fb5ba","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"00bf19bf-2043-4029-be8e-9bd364cce518":{"parent":null,"children":[]},"7ce4d002-f6d5-47ba-9f2a-e3992c9fb5ba":{"parent":null,"children":[]}},"files":{"/home/runner/work/php/php/lib/utils.js":["00bf19bf-2043-4029-be8e-9bd364cce518"],"/home/runner/work/php/php/services/php/builder.js":["00bf19bf-2043-4029-be8e-9bd364cce518"]},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,27 @@
|
|
|
1
1
|
## IN DEVELOPMENT
|
|
2
2
|
|
|
3
|
-
## v0.5.
|
|
3
|
+
## v0.5.3 - [April 19, 2022](https://github.com/lando/php/releases/tag/v0.5.3)
|
|
4
|
+
|
|
5
|
+
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
|
6
|
+
|
|
7
|
+
* Update default composer versions for PHP 7.3+ images [PR #33](https://github.com/lando/php/pull/33)
|
|
8
|
+
|
|
9
|
+
## v0.5.2 - [March 2, 2022](https://github.com/lando/php/releases/tag/v0.5.2)
|
|
10
|
+
|
|
11
|
+
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
|
12
|
+
|
|
13
|
+
* Update php 7.4+ to Composer 2.2.6 [PR #25](https://github.com/lando/php/pull/25)
|
|
14
|
+
|
|
15
|
+
## v0.5.1 - [February 2, 2022](https://github.com/lando/php/releases/tag/v0.5.1)
|
|
4
16
|
|
|
5
17
|
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
|
6
18
|
|
|
7
19
|
* Add the no-interaction flag to composer global require commands [#19](https://github.com/lando/php/issues/19)
|
|
8
20
|
|
|
9
|
-
## v0.5.0 - [November 9, 2021](https://github.com/lando/
|
|
21
|
+
## v0.5.0 - [November 9, 2021](https://github.com/lando/php/releases/tag/v0.5.0)
|
|
10
22
|
|
|
11
23
|
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
|
12
24
|
|
|
13
25
|
* Initial Release
|
|
26
|
+
|
|
27
|
+
|
package/coverage/index.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at
|
|
119
|
+
at Tue Apr 19 2022 17:30:11 GMT+0000 (Coordinated Universal Time)
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/coverage/lib/index.html
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Apr 19 2022 17:30:11 GMT+0000 (Coordinated Universal Time)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -250,7 +250,7 @@ const _ = <span class="cstat-no" title="statement not covered" >require('lodash'
|
|
|
250
250
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
251
251
|
Code coverage generated by
|
|
252
252
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
253
|
-
at
|
|
253
|
+
at Tue Apr 19 2022 17:30:11 GMT+0000 (Coordinated Universal Time)
|
|
254
254
|
</div>
|
|
255
255
|
<script src="../prettify.js"></script>
|
|
256
256
|
<script>
|
|
@@ -603,7 +603,7 @@ const parseConfig = <span class="cstat-no" title="statement not covered" ><span
|
|
|
603
603
|
],
|
|
604
604
|
confSrc: __dirname,
|
|
605
605
|
command: ['sh -c \'a2enmod rewrite && apache2-foreground\''],
|
|
606
|
-
composer_version: '2.2.
|
|
606
|
+
composer_version: '2.2.12',
|
|
607
607
|
image: 'apache',
|
|
608
608
|
defaultFiles: {
|
|
609
609
|
_php: 'php.ini',
|
|
@@ -712,7 +712,7 @@ const parseConfig = <span class="cstat-no" title="statement not covered" ><span
|
|
|
712
712
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
713
713
|
Code coverage generated by
|
|
714
714
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
715
|
-
at
|
|
715
|
+
at Tue Apr 19 2022 17:30:11 GMT+0000 (Coordinated Universal Time)
|
|
716
716
|
</div>
|
|
717
717
|
<script src="../../prettify.js"></script>
|
|
718
718
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Apr 19 2022 17:30:11 GMT+0000 (Coordinated Universal Time)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -74,10 +74,9 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
74
74
|
gettext \
|
|
75
75
|
pcntl \
|
|
76
76
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
77
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=
|
|
77
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
78
78
|
&& php -r "unlink('composer-setup.php');" \
|
|
79
79
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
80
|
-
&& su -c "composer global require -n hirak/prestissimo" -s /bin/sh www-data \
|
|
81
80
|
&& apt-get -y clean \
|
|
82
81
|
&& apt-get -y autoclean \
|
|
83
82
|
&& apt-get -y autoremove \
|
|
@@ -74,10 +74,9 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
74
74
|
gettext \
|
|
75
75
|
pcntl \
|
|
76
76
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
77
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=
|
|
77
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
78
78
|
&& php -r "unlink('composer-setup.php');" \
|
|
79
79
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
80
|
-
&& su -c "composer global require -n hirak/prestissimo" -s /bin/sh www-data \
|
|
81
80
|
&& apt-get -y clean \
|
|
82
81
|
&& apt-get -y autoclean \
|
|
83
82
|
&& apt-get -y autoremove \
|
|
@@ -69,7 +69,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
69
69
|
&& docker-php-ext-install soap \
|
|
70
70
|
&& docker-php-ext-install zip \
|
|
71
71
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
72
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.
|
|
72
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
73
73
|
&& php -r "unlink('composer-setup.php');" \
|
|
74
74
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
75
75
|
&& apt-get -y clean \
|
|
@@ -69,7 +69,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
69
69
|
&& docker-php-ext-install soap \
|
|
70
70
|
&& docker-php-ext-install zip \
|
|
71
71
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
72
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.
|
|
72
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
73
73
|
&& php -r "unlink('composer-setup.php');" \
|
|
74
74
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
75
75
|
&& apt-get -y clean \
|
|
@@ -70,7 +70,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
70
70
|
&& docker-php-ext-install soap \
|
|
71
71
|
&& docker-php-ext-install zip \
|
|
72
72
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
73
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.
|
|
73
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
74
74
|
&& php -r "unlink('composer-setup.php');" \
|
|
75
75
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
76
76
|
&& apt-get -y clean \
|
|
@@ -70,7 +70,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
70
70
|
&& docker-php-ext-install soap \
|
|
71
71
|
&& docker-php-ext-install zip \
|
|
72
72
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
73
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.
|
|
73
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
74
74
|
&& php -r "unlink('composer-setup.php');" \
|
|
75
75
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
76
76
|
&& apt-get -y clean \
|
|
@@ -70,7 +70,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
70
70
|
&& docker-php-ext-install soap \
|
|
71
71
|
&& docker-php-ext-install zip \
|
|
72
72
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
73
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.
|
|
73
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
74
74
|
&& php -r "unlink('composer-setup.php');" \
|
|
75
75
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
76
76
|
&& apt-get -y clean \
|
|
@@ -70,7 +70,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
70
70
|
&& docker-php-ext-install soap \
|
|
71
71
|
&& docker-php-ext-install zip \
|
|
72
72
|
&& php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|
73
|
-
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.
|
|
73
|
+
&& php composer-setup.php --install-dir=/usr/local/bin --filename=composer --version=2.2.12 \
|
|
74
74
|
&& php -r "unlink('composer-setup.php');" \
|
|
75
75
|
&& chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
76
76
|
&& apt-get -y clean \
|
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": "0.5.
|
|
4
|
+
"version": "0.5.3",
|
|
5
5
|
"author": "John Ouellet @labboy0276",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/php",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/eslint-parser": "^7.16.0",
|
|
50
50
|
"@lando/leia": "^0.6.4",
|
|
51
|
-
"@lando/vuepress-theme-default-plus": "1.0.0-beta.
|
|
51
|
+
"@lando/vuepress-theme-default-plus": "1.0.0-beta.30",
|
|
52
52
|
"chai": "^4.3.4",
|
|
53
53
|
"command-line-test": "^1.0.10",
|
|
54
54
|
"eslint": "^7.32.0",
|
package/services/php/builder.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1722,"argv":["/opt/hostedtoolcache/node/14.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":1646228460765,"ppid":1721,"coverageFilename":"/home/runner/work/php/php/.nyc_output/1c452904-b137-4113-9661-53ba31796a09.json","externalId":"","uuid":"1c452904-b137-4113-9661-53ba31796a09","files":["/home/runner/work/php/php/lib/utils.js","/home/runner/work/php/php/services/php/builder.js"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":1734,"argv":["/opt/hostedtoolcache/node/14.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":1646228461512,"ppid":1722,"coverageFilename":"/home/runner/work/php/php/.nyc_output/54c95cd9-bae5-4976-a621-48228014191e.json","externalId":"","uuid":"54c95cd9-bae5-4976-a621-48228014191e","files":[]}
|