-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 742 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (32 loc) · 742 Bytes
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
{
"name": "dapikk/ko7-email",
"description": "Email Module For Koseven (Ported from Leemo Studios Kohana 3.3 Swiwtmailer Emailer)",
"license": "BSD-3-Clause",
"repositories": [
{
"type": "package",
"package": {
"name": "dapikk/ko7-email",
"version": "1.0.0",
"type": "module",
"source": {
"url": "https://github.com/DaPikk/Ko7-Email.git",
"type": "git",
"reference": "master"
}
}
}
],
"extra": {
"installer-paths": {
"modules/{$name}": ["type:kohana-module"]
}
},
"require": {
"php": "~7.0",
"swiftmailer/swiftmailer": "^6.0"
},
"require-dev": {
"phpunit/phpunit": ">=7.5.2"
}
}