-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
50 lines (50 loc) · 1.22 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
41
42
43
44
45
46
47
48
49
50
{
<<<<<<< HEAD
"name": "agentcobra/phppoedit",
"description": "This is a light-weight PHP based PO-file (gettext-file) editor.",
"license": "MIT",
"authors": [
{
"name": "Jarno Elonen",
"email": "[email protected]"
},
{
"name": "agentcobra",
"email": "[email protected]"
}
],
"require": {},
"require-dev": {
"squizlabs/php_codesniffer": "*",
"phpcompatibility/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4"
}
}
=======
"name": "agentcobra/phppoedit",
"description": "a simple PHP based PO file editor",
"type": "project",
"license": "BSD",
"authors": [{
"name": "Jarno Elonen",
"email": "[email protected]",
"homepage": "https://elonen.iki.fi",
"role": "Creator"
},
{
"name": "Agentcobra",
"email": "[email protected]",
"homepage": "http://agentcobra.online.fr",
"role": "Developer"
}
],
"require": {
"phing/phing": "^2.16"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*",
"phpcompatibility/php-compatibility": "*"
},
"prefer-stable": true
}
>>>>>>> develop