You've already forked dolibarr-api-bundle
initial version
This commit is contained in:
36
composer.json
Normal file
36
composer.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "magdev/dolibarr-api-bundle",
|
||||
"description": "Symfony bundle for Dolibarr ERP API client",
|
||||
"type": "symfony-bundle",
|
||||
"minimum-stability": "stable",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "magdev",
|
||||
"email": "magdev3.0@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"magdev/dolibarr-api": "dev-main",
|
||||
"symfony/dependency-injection": "^7.3",
|
||||
"symfony/config": "^7.3",
|
||||
"symfony/yaml": "^7.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/framework-bundle": "^7.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Magdev\\DolibarrApiBundle\\": "src/"
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "/home/magdev/workspaces/php/dolibarr-api",
|
||||
"options": {
|
||||
"symlink": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user