-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
40 lines (40 loc) · 1.11 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
37
38
39
40
{
"name": "nash-ye/ebloodbank",
"description": "An open-source system that provides a set of must-have features to start an online blood bank.",
"version": "1.6",
"license": "GPL-3.0+",
"type": "project",
"authors": [
{
"name": "Nashwan Doaqan",
"email": "[email protected]",
"homepage": "https://github.com/nash-ye",
"role": "Developer"
}
],
"require": {
"php": ">7.2",
"ext-PDO": "*",
"ext-filter": "*",
"ext-session": "*",
"aura/di": "4.*",
"aura/router": "3.*",
"aura/session": "2.*",
"symfony/yaml": "3.*",
"doctrine/orm": "^2.6",
"aura/dispatcher": "2.*",
"gettext/gettext": "3.*",
"monolog/monolog": "1.*",
"swiftmailer/swiftmailer": "^5.4",
"zendframework/zend-diactoros": "1.*",
"zendframework/zend-permissions-acl": "^2.7",
"symfony/event-dispatcher": "^4.3"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"EBloodBank\\": "src/EBloodBank"
}
}
}