-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 999 Bytes
/
composer.json
File metadata and controls
49 lines (49 loc) · 999 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "iphis/connect",
"type": "project",
"description": "Payum-Extension für CONNECT Faktura / Tagungsverwaltung",
"keywords": [
"payment"
],
"homepage": "https://formular.schule",
"license": "MIT",
"authors": [
{
"name": "Tobias Knipping",
"email": "knipping@tk-schulsoftware.de"
},
{
"name": "Kotlyar Maksim",
"email": "kotlyar.maksim@gmail.com"
},
{
"name": "Payum project",
"homepage": "https://iphis.forma-pro.com/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Iphis/AuthorizeNetAim/contributors"
}
],
"require": {
"payum/core": "^1.5"
},
"require-dev": {
"payum/core": "^1.5@dev",
"php-http/guzzle6-adapter": "^1.0"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": {
"Iphis\\Connect": ""
}
},
"target-dir": "Iphis/Connect",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
}
}