-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (39 loc) · 1.02 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": "inspirevive/inspirevive",
"description": "Volunteer management platform to help organizations volunteer more effectively",
"type": "project",
"keywords": ["inspirevive", "volunteer", "charity", "hour", "time", "tracking", "management"],
"license": "GPL-3.0",
"homepage": "https://github.com/inspirevive",
"authors": [
{
"name": "jaredtking",
"email": "[email protected]",
"homepage": "http://jaredtking.com"
}
],
"support": {
"issues": "https://github.com/inspirevive/inspirevive/issues",
"source": "https://github.com/inspirevive/inspirevive"
},
"autoload": {
"psr-4": {"App\\": "app/"}
},
"require": {
"php": ">=7.1.0",
"infuse/infuse": "~1.6",
"infuse/auth": "~3.0",
"infuse/cron": "~2.0",
"infuse/email": "~1.2",
"infuse/migrations": "~1.2",
"infuse/csrf": "~1.0",
"pulsar/pulsar": "~0.6",
"monolog/monolog": "~1.23",
"swiftmailer/swiftmailer": "~v5.4",
"twig/twig": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "6.0.*",
"satooshi/php-coveralls": "~1.0"
}
}