prisma-client-php 0.0.32 → 0.0.33

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/init.js +1 -1
  2. package/package.json +1 -1
package/dist/init.js CHANGED
@@ -176,7 +176,7 @@ async function installComposerDependencies(isPrismaPHP) {
176
176
  // Prepare the composer require command
177
177
  const composerRequireCommand = `C:\\xampp\\php\\php.exe C:\\ProgramData\\ComposerSetup\\bin\\composer.phar require ${composerDependencies.join(
178
178
  " "
179
- )}`;
179
+ )} --no-interaction`;
180
180
  // Execute the composer require command
181
181
  execSync(composerRequireCommand, {
182
182
  stdio: "inherit",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prisma-client-php",
3
3
  "description": "Prisma Client PHP is an auto-generated query builder that enables type-safe database access in PHP.",
4
- "version": "0.0.32",
4
+ "version": "0.0.33",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {