forked from ollieLtd/InstagramBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·35 lines (35 loc) · 964 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
34
35
{
"name": "darnel/instagram-bundle",
"type": "symfony-bundle",
"description": "Use Instaphp by sesser (Randy) as a Symfony2 service. Adapted to use Instaphp v2 as a dependency.",
"keywords": ["instagram", "api", "Symfony2"],
"homepage": "https://github.com/ollieltd/InstagramBundle/",
"license": "MIT",
"version": "2.0.0",
"authors": [
{
"name": "Ollie Harridge",
"email": "[email protected]"
},
{
"name": "sesser (randy)",
"email": "[email protected]"
},
{
"name": "Stephen Wilkinson",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "*",
"instaphp/instaphp": "2.*"
},
"autoload": {
"psr-0": {
"Oh\\InstagramBundle": "",
"Instaphp": "Oh/InstagramBundle"
}
},
"target-dir": "Oh/InstagramBundle"
}