-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "vendor/ipac-php",
"description": "Libreria php per utilizzare l'API I.PaC [https://ecomic.cultura.gov.it/ipac]",
"authors": [
{
"name": "Davide Merlitti",
"email": "dmerlitti@gmail.com"
}
],
"require": {
"cebe/php-openapi": "dev-master",
"microsoft/kiota-abstractions": "^1.4",
"symfony/http-client": "^5.4",
"nyholm/psr7": "^1.8",
"microsoft/kiota-http-guzzle": "^1.3",
"microsoft/kiota-serialization-json": "^1.3",
"microsoft/kiota-serialization-text": "^1.1",
"php-http/promise": "^1.2",
"microsoft/kiota-serialization-form": "^1.1",
"microsoft/kiota-serialization-multipart": "^1.0",
"vlucas/phpdotenv": "^5.6"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": false
}
},
"autoload": {
"psr-4": {
"IPaC\\": "./src/IPaC/",
"App\\": "./src/"
}
},
"require-dev": {
"phpunit/phpunit": "^11.5"
}
}