forked from PHPSC/phpsc-conf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.1 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
{
"name" : "phpsc/conf",
"description" : "Event management system",
"type" : "project",
"authors" : [{
"name" : "Luís Otávio Cobucci Oblonczyk",
"email" : "lcobucci@gmail.com",
"homepage" : "http://about.me"
}
],
"keywords" : [
"phpsc conference",
"event",
"talk",
"attendee"
],
"homepage" : "http://conf.phpsc.com.br/",
"license" : [
"BSD-3-Clause"
],
"require" : {
"lcobucci/display-objects" : "dev-develop@dev",
"lcobucci/action-mapper" : "1.0.0-alpha17",
"lcobucci/social" : "*@dev",
"phpsc/pagseguro" : "1.0.0alpha4@dev",
"doctrine/orm" : "~2.5",
"swiftmailer/swiftmailer": "*",
"lcobucci/em-data-fixtures": "~1.0",
"doctrine/migrations": "*@dev",
"doctrine/data-fixtures": "~2.0@dev"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"phing/phing": "*",
"squizlabs/php_codesniffer": "*"
},
"autoload" : {
"psr-0" : {
"PHPSC\\Conference" : "src"
}
}
}