-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (43 loc) · 1.11 KB
/
Copy pathcomposer.json
File metadata and controls
45 lines (43 loc) · 1.11 KB
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
45
{
"name": "sharkmachine/stop-forum-spam",
"description": "Stop Forum Spam PHP Client",
"license": "BSD-3-Clause",
"require": {
"php": "~7.4.3 || ~8.0.0 || ~8.1.0",
"ext-simplexml": "*",
"paragonie/hidden-string": "v2.0.0",
"php-http/discovery": "^1.14",
"psr/http-client": "^1.0.1",
"psr/http-factory": "^1.0.1",
"psr/http-message": "^1.0.1"
},
"suggest": {
"symfony/http-client": "*"
},
"require-dev": {
"nyholm/psr7": "^1.4",
"overtrue/phplint": "^3.0 || ^4.0 || ^5.0",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5",
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^7.0.17",
"squizlabs/php_codesniffer": "^3.7",
"symfony/http-client": "^5.4 || ^6.0"
},
"autoload": {
"psr-4": {
"SharkMachine\\Lib\\StopForumSpan\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SharkMachine\\Lib\\StopForumSpan\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": false,
"dealerdirect/phpcodesniffer-composer-installer": false
}
}
}