-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
33 lines (33 loc) · 879 Bytes
/
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
{
"name": "sah-comp/bienlein",
"description": "Starting point for rapid application development with flight and RedBeanPHP",
"version": "0.0.0",
"keywords": ["sah-comp", "bienlein", "PHP", "RedBeanPHP", "Flight"],
"authors": [
{
"name": "Stephan A. Hombergs",
"email": "[email protected]",
"homepage": "http://sah-company.com"
}
],
"require": {
"php": ">=5.3.3",
"mikecao/flight": "dev-master",
"ircmaxell/password-compat": "dev-master",
"gabordemooij/redbean": "dev-master",
"netcarver/textile": "v3.6.*",
"phpmailer/phpmailer": "dev-master",
"docopt/docopt": "v1.0.4"
},
"suggest": {
"swiftmailer/swiftmailer": "Comprehensive mailing tools for PHP",
"phpmailer/phpmailer": "dev-master",
"intervention/image": "dev-master",
"mpdf/mpdf": "v6.0.0"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}