-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
34 lines (34 loc) · 977 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
{
"name": "unix/microframework",
"description": "sincronização e manutenção de usuários em dispositivos mikrotik",
"license": "MIT",
"type": "project",
"authors": [
{
"name": "Weverton S Lima",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",
"Core\\": "core/"
}
},
"require": {
"php": ">=7.2.5",
"illuminate/database": "^8.83",
"doctrine/common": "^2.6",
"doctrine/annotations": "^1.8",
"league/flysystem": "^2.0",
"pear2/net_transmitter": "1.0.0b1",
"pear2/net_routeros": "dev-develop@dev",
"pear2/cache_shm": "^0.2.0",
"symfony/process": "^5.4",
"symfony/http-foundation": "^5.4",
"illuminate/contracts": "^8.83",
"illuminate/console": "^8.83",
"illuminate/queue": "^8.83",
"illuminate/bus": "^8.83"
}
}