-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.1 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.1 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": "ang3/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.ang3@gmail.com",
"homepage": "https://github.com/Ang3"
}
],
"autoload": {
"psr-4": {
"Ang3\\Component\\Odoo\\": "src/",
"Ang3\\Component\\Odoo\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.2",
"ext-json": "*",
"ang3/php-xmlrpc-client": "^1.0.2",
"psr/log": "^1.1|^2.0|^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"roave/security-advisories": "dev-master",
"phpstan/phpstan": "^0.12.94",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0",
"symfony/phpunit-bridge": "^3.4 || ^4.0 || ^5.0",
"symfony/property-info": "^3.4 || ^4.0 || ^5.0",
"symfony/inflector": "^3.4 || ^4.0 || ^5.0"
}
}