-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.27 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.27 KB
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
{
"name": "etechnika/ext-lib",
"type": "library",
"description": "Etechnika.eu external lib",
"keywords": ["lib"],
"homepage": "https://github.com/etechnika/ext-lib",
"license": "MIT",
"authors": [
{
"name": "Tomasz Rutkowski",
"email": "majorserwis+etechnika@gmail.com",
"homepage": "http://etechnika.eu",
"role": "Developer"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=5.3.0",
"etechnika/idna-convert": "@stable"
},
"require-dev": {
"fabpot/php-cs-fixer": "@stable",
"mayflower/php-codebrowser": "@stable",
"pdepend/pdepend": "@stable",
"phpdocumentor/phpdocumentor": "@stable",
"phploc/phploc": "@stable",
"phpmd/phpmd": "@stable",
"phpunit/php-code-coverage": "@stable",
"phpunit/phpcov": "@stable",
"phpunit/phpunit": "@stable",
"satooshi/php-coveralls": "@stable",
"sebastian/phpcpd": "@stable",
"squizlabs/php_codesniffer": "@stable"
},
"autoload": {
"psr-0": {
"Etechnika\\ExtLib": "src"
}
},
"extra": {
"branches": {
"dev-master": "1.0-dev"
}
}
}