diff options
-rw-r--r-- | composer.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..0d266c8 --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "DHTMLX/connector-php", + "description": "PHP extension for the DHTMLX library", + "homepage": "http://dhtmlx.com/docs/products/dhtmlxConnector/index.shtml", + "keywords": ["dhtmlx","connector","connector-php"], + "license": "GNU", + "type": "library", + "require": { + "php": ">=5.4.0" + }, + "autoload": { + "psr-4": { + "DHTMLX\\Connector\\": "codebase/" + } + }, + "min-stability": "dev", + "prefer-stable": true, + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "config": { + "vendor-dir": "codebase/" + } +}
\ No newline at end of file |