Moved minimum php version to 8.1

All PostgreSQL calls are now Connection/Resource object types and not
resource
All methods have parameter type set
This commit is contained in:
Clemens Schwaighofer
2023-02-28 17:36:19 +09:00
parent 44f37b7f74
commit 1596654149
54 changed files with 1376 additions and 533 deletions
+2 -1
View File
@@ -24,6 +24,7 @@
}
},
"require": {
"egrajp/smarty-extended": "^4.3"
"egrajp/smarty-extended": "^4.3",
"php": ">=8.1"
}
}