Files
colossus/composer.json

32 lines
800 B
JSON

{
"name": "bitgoblin/colossus",
"version": "0.1.0",
"description": "Self-hosted database for organizing PC hardware benchmarking results",
"type": "project",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"BitGoblin\\Colossus\\": "src/"
}
},
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@bitgoblin.tech"
}
],
"minimum-stability": "stable",
"require": {
"slim/slim": "^4.14",
"slim/psr7": "^1.7",
"php-di/php-di": "^7.0",
"slim/twig-view": "^3.4",
"illuminate/database": "^12.19",
"robmorgan/phinx": "^0.16",
"hassankhan/config": "^3.2"
},
"scripts": {
"phinx": "./vendor/bin/phinx"
}
}