nervatura 5.1.4 → 5.1.5

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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -44,6 +44,7 @@ You can find more information about the use of different programming languages a
44
44
  - [Node.js and NPM](https://nervatura.github.io/nervatura/docs/start/examples/#nodejs-and-npm)
45
45
  - [Python and Snap or Windows Package Manager](https://nervatura.github.io/nervatura/docs/start/examples/#python-and-snap-or-windows-package-manager)
46
46
  - [Go and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#go-and-docker)
47
+ - [PHP and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#php-and-docker)
47
48
 
48
49
  [**Installation**](https://nervatura.github.io/nervatura/docs/install) and [**Quick Start**](https://nervatura.github.io/nervatura/docs/start)
49
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nervatura",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "Open Source Business Management Framework",
5
5
  "keywords": [
6
6
  "business management",
@@ -45,7 +45,7 @@
45
45
  "url": "https://github.com/nervatura/nervatura/releases/download/v{{version}}/nervatura_{{version}}_{{platform}}_{{arch}}.tar.gz"
46
46
  },
47
47
  "dependencies": {
48
- "mkdirp": "^2.1.5",
48
+ "mkdirp": "^2.1.6",
49
49
  "request": "^2.88.2",
50
50
  "tar": "^6.1.13"
51
51
  }