This commit is contained in:
z0rayy
2026-06-10 19:01:38 +07:00
parent 08d0252389
commit 464d014b42
2 changed files with 13 additions and 1 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{
"name": "rayhan/webgis-sig",
"description": "WebGIS Application",
"require": {}
"require": {
"php": ">=8.2",
"ext-mysqli": "*",
"ext-pdo_mysql": "*"
}
}