-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 839 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
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
{
"name": "nethesis/tancredi",
"description": "Tancredi is the ultimate provisioning manager",
"keywords": ["provisioning","rest","voip"],
"homepage": "http://github.com/nethesis/tancredi",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Stefano Fancello",
"email": "stefano.fancello@nethesis.it"
},
{
"name": "Davide Principi",
"email": "davide.principi@nethesis.it"
}
],
"require": {
"php": "^8.1",
"slim/slim": "^4.0",
"slim/psr7": "^1.0",
"php-di/php-di": "^7.0",
"twig/twig": "^3.0",
"monolog/monolog": "^3.0",
"akrabat/ip-address-middleware": "^2.0"
},
"autoload": {
"psr-4": {"Tancredi\\": "src/"},
"files": ["src/init.php"]
}
}