-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·46 lines (46 loc) · 1.28 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.28 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "celtic34fr/graphic-object-templating",
"description": "build and react with your HTML5 pages throu objects library",
"type": "library",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/celtic34fr/graphic-object-templating",
"keywords": [
"zf2",
"twig"
],
"authors": [
{
"name": "Gilbert ARMENGAUD",
"email": "gilbert.armengaud@gmail.com",
"role": "Project Leader"
}
],
"require": {
"php": ">=7.4",
"laminas/laminas-session": "^2.9.1",
"laminas/laminas-view": "^2.11",
"laminas/laminas-router": "^3.3",
"laminas/laminas-servicemanager": "^3.4",
"laminas/laminas-mvc": "^3.1.1",
"laminas/laminas-test": "3.5.x-dev"
},
"autoload": {
"psr-0": {
"GraphicObjectTemplating\\": "src/"
},
"classmap": [
"./Module.php"
]
},
"autoload-dev": {
"psr-4": {
"GraphicObjectTemplating\\": "src/",
"GraphicObjectTemplatingTest\\": "test/"
}
},
"target-dir": "GraphicObjectTemplating/",
"minimum-stability": "dev",
"scripts": {
"test": "phpunit --testdox"
}
}