-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·35 lines (31 loc) · 900 Bytes
/
composer.json
File metadata and controls
executable file
·35 lines (31 loc) · 900 Bytes
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": "splash/odoo",
"description": "Php Tools for Splash Odoo Connector",
"type": "package",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name":"Splash Sync",
"email":"contact@splashsync.com"
},
{
"name": "Bernard Paquier",
"email": "eshop.bpaquier@gmail.com"
}
],
"require": {
},
"require-dev": {
"php": "^7.4|^8.0",
"badpixxel/php-sdk": "^2.0",
"splash/phpcore": "^2.0",
"splash/console": "dev-master"
},
"config": {
"allow-plugins": {
"phpro/grumphp": false
}
}
}