Skip to content

Commit

Permalink
Adds composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Gibaszewski committed Oct 16, 2014
1 parent 672c67a commit 41a5143
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "erasys/dnode-php-sync-client",
"type": "library",
"description": "Minimalistic dnode client for PHP",
"keywords": ["Erasys", "dnode", "PHP"],
"homepage": "https://github.com/erasys/dnode-php-sync-client",
"license": "proprietary",
"authors": [
{
"name": "Erasys GmbH",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "http://composer.adam/"
},
{
"packagist": false
}
],
"require": {
"php": ">=5.3.0",
"phpunit/phpunit": ">=3.6.0"
},
"autoload": {}
}

0 comments on commit 41a5143

Please sign in to comment.