forked from squarecloudlabs/Eventbrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.03 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "coolcodemy/eventbrite",
"description": "Eventbrite is an expressive, fluent wrapper around Eventbrites API",
"keywords": ["laravel", "Eventbrite", "events", "booking"],
"license": "MIT",
"authors": [
{
"name": "Casinelli",
"email": "giovanni.casinelli@gmail.com",
"role" : "Original Inspiration"
},
{
"name": "njames",
"email": "nigel.james@squarecloud.com.au",
"homepage" : "http://squarecloud.com.au/",
"role" : "Developer"
},
{
"name": "Ahmad Fikrizaman",
"email": "ahmadfikrizaman@gmail.com",
"homepage" : "https://fikri.my",
"role" : "Developer"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.1.*"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Coolcodemy\\Eventbrite\\": "src/"
}
},
"minimum-stability": "stable"
}