create-prisma-php-app 1.1.6 → 1.1.8

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ Installation Steps:
32
32
  - Create a new Prisma-PHP project: in the desired directory, run the command:
33
33
 
34
34
  ```bash
35
- npx create-prisma-php-app
35
+ npx create-prisma-php-app@latest
36
36
  ```
37
37
 
38
38
  - Install composer dependencies: in the project directory, run the command:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",