1[ 2 { 3 "name": "sabre/vobject", 4 "version": "3.5.2", 5 "version_normalized": "3.5.2.0", 6 "source": { 7 "type": "git", 8 "url": "https://github.com/fruux/sabre-vobject.git", 9 "reference": "b7d6005b9f8e18bfe2b953d9847df0b3e4098441" 10 }, 11 "dist": { 12 "type": "zip", 13 "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/b7d6005b9f8e18bfe2b953d9847df0b3e4098441", 14 "reference": "b7d6005b9f8e18bfe2b953d9847df0b3e4098441", 15 "shasum": "" 16 }, 17 "require": { 18 "ext-mbstring": "*", 19 "php": ">=5.3.1" 20 }, 21 "require-dev": { 22 "phpunit/phpunit": "*", 23 "squizlabs/php_codesniffer": "*" 24 }, 25 "time": "2016-04-24 07:05:24", 26 "bin": [ 27 "bin/vobject", 28 "bin/generate_vcards" 29 ], 30 "type": "library", 31 "extra": { 32 "branch-alias": { 33 "dev-master": "3.2.x-dev" 34 } 35 }, 36 "installation-source": "dist", 37 "autoload": { 38 "psr-4": { 39 "Sabre\\VObject\\": "lib/" 40 } 41 }, 42 "notification-url": "https://packagist.org/downloads/", 43 "license": [ 44 "BSD-3-Clause" 45 ], 46 "authors": [ 47 { 48 "name": "Evert Pot", 49 "email": "me@evertpot.com", 50 "homepage": "http://evertpot.com/", 51 "role": "Developer" 52 }, 53 { 54 "name": "Dominik Tobschall", 55 "email": "dominik@fruux.com", 56 "homepage": "http://tobschall.de/", 57 "role": "Developer" 58 } 59 ], 60 "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", 61 "homepage": "http://sabre.io/vobject/", 62 "keywords": [ 63 "VObject", 64 "iCalendar", 65 "jCal", 66 "jCard", 67 "vCard" 68 ] 69 } 70] 71