forked from Ang3/php-odoo-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.06 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.06 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
{
"name": "aesislabs/php-odoo-api-client",
"type": "component",
"description": "Odoo API client",
"keywords": ["odoo", "api", "client", "domain", "operation", "dbal", "query", "builder", "repository", "builder", "12", "13"],
"license": "MIT",
"authors": [
{
"name": "Joanis ROUANET",
"email": "joanis.aesislabs@gmail.com",
"homepage": "https://github.com/Aesislabs"
}
],
"autoload": {
"psr-4": {
"Aesislabs\\Component\\Odoo\\": "src/",
"Aesislabs\\Component\\Odoo\\Tests\\": "tests/"
}
},
"require": {
"php": ">=8.1",
"ext-json": "*",
"aesislabs/php-xmlrpc-client": "dev-master",
"psr/log": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"roave/security-advisories": "dev-master",
"phpstan/phpstan": "^0.12.94",
"symfony/var-dumper": "^6.1",
"symfony/phpunit-bridge": "^6.1",
"symfony/property-info": "^6.1",
"symfony/inflector": "^6.1"
}
}