mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-26 02:39:14 -05:00
16 lines
326 B
JSON
16 lines
326 B
JSON
{
|
|
"name": "silverqx/tinyorm-testdata",
|
|
"type": "project",
|
|
"description": "Create and seed databases for TinyORM tests.",
|
|
"keywords": [
|
|
"database",
|
|
"seed"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-pdo": "*",
|
|
"illuminate/database": "^8.33"
|
|
}
|
|
}
|