-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathcomposer.json
22 lines (22 loc) · 871 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
{
"name": "piyushparkash/familytree",
"type": "library",
"description": "FamilyTree is simple PHP Application targetting the collection of family data which can viewed with beautiful visualisation. You can add/update data, play with the visualisation, show you children their roots, add new members as they enter your family.",
"keywords": ["Family-data", "Family-tree", "visualisation"],
"homepage": "https://github.com/piyushparkash/FamilyTree",
"authors": [
{
"name": "Piyush Parkash",
"email": "[email protected]",
"homepage": "http://vanshavali.ratupar.in",
"role": "Author"
}
],
"require": {
"php": ">=5.6.0",
"adoy/oauth2": "*",
"ext-curl": "*",
"symfony/event-dispatcher": "*",
"hybridauth/hybridauth" : "~3.0-beta"
}
}