forked from chubbyphp-legacy/chubbyphp-socket-server-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.04 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
{
"name": "jobcloud/chubbyphp-socket-server-mock",
"description": "Fork of Chubbyphp Socket Server Mock",
"keywords": ["chubbyphp", "slim", "socket", "server", "mock"],
"license": "MIT",
"require": {
"php": "^8.0",
"symfony/process": "^4.4.11|^5.0"
},
"require-dev": {
"chubbyphp/chubbyphp-mock": "^1.6.2",
"php-mock/php-mock-phpunit": "^2.6.0",
"infection/infection": "^0.26.10",
"phpunit/phpunit": "^9.5.20",
"phpstan/phpstan": "^1.7.10",
"rregeer/phpunit-coverage-check": "^0.3.1",
"squizlabs/php_codesniffer": "^3.6.2",
"symfony/phpunit-bridge": "^5.4.8"
},
"autoload": {
"psr-4": { "Chubbyphp\\SocketServerMock\\": "src/" }
},
"autoload-dev": {
"psr-4": { "Chubbyphp\\Tests\\SocketServerMock\\": "tests/" }
},
"config": {
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true
},
"platform": {
"php": "8.0.0"
}
}
}