You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
561 B
JSON
28 lines
561 B
JSON
{
|
|
"name": "eater/glim",
|
|
"description": "The glim frontend skeleton",
|
|
"minimum-stability": "stable",
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"authors": [
|
|
{
|
|
"name": "Corné Oppelaar",
|
|
"email": "hello@eaterofco.de"
|
|
}
|
|
],
|
|
"require": {
|
|
"propel/propel": "2.0.0-alpha5",
|
|
"slim/slim": "3.3.0",
|
|
"twig/twig": "v1.24.0",
|
|
"hassankhan/config": "0.10.0",
|
|
"monolog/monolog": "1.18.1",
|
|
"aura/session": "2.0.1",
|
|
"guzzlehttp/guzzle": "^6.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Eater\\Glim\\": "src/"
|
|
}
|
|
}
|
|
}
|