@lando/laravel 0.5.0 → 0.5.1

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.
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1672,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641833322908,"ppid":1661,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/04d3f9d6-9ba8-4c77-8563-e177512662d5.json","externalId":"","uuid":"04d3f9d6-9ba8-4c77-8563-e177512662d5","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1661,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641833322414,"ppid":1660,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/0b657367-6474-408c-81dd-4ab42bce4864.json","externalId":"","uuid":"0b657367-6474-408c-81dd-4ab42bce4864","files":["/home/runner/work/laravel/laravel/recipes/laravel/builder.js","/home/runner/work/laravel/laravel/recipes/laravel/init.js"]}
@@ -1 +1 @@
1
- {"processes":{"65df6874-c0ee-4acf-ac04-8c7a7deb632d":{"parent":null,"children":[]},"90e26f80-e0ee-4b94-b6f0-0a6b14bb51df":{"parent":null,"children":[]}},"files":{"/home/runner/work/laravel/laravel/recipes/laravel/builder.js":["65df6874-c0ee-4acf-ac04-8c7a7deb632d"],"/home/runner/work/laravel/laravel/recipes/laravel/init.js":["65df6874-c0ee-4acf-ac04-8c7a7deb632d"]},"externalIds":{}}
1
+ {"processes":{"04d3f9d6-9ba8-4c77-8563-e177512662d5":{"parent":null,"children":[]},"0b657367-6474-408c-81dd-4ab42bce4864":{"parent":null,"children":[]}},"files":{"/home/runner/work/laravel/laravel/recipes/laravel/builder.js":["0b657367-6474-408c-81dd-4ab42bce4864"],"/home/runner/work/laravel/laravel/recipes/laravel/init.js":["0b657367-6474-408c-81dd-4ab42bce4864"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## IN DEVELOPMENT
2
2
 
3
+ ## v0.5.1 - [January 10, 2022](https://github.com/lando/laravel/releases/tag/v0.5.1)
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 php to 7.4
8
+
3
9
  ## v0.5.0 - [January 10, 2022](https://github.com/lando/laravel/releases/tag/v0.5.0)
4
10
 
5
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).
@@ -236,7 +236,7 @@ const getCache = <span class="cstat-no" title="statement not covered" ><span cla
236
236
  defaultFiles: {
237
237
  php: 'php.ini',
238
238
  },
239
- php: '7.3',
239
+ php: '7.4',
240
240
  services: {appserver: {overrides: {environment: {
241
241
  APP_LOG: 'errorlog',
242
242
  }}}},
@@ -271,7 +271,7 @@ const getCache = <span class="cstat-no" title="statement not covered" ><span cla
271
271
  <div class='footer quiet pad2 space-top1 center small'>
272
272
  Code coverage generated by
273
273
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274
- at Mon Jan 10 2022 16:08:07 GMT+0000 (Coordinated Universal Time)
274
+ at Mon Jan 10 2022 16:48:43 GMT+0000 (Coordinated Universal Time)
275
275
  </div>
276
276
  <script src="prettify.js"></script>
277
277
  <script>
@@ -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 Mon Jan 10 2022 16:08:07 GMT+0000 (Coordinated Universal Time)
119
+ at Mon Jan 10 2022 16:48:43 GMT+0000 (Coordinated Universal Time)
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
97
- at Mon Jan 10 2022 16:08:07 GMT+0000 (Coordinated Universal Time)
97
+ at Mon Jan 10 2022 16:48:43 GMT+0000 (Coordinated Universal Time)
98
98
  </div>
99
99
  <script src="prettify.js"></script>
100
100
  <script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/laravel",
3
3
  "description": "A Lando plugin that provides a tight integration with Laravel.",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "author": "John Ouellet @labboy0276",
6
6
  "license": "GPL-3.0",
7
7
  "repository": "lando/laravel",
@@ -37,7 +37,7 @@ module.exports = {
37
37
  defaultFiles: {
38
38
  php: 'php.ini',
39
39
  },
40
- php: '7.3',
40
+ php: '7.4',
41
41
  services: {appserver: {overrides: {environment: {
42
42
  APP_LOG: 'errorlog',
43
43
  }}}},
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1650,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641830886590,"ppid":1649,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/65df6874-c0ee-4acf-ac04-8c7a7deb632d.json","externalId":"","uuid":"65df6874-c0ee-4acf-ac04-8c7a7deb632d","files":["/home/runner/work/laravel/laravel/recipes/laravel/builder.js","/home/runner/work/laravel/laravel/recipes/laravel/init.js"]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1662,"argv":["/opt/hostedtoolcache/node/14.18.2/x64/bin/node","/home/runner/work/laravel/laravel/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/laravel/laravel","time":1641830887093,"ppid":1650,"coverageFilename":"/home/runner/work/laravel/laravel/.nyc_output/90e26f80-e0ee-4b94-b6f0-0a6b14bb51df.json","externalId":"","uuid":"90e26f80-e0ee-4b94-b6f0-0a6b14bb51df","files":[]}