forked from pascualmg/cohete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.35 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.35 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
46
47
48
49
50
51
52
{
"name": "pascualmg/cohete",
"require": {
"ext-fileinfo": "*",
"ext-ftp": "*",
"ext-iconv": "*",
"ext-pdo_mysql": "*",
"bunny/bunny": "^0.6@alpha",
"cboden/ratchet": "^0.4.4",
"fakerphp/faker": "^1.23",
"fig/http-message-util": "^1",
"for/http-middleware-psr15-adapter": "^2.0",
"kevinlebrun/colors.php": "^1.0",
"middlewares/client-ip": "^2.0",
"monolog/monolog": "^3.5",
"nikic/fast-route": "^1.3",
"php-di/php-di": "^7.0",
"php-mcp/server": "^3.3",
"ramsey/uuid": "^4.7",
"react/event-loop": "^1.5",
"react/http": "^1.9",
"react/mysql": "^0.7@dev",
"react/promise-stream": "^1.7",
"reactivex/rxphp": "^2.0",
"robmorgan/phinx": "^0.15.5",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"ext-xdebug": "*",
"behat/behat": "^3.14",
"guzzlehttp/guzzle": "^7.8",
"phpunit/phpunit": "^10.4",
"roave/security-advisories": "dev-latest"
},
"autoload": {
"psr-4": {
"pascualmg\\cohete\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"pascualmg\\cohete\\": "test/"
}
},
"authors": [
{
"name": "Pascual Mu\u00f1oz"
}
],
"config": {
}
}