-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
73 lines (73 loc) · 2.49 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "lolmvc/framework",
"description": "lolmvc: Simply Powerful",
"keywords": ["framework","lol","mvc","exegesis","learn","light"],
"homepage": "http://lolmvc.com",
"license": "MIT",
"version": "1.0.0-dev",
"support": {
"email": "[email protected]",
"issues": "https://github.com/lolmvc/framework/issues",
"wiki": "https://github.com/lolmvc/framework/wiki",
"irc": "irc://irc.freenode.net/#lolmvc",
"source": "https://github.com/lolmvc/framework/archive/master.zip"
},
"authors": [
{
"name": "mitzip",
"email": "[email protected]",
"homepage": "http://mitzip.com",
"role": "Lead"
},
{
"name": "Matthew Wallace",
"email": "[email protected]",
"homepage": "http://mattwallace.us",
"role": "Developer"
},
{ "name": "Jose Antonio Martinez",
"email": "[email protected]",
"homepage": "http://jantoniomartinez.com",
"role": "Developer"
},
{
"name": "lolmvc Community",
"email": "[email protected]",
"homepage": "http://lolmvc.com/contributors"
}
],
"require": {
"php": ">=5.4.6",
"ext-pcre": "*",
"ext-ctype": "*",
"ext-json": "*",
"ext-Reflection": "*",
"ext-SPL": "*",
"mattrwallace/exegesis": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "dev-master"
},
"suggest": {
"monolog/monolog": "Allows more advanced logging of the application flow",
"hautelook/phpass": "Proper hashing of passwords for DB storage",
"leafo/lessphp": "Compiles less to css server-side",
"dflydev/markdown": "Compiles markdown to html server-side",
"ezyang/htmlpurifier": "Sanitize your input for output",
"swiftmailer/swiftmailer": "Send email from php with ease",
"kriswallsmith/assetic": "Filter and manage your app's assets",
"mustache/mustache": "PHP port of popular ruby templating engine",
"twitter/bootstrap": "Ready-made front end for your site",
"imagine/Imagine": "Image manipulation for all",
"phing/phing": "PH Is Not Gnu make is GNU Make for your php app",
"facebook/php-sdk": "Talk to facebook",
"opauth/opauth": "Authenticate with all the popular accounts",
"amazonwebservices/aws-sdk-for-php": "Talk to facebook",
"willdurand/geocoder": "Figure out where stuff is in the real world",
"egeloen/google-map": "Google map API access",
"google/adwords": "Google adwords API access",
"sonata-project/google-authenticator": "Google lib for two-factor auth",
"sorien/google-api": "General Google API for their other products, G+",
"firephp/firephp-core": "Allows logging from php code to browser console"
}
}