Added eloquent and phinx to project to handle database interactions and migrations; added Result model for storing benchmark results
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user