-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.23 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
43
44
{
"name": "goldfinch/social-media",
"description": "Facebook/Instagram API (META) integration for Silverstripe",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"instagram",
"facebook",
"instagram-silverstripe",
"facebook-silverstripe",
"social-media",
"social-media-silverstripe",
"meta",
"facebook-developers"
],
"license": "MIT",
"authors": [
{
"name": "Art Karasev",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0",
"silverstripe/framework": "^5.0",
"silverstripe/admin": "^2.0",
"goldfinch/helpers": "^2.0",
"goldfinch/date": "^1.0",
"lekoala/silverstripe-encrypt": "dev-master",
"goldfinch/silverstripe-jsontext": "^2.1",
"guzzlehttp/guzzle": "^7.7",
"unclecheese/display-logic": "^3.0",
"jonom/silverstripe-someconfig": "^1.0",
"silverstripe/crontask": "^3.0",
"dnadesign/silverstripe-elemental": "^5.0"
},
"autoload": {
"psr-4": {
"Goldfinch\\SocialMedia\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}