Commit 93847b62 authored by Ralf Becker's avatar Ralf Becker

ZP-660 Composer package. Released under the Affero GNU General Public License (AGPL) version 3.

Creating a z-push/z-push package on https://packegist.org/ to be able to install released versions of z-push via Composer.
This requires a composer.json file in the root of the package.
parent 1e51bf35
{
"name": "z-push/z-push",
"description": "Z-Push is an open-source application to synchronize ActiveSync compatible devices",
"version": "2.2.2",
"time": "2015-07-29",
"homepage": "http://zpush.org/",
"license": "AGPL-3.0",
"require": {
"php": ">=5.2.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment