mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-30 23:39:49 -06:00
- initial g++/clang build, ctest on MSYS2 UCRT64 on Windows Server 2022 - initial cmake build/ctest on Ubuntu 20.40 - initial cmake build/ctest on MSVC on Windows Server 2019 changed driver to QPSQL in tst_databasemanager This avoids crash when QMYSQL driver's dll is unavailable. QMYSQL driver is not shipped by default by Qt Windows MSVC installer.
21 lines
449 B
JSON
21 lines
449 B
JSON
{
|
|
"name": "silverqx/tinyorm-testdata",
|
|
"type": "project",
|
|
"description": "Create and seed databases for TinyORM tests.",
|
|
"keywords": [
|
|
"database",
|
|
"seed",
|
|
"tinyorm"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-pdo": "^8.0",
|
|
"ext-pdo_mysql": "^8.0",
|
|
"ext-pdo_pgsql": "^8.0",
|
|
"ext-pdo_sqlite": "^8.0",
|
|
|
|
"illuminate/database": "^8.33"
|
|
}
|
|
}
|