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.
Showing
composer.json
0 → 100644
| { | |||
| "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" | |||
| } | |||
| } |
Please register or sign in to comment