forked from Automattic/fb-instant-articles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 857 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
36
{
"name": "automattic/facebook-instant-articles-wp",
"type": "wordpress-plugin",
"license": "GPL-2.0",
"description": "Add support for Instant Articles for Facebook to your WordPress site.",
"authors":
[
{
"name": "Automattic",
"homepage": "https://automattic.com/"
},
{
"name": "Dekode",
"homepage": "https://dekode.no/"
},
{
"name": "Facebook",
"homepage": "https://github.com/facebook"
}
],
"keywords":
[
"wordpress", "facebook", "instant", "articles", "amp"
],
"require":
{
"php": ">=5.4",
"facebook/facebook-instant-articles-sdk-php": "^1.10.0",
"facebook/facebook-instant-articles-sdk-extensions-in-php": "^0.2.1",
"symfony/css-selector": "2.8.*",
"facebook/graph-sdk": "^5.6"
},
"require-dev": {
"wp-coding-standards/wpcs": "*"
}
}