Skip to content

Commit 5fc973e

Browse files
committed
Actualiza versión del paquete phobos-framework en composer.json a ^3.0 y elimina configuración de repositorio local.
1 parent 163e1bc commit 5fc973e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": ">=8.3",
99
"ext-pdo": "*",
10-
"mongoose-studio/phobos-framework": "3.0.2"
10+
"mongoose-studio/phobos-framework": "^3.0"
1111
},
1212
"authors": [
1313
{
@@ -22,11 +22,5 @@
2222
"files": [
2323
"src/helpers.php"
2424
]
25-
},
26-
"repositories": [
27-
{
28-
"type": "path",
29-
"url": "../PhobosFramework"
30-
}
31-
]
25+
}
3226
}

0 commit comments

Comments
 (0)