create-prisma-php-app 3.1.8 → 3.1.10

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.
package/dist/index.js CHANGED
@@ -88,7 +88,6 @@ const composerPinnedVersions = {
88
88
  "symfony/uid": "^7.2.0",
89
89
  "brick/math": "^0.13.1",
90
90
  "cboden/ratchet": "^0.4.4",
91
- "tsnc/prisma-php": "^1.0.0",
92
91
  };
93
92
  function composerPkg(name) {
94
93
  return composerPinnedVersions[name]
@@ -201,7 +200,6 @@ async function main() {
201
200
  composerPkg("ezyang/htmlpurifier"),
202
201
  composerPkg("symfony/uid"),
203
202
  composerPkg("brick/math"),
204
- composerPkg("tsnc/prisma-php"),
205
203
  ];
206
204
  if (answer.swaggerDocs) {
207
205
  npmDependencies.push(
@@ -2,7 +2,7 @@
2
2
 
3
3
  declare(strict_types=1);
4
4
 
5
- namespace Websocket;
5
+ namespace Lib\Websocket;
6
6
 
7
7
  use Ratchet\MessageComponentInterface;
8
8
  use Ratchet\ConnectionInterface;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-prisma-php-app",
3
- "version": "3.1.8",
3
+ "version": "3.1.10",
4
4
  "description": "Prisma-PHP: A Revolutionary Library Bridging PHP with Prisma ORM",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",