forked from zeropingheroes/lanager
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.39 KB
/
composer.json
File metadata and controls
60 lines (60 loc) · 1.39 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "zeropingheroes/lanager",
"description": "A LAN party management web application",
"keywords": ["framework", "laravel"],
"license": "AGPL-3.0",
"require": {
"php" : ">=5.5",
"ext-mcrypt": "*",
"ext-curl": "*",
"laravel/framework": "4.2.*",
"vtalbot/markdown": "1.*",
"patricktalmadge/bootstrapper": "dev-develop",
"tsukanov/steam-locomotive": "dev-master",
"lightopenid/lightopenid": "dev-master",
"zeropingheroes/steam-browser-protocol": "dev-dev",
"machuga/authority-l4" : "dev-master",
"edvinaskrucas/notification": "3.*",
"laracasts/presenter": "0.1.*",
"zeropingheroes/duration": "dev-master",
"zeropingheroes/timespan": "dev-master",
"mews/purifier": "1.0.1",
"dingo/api": "0.8.*",
"barryvdh/laravel-debugbar": "1.8.4",
"zeropingheroes/htmlpurifier-urischeme-steam": "dev-master",
"lusitanian/oauth": "dev-master"
},
"authors": [
{
"name": "Olly Baker",
"email": "ilumos@gmail.com",
"role": "Developer"
}
],
"autoload": {
"psr-4":
{
"Zeropingheroes\\Lanager\\": "app/"
},
"classmap": [
"database"
]
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-create-project-cmd": [
"php artisan key:generate"
]
},
"config": {
"preferred-install": "dist"
},
"minimum-stability": "stable"
}