-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 856 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 856 Bytes
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
{
"name": "sqrc/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"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.1.*"
},
"autoload": {
"classmap": [
"src/migrations"
],
"psr-0": {
"Sqrc\\Eventbrite\\": "src/"
}
},
"minimum-stability": "stable"
}