Skip to content

Commit 07fbce3

Browse files
committed
Issue #368: Switch from UUID4 to UUID7
Signed-off-by: alexmerlin <[email protected]>
1 parent 1eac5cf commit 07fbce3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ Open a web browser and visit `http://localhost:8080/`.
224224
You should see the **Dotkernel Admin** login page.
225225
If you ran the migrations you will have an admin user in the database with the following credentials:
226226
227-
- **Identity**: `admin`
228-
- **Password**: `dotadmin`
227+
* **Identity**: `admin`
228+
* **Password**: `dotadmin`
229229
230230
---
231231

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"mezzio/mezzio-authorization-rbac": "^1.9.0",
5151
"mezzio/mezzio-cors": "^1.14.0",
5252
"mezzio/mezzio-fastroute": "^3.13.0",
53+
"ramsey/uuid": "^4.5.0",
5354
"ramsey/uuid-doctrine": "^2.1.0",
5455
"roave/psr-container-doctrine": "^5.2.2"
5556
},

0 commit comments

Comments
 (0)