forked from Ang3/php-odoo-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1008 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
{
"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": "[email protected]",
"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"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"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"
}
}