-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1000 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
37
38
39
{
"name": "mtk3d/laratui",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"LaraTui\\": "src/"
}
},
"authors": [
{
"name": "Mateusz Cholewka",
"email": "[email protected]"
}
],
"require": {
"php-tui/php-tui": "dev-main#8626e30491c6febeb33d558573dc75133126d5b4",
"react/event-loop": "^1.5.0",
"react/http": "^1.10.0",
"react/stream": "^1.3.0",
"react/child-process": "^0.6.5",
"react/promise": "^3.2.0",
"brick/json-mapper": "^0.1.1",
"illuminate/collections": "^11.11",
"illuminate/support": "^11.11",
"php-di/php-di": "^7.0"
},
"require-dev": {
"laravel/pint": "^1.16",
"symfony/var-dumper": "^7.1",
"symfony/console": "^7.1",
"pestphp/pest": "^2.34"
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}