-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "outeredge/edge-module",
"description": "Edge is a library of useful classes designed to aid the creation of Web Applications.",
"type": "library",
"license": "MIT",
"keywords": [
"zf2",
"zf3",
"edge",
"doctrine"
],
"homepage": "https://github.com/outeredge/edge-module",
"authors": [
{
"name": "outer/edge",
"email": "[email protected]",
"homepage": "https://outeredgeuk.com"
}
],
"require": {
"php": ">=7.0",
"zendframework/zend-mail": "^2.7.1"
},
"suggest": {
"zfcampus/zf-api-problem": "Restful API features",
"erusev/parsedown": "For Markdown extensions",
"jms/serializer": "JMS Serializer for serialization utility",
"chargebee/chargebee-php": "For Chargebee functions",
"beberlei/DoctrineExtensions": "Required for Doctrine searcher"
},
"autoload": {
"psr-0": {
"Edge": "src/"
}
}
}