Added eloquent and phinx to project to handle database interactions and migrations; added Result model for storing benchmark results

This commit is contained in:
2022-11-25 16:48:54 -05:00
parent 323152a8f5
commit 9a65b5f27a
11 changed files with 2064 additions and 13 deletions

View File

@ -19,6 +19,9 @@
"slim/slim": "^4.11",
"slim/psr7": "^1.6",
"php-di/php-di": "^6.4",
"slim/twig-view": "^3.3"
"slim/twig-view": "^3.3",
"illuminate/database": "^9.41",
"robmorgan/phinx": "^0.13.1",
"hassankhan/config": "^3.0"
}
}