Исправление инициализации и переход на PHP8.1

This commit is contained in:
2022-10-09 04:12:30 +10:00
parent e0955a2034
commit f6c1d756d2
5 changed files with 228 additions and 250 deletions

View File

@@ -16,8 +16,8 @@
}
],
"require": {
"php": "^8.0.0",
"triagens/arangodb": "~3.2"
"php": "^8.1",
"triagens/arangodb": "~3.8"
},
"require-dev": {
"phpunit/phpunit": "^9.3.3"