forked from skaut/Skautis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (32 loc) · 789 Bytes
/
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
{
"name": "skautis/skautis",
"description": "Library for API calls to SkautIS",
"minimum-stability": "stable",
"homepage": "https://github.com/skaut/Skautis",
"type": "library",
"keywords": ["skautis", "api"],
"authors": [
{
"name": "František Hána",
"homepage": "https://github.com/sinacek"
},
{
"name": "Jindřich Pilař",
"homepage": "https://github.com/JindrichPilar"
}
],
"support": {
"wiki": "http://is.skaut.cz/napoveda/",
"source": "https://github.com/skaut/SkautIS"
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "0.8.*"
},
"autoload": {
"psr-0": { "SkautIS": "src/" }
}
}