Permalink
Cannot retrieve contributors at this time
{ | |
"name": "syncroton/syncroton", | |
"type": "library", | |
"description": "Library to sync mobile devices", | |
"homepage": "http://www.syncroton.org", | |
"license": "LGPL-3", | |
"repositories": [{ | |
"type": "git", | |
"url": "https://github.com/lkneschke/phing" | |
}], | |
"require": { | |
"php": ">=5.3.0", | |
"zendframework/zendframework1": "1.12.*" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "3.7.*", | |
"phing/phing": "2.6.1-p0" | |
}, | |
"autoload": { | |
"psr-0": { | |
"Syncroton": ["lib/", "tests/"] | |
} | |
} | |
} |