create-prisma-php-app 1.26.535 → 1.26.537

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -126,6 +126,7 @@ async function main() {
126
126
  "npm-run-all",
127
127
  "browser-sync",
128
128
  "@types/browser-sync",
129
+ "php-parser",
129
130
  ];
130
131
  if (answer.swaggerDocs) {
131
132
  dependencies.push("swagger-jsdoc", "@types/swagger-jsdoc");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.26.535",
3
+ "version": "1.26.537",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",