23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"require": {
|
|
"gregwar/formidable": "^2.1",
|
|
"rmccue/requests": "^1.7",
|
|
"timber/timber": "^2.3",
|
|
"illuminate/collections": "^12.21",
|
|
"upstatement/routes": "^0.9.2",
|
|
"hellonico/timber-dump-extension": "^2.0",
|
|
"mobiledetect/mobiledetectlib": "^4.8"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
}
|
|
|
|
}
|