-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (33 loc) · 812 Bytes
/
composer.json
File metadata and controls
34 lines (33 loc) · 812 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
{
"name": "daehl/hos-project",
"type": "project",
"license": "CC0 1.0 Universal",
"authors": [
{
"name": "Maxime Allanic",
"email": "maxime.allanic@daehl.com"
}
],
"require": {
"daehl/hos-framework": "dev-master",
"monolog/monolog": "^1.18",
"twig/twig": "~1.0",
"kriswallsmith/assetic": "~1.3",
"zendframework/zend-config": "~2.6",
"luracast/restler": "dev-features/swagger2.0",
"league/glide": "^1.0",
"propel/propel": "~2.0@dev",
"php": ">= 7.0.0",
"czproject/git-php": "^3.3"
},
"suggest":{
"knplabs/gaufrette": "Manage Your File"
},
"autoload": {
"psr-0":{
"Luxury\\": "src/"
}
},
"scripts": {
}
}