website/composer.json

25 lines
542 B
JSON
Raw Permalink Normal View History

2015-08-30 12:31:31 -04:00
{
"name": "halftone/website",
"description": "HalfTone website",
"type": "project",
"license": "BSD-2-Clause",
2015-08-30 12:31:31 -04:00
"autoload": {
"psr-4": {
"Halftone\\Website\\": "src/"
2015-08-30 12:31:31 -04:00
}
},
"authors": [
{
"name": "Gregory Ballantine",
"email": "gballantine@metaunix.net"
}
],
"minimum-stability": "stable",
2015-08-30 12:31:31 -04:00
"require": {
"slim/slim": "^4.11",
"slim/psr7": "^1.6",
"slim/twig-view": "^3.3",
"php-di/php-di": "^7.0"
2015-08-30 12:31:31 -04:00
}
}