-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 967 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 967 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
{
"name": "hindy/base",
"homepage": "https://github.com/hashstudio/Mindy_Base",
"version": "0.4",
"license": "MIT",
"autoload": {
"psr-4": {
"Mindy\\Base\\": "src/Mindy/Base"
}
},
"require": {
"php": ">=5.4",
"hindy/exception": "*",
"hindy/di": "0.*",
"hindy/utils": "0.*",
"hindy/http": "0.*",
"hindy/middleware": "0.*",
"hindy/logger": "1.*",
"hindy/locale": "0.*",
"hindy/router": "0.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.32",
"phpunit/php-invoker": "1.1.3",
"phpunit/dbunit": "1.3.1",
"phpunit/phpunit-selenium": "1.3.3",
"phpunit/phpunit-story": "1.0.2",
"satooshi/php-coveralls": "dev-master"
},
"authors": [
{
"name": "Maxim Falaleev",
"email": "max@studio107.ru",
"homepage": "http://studio107.ru",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/hashstudio/Mindy_Base/issues?state=open"
}
}