forked from EvanDotPro/EdpModuleLayouts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 778 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "lampi87/edp-module-layouts",
"description": "EdpModuleLayouts is very simple Laminas module for making module-specific layouts insanely easy.",
"type": "library",
"keywords": [
"zf2"
],
"homepage": "https://github.com/lampi87/EdpModuleLayouts",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Evan Coury",
"email": "me@evancoury.com",
"homepage": "http://blog.evan.pro/"
},
{
"name": "Alexander Lampret",
"email": "office@lampret.co.at",
"homepage": "https://github.com/lampi87"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"classmap": [
"./Module.php"
]
}
}