Skip to content

Commit 163e1bc

Browse files
committed
"Corrige el nombre del paquete en composer.json cambiando 'mongoose-studios' a 'mongoose-studio'."
1 parent 39a78c4 commit 163e1bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "mongoose-studios/phobos-framework-database",
2+
"name": "mongoose-studio/phobos-framework-database",
33
"description": "Phobos PHP Framework Database Layer",
44
"version": "3.0.1",
55
"type": "library",
66
"license": "MIT",
77
"require": {
88
"php": ">=8.3",
99
"ext-pdo": "*",
10-
"mongoose-studios/phobos-framework": "3.0.2"
10+
"mongoose-studio/phobos-framework": "3.0.2"
1111
},
1212
"authors": [
1313
{

0 commit comments

Comments
 (0)