-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 998 Bytes
/
composer.json
File metadata and controls
42 lines (42 loc) · 998 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
{
"name": "hindy/application",
"homepage": "https://github.com/hashstudio/Mindy_Application",
"version": "0.3",
"type": "library",
"license": "BSD-3-Clause",
"autoload": {
"psr-4": {
"Mindy\\Application\\": "src/Mindy/Application"
}
},
"require": {
"php": ">=5.4",
"hindy/exception": "0.*",
"hindy/di": "0.*",
"hindy/helper": "0.*",
"hindy/console": "0.*",
"hindy/locale": "0.*",
"hindy/controller": "0.*",
"hindy/http": "0.*",
"hindy/middleware": "0.*",
"hindy/logger": "1.*",
"hindy/router": "0.*",
"hindy/event": "0.*",
"hindy/security": "0.*",
"hindy/session": "0.*"
},
"require-dev": {
"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_Application/issues?state=open"
}
}