-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 993 Bytes
/
composer.json
File metadata and controls
44 lines (44 loc) · 993 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "anycomment/php-seo",
"description": "AnyComment SEO helps to server renders comments on the page. ",
"keywords": [
"anycomment",
"anycomment comment indexing"
],
"type": "library",
"authors": [
{
"name": "Alexander Teshabaev",
"email": "sasha.tesh@gmail.com"
}
],
"autoload": {
"psr-4": {
"AnyComment\\Seo\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AnyComment\\Seo\\Tests\\": "tests/"
}
},
"require": {
"php": "^5.6|^7.0",
"anycomment/php-sdk": "^0.1.1",
"symfony/http-foundation": "^5.1",
"tedivm/stash": "^0.15.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"paragonie/random_compat": "Provides a better CSPRNG option in PHP 5",
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}