-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.09 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.09 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
{
"name": "ang3/odoo-bundle",
"type": "symfony-bundle",
"description": "Symfony bundle to manage your Odoo databases.",
"keywords": ["odoo", "api", "client", "bundle", "dbal", "orm", "database", "persistence", "object"],
"license": "MIT",
"authors": [
{
"name": "Joanis ROUANET",
"email": "joanis.ang3@gmail.com",
"homepage": "https://github.com/Ang3"
}
],
"autoload": {
"psr-4": {
"Ang3\\Bundle\\OdooBundle\\": "src/"
}
},
"require": {
"php": ">=7.2.5",
"ang3/php-odoo-api-client": "^6.1",
"ang3/php-odoo-orm": "^0.1",
"symfony/cache": ">=4.2",
"symfony/console": ">=4.2",
"symfony/dependency-injection": ">=4.2",
"symfony/config": ">=4.2",
"symfony/http-kernel": ">=4.2",
"symfony/security-core": ">=4.2",
"symfony/validator": ">=4.2",
"symfony/expression-language": ">=4.2"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": "^3.4 || ^4.0"
}
}