-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 889 Bytes
/
composer.json
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
{
"name": "celtic34fr/laminas-got",
"description": "Laminas implementation for using GraphicObjectTemplating",
"type": "project",
"license": "BSD-3-Clause",
"keywords": [
"templating",
"engine",
"zf",
"laminas",
"zend framework"
],
"authors": [
{
"name": "Gilbert ARMENGAUD",
"email": "[email protected]",
"role": "Project Leader"
}
],
"homepage": "http://github.com/celtic34fr/laminas-got",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4",
"celtic34fr/graphic-object-templating": ">=0.2.0",
"ext-json": "*",
"ext-http": "*"
},
"autoload": {
"psr-4": {
"LaminasGOT\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
}
},
"require-dev": {
"zendframework/zend-developer-tools": "^1.1.0",
"san/san-session-toolbar": "^2.0.2"
}
}