installed.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. [
  2. {
  3. "name": "sabre/uri",
  4. "version": "1.0.1",
  5. "version_normalized": "1.0.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/fruux/sabre-uri.git",
  9. "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42",
  14. "reference": "6bae7efdd9dfcfdb3edfc4362741e59ce4b64f42",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.7"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "*",
  22. "sabre/cs": "~0.0.1"
  23. },
  24. "time": "2015-04-29 03:47:26",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "files": [
  29. "lib/functions.php"
  30. ],
  31. "psr-4": {
  32. "Sabre\\Uri\\": "lib/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "BSD-3-Clause"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Evert Pot",
  42. "email": "me@evertpot.com",
  43. "homepage": "http://evertpot.com/",
  44. "role": "Developer"
  45. }
  46. ],
  47. "description": "Functions for making sense out of URIs.",
  48. "homepage": "http://sabre.io/uri/",
  49. "keywords": [
  50. "rfc3986",
  51. "uri",
  52. "url"
  53. ]
  54. },
  55. {
  56. "name": "sabre/event",
  57. "version": "3.0.0",
  58. "version_normalized": "3.0.0.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/fruux/sabre-event.git",
  62. "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/fruux/sabre-event/zipball/831d586f5a442dceacdcf5e9c4c36a4db99a3534",
  67. "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": ">=5.5"
  72. },
  73. "require-dev": {
  74. "phpunit/phpunit": "*",
  75. "sabre/cs": "~0.0.4"
  76. },
  77. "time": "2015-11-05 20:14:39",
  78. "type": "library",
  79. "installation-source": "dist",
  80. "autoload": {
  81. "psr-4": {
  82. "Sabre\\Event\\": "lib/"
  83. },
  84. "files": [
  85. "lib/coroutine.php",
  86. "lib/Loop/functions.php",
  87. "lib/Promise/functions.php"
  88. ]
  89. },
  90. "notification-url": "https://packagist.org/downloads/",
  91. "license": [
  92. "BSD-3-Clause"
  93. ],
  94. "authors": [
  95. {
  96. "name": "Evert Pot",
  97. "email": "me@evertpot.com",
  98. "homepage": "http://evertpot.com/",
  99. "role": "Developer"
  100. }
  101. ],
  102. "description": "sabre/event is a library for lightweight event-based programming",
  103. "homepage": "http://sabre.io/event/",
  104. "keywords": [
  105. "EventEmitter",
  106. "async",
  107. "events",
  108. "hooks",
  109. "plugin",
  110. "promise",
  111. "signal"
  112. ]
  113. },
  114. {
  115. "name": "sabre/http",
  116. "version": "4.2.1",
  117. "version_normalized": "4.2.1.0",
  118. "source": {
  119. "type": "git",
  120. "url": "https://github.com/fruux/sabre-http.git",
  121. "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e"
  122. },
  123. "dist": {
  124. "type": "zip",
  125. "url": "https://api.github.com/repos/fruux/sabre-http/zipball/2e93bc8321524c67be4ca5b8415daebd4c8bf85e",
  126. "reference": "2e93bc8321524c67be4ca5b8415daebd4c8bf85e",
  127. "shasum": ""
  128. },
  129. "require": {
  130. "ext-mbstring": "*",
  131. "php": ">=5.4",
  132. "sabre/event": ">=1.0.0,<4.0.0",
  133. "sabre/uri": "~1.0"
  134. },
  135. "require-dev": {
  136. "phpunit/phpunit": "~4.3",
  137. "sabre/cs": "~0.0.1"
  138. },
  139. "suggest": {
  140. "ext-curl": " to make http requests with the Client class"
  141. },
  142. "time": "2016-01-06 23:00:08",
  143. "type": "library",
  144. "installation-source": "dist",
  145. "autoload": {
  146. "files": [
  147. "lib/functions.php"
  148. ],
  149. "psr-4": {
  150. "Sabre\\HTTP\\": "lib/"
  151. }
  152. },
  153. "notification-url": "https://packagist.org/downloads/",
  154. "license": [
  155. "BSD-3-Clause"
  156. ],
  157. "authors": [
  158. {
  159. "name": "Evert Pot",
  160. "email": "me@evertpot.com",
  161. "homepage": "http://evertpot.com/",
  162. "role": "Developer"
  163. }
  164. ],
  165. "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
  166. "homepage": "https://github.com/fruux/sabre-http",
  167. "keywords": [
  168. "http"
  169. ]
  170. },
  171. {
  172. "name": "sabre/xml",
  173. "version": "1.3.0",
  174. "version_normalized": "1.3.0.0",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/fruux/sabre-xml.git",
  178. "reference": "420400f36655d79894fae8ce970516a71ea8f5f5"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/420400f36655d79894fae8ce970516a71ea8f5f5",
  183. "reference": "420400f36655d79894fae8ce970516a71ea8f5f5",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "ext-dom": "*",
  188. "ext-xmlreader": "*",
  189. "ext-xmlwriter": "*",
  190. "lib-libxml": ">=2.6.20",
  191. "php": ">=5.4.1",
  192. "sabre/uri": "~1.0"
  193. },
  194. "require-dev": {
  195. "phpunit/phpunit": "*",
  196. "sabre/cs": "~0.0.2"
  197. },
  198. "time": "2015-12-29 20:51:22",
  199. "type": "library",
  200. "installation-source": "dist",
  201. "autoload": {
  202. "psr-4": {
  203. "Sabre\\Xml\\": "lib/"
  204. },
  205. "files": [
  206. "lib/Deserializer/functions.php",
  207. "lib/Serializer/functions.php"
  208. ]
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "BSD-3-Clause"
  213. ],
  214. "authors": [
  215. {
  216. "name": "Evert Pot",
  217. "email": "me@evertpot.com",
  218. "homepage": "http://evertpot.com/",
  219. "role": "Developer"
  220. },
  221. {
  222. "name": "Markus Staab",
  223. "email": "markus.staab@redaxo.de",
  224. "role": "Developer"
  225. }
  226. ],
  227. "description": "sabre/xml is an XML library that you may not hate.",
  228. "homepage": "https://sabre.io/xml/",
  229. "keywords": [
  230. "XMLReader",
  231. "XMLWriter",
  232. "dom",
  233. "xml"
  234. ]
  235. },
  236. {
  237. "name": "sabre/vobject",
  238. "version": "4.0.2",
  239. "version_normalized": "4.0.2.0",
  240. "source": {
  241. "type": "git",
  242. "url": "https://github.com/fruux/sabre-vobject.git",
  243. "reference": "0d123ede292ab1a8d4f1a4efc1e809f67a5c6010"
  244. },
  245. "dist": {
  246. "type": "zip",
  247. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/0d123ede292ab1a8d4f1a4efc1e809f67a5c6010",
  248. "reference": "0d123ede292ab1a8d4f1a4efc1e809f67a5c6010",
  249. "shasum": ""
  250. },
  251. "require": {
  252. "ext-mbstring": "*",
  253. "php": ">=5.5",
  254. "sabre/xml": "~1.1"
  255. },
  256. "require-dev": {
  257. "phpunit/phpunit": "*",
  258. "sabre/cs": "~0.0.3"
  259. },
  260. "suggest": {
  261. "hoa/bench": "If you would like to run the benchmark scripts"
  262. },
  263. "time": "2016-01-11 17:39:47",
  264. "bin": [
  265. "bin/vobject",
  266. "bin/generate_vcards"
  267. ],
  268. "type": "library",
  269. "extra": {
  270. "branch-alias": {
  271. "dev-master": "4.0.x-dev"
  272. }
  273. },
  274. "installation-source": "dist",
  275. "autoload": {
  276. "psr-4": {
  277. "Sabre\\VObject\\": "lib/"
  278. }
  279. },
  280. "notification-url": "https://packagist.org/downloads/",
  281. "license": [
  282. "BSD-3-Clause"
  283. ],
  284. "authors": [
  285. {
  286. "name": "Evert Pot",
  287. "email": "me@evertpot.com",
  288. "homepage": "http://evertpot.com/",
  289. "role": "Developer"
  290. },
  291. {
  292. "name": "Dominik Tobschall",
  293. "email": "dominik@fruux.com",
  294. "homepage": "http://tobschall.de/",
  295. "role": "Developer"
  296. },
  297. {
  298. "name": "Ivan Enderlin",
  299. "email": "ivan.enderlin@hoa-project.net",
  300. "homepage": "http://mnt.io/",
  301. "role": "Developer"
  302. }
  303. ],
  304. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  305. "homepage": "http://sabre.io/vobject/",
  306. "keywords": [
  307. "availability",
  308. "freebusy",
  309. "iCalendar",
  310. "ics",
  311. "jCal",
  312. "jCard",
  313. "recurrence",
  314. "rfc2425",
  315. "rfc2426",
  316. "rfc2739",
  317. "rfc4770",
  318. "rfc5545",
  319. "rfc5546",
  320. "rfc6321",
  321. "rfc6350",
  322. "rfc6351",
  323. "rfc6474",
  324. "rfc6638",
  325. "rfc6715",
  326. "rfc6868",
  327. "vCard",
  328. "vcf",
  329. "xCal",
  330. "xCard"
  331. ]
  332. },
  333. {
  334. "name": "sabre/dav",
  335. "version": "3.1.1",
  336. "version_normalized": "3.1.1.0",
  337. "source": {
  338. "type": "git",
  339. "url": "https://github.com/fruux/sabre-dav.git",
  340. "reference": "14faf6e3a79d1255c190a2605273b86decc4de8d"
  341. },
  342. "dist": {
  343. "type": "zip",
  344. "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/14faf6e3a79d1255c190a2605273b86decc4de8d",
  345. "reference": "14faf6e3a79d1255c190a2605273b86decc4de8d",
  346. "shasum": ""
  347. },
  348. "require": {
  349. "ext-ctype": "*",
  350. "ext-date": "*",
  351. "ext-dom": "*",
  352. "ext-iconv": "*",
  353. "ext-libxml": "*",
  354. "ext-mbstring": "*",
  355. "ext-pcre": "*",
  356. "ext-simplexml": "*",
  357. "ext-spl": "*",
  358. "php": ">=5.5.0",
  359. "sabre/event": ">=2.0.0, <4.0.0",
  360. "sabre/http": "^4.2.1",
  361. "sabre/uri": "~1.0",
  362. "sabre/vobject": "~4.0",
  363. "sabre/xml": "~1.0"
  364. },
  365. "require-dev": {
  366. "evert/phpdoc-md": "~0.1.0",
  367. "phpunit/phpunit": "> 4.8, <=6.0.0",
  368. "sabre/cs": "~0.0.5"
  369. },
  370. "suggest": {
  371. "ext-curl": "*",
  372. "ext-pdo": "*"
  373. },
  374. "time": "2016-01-25 21:22:21",
  375. "bin": [
  376. "bin/sabredav",
  377. "bin/naturalselection"
  378. ],
  379. "type": "library",
  380. "extra": {
  381. "branch-alias": {
  382. "dev-master": "3.1.0-dev"
  383. }
  384. },
  385. "installation-source": "dist",
  386. "autoload": {
  387. "psr-4": {
  388. "Sabre\\DAV\\": "lib/DAV/",
  389. "Sabre\\DAVACL\\": "lib/DAVACL/",
  390. "Sabre\\CalDAV\\": "lib/CalDAV/",
  391. "Sabre\\CardDAV\\": "lib/CardDAV/"
  392. }
  393. },
  394. "notification-url": "https://packagist.org/downloads/",
  395. "license": [
  396. "BSD-3-Clause"
  397. ],
  398. "authors": [
  399. {
  400. "name": "Evert Pot",
  401. "email": "me@evertpot.com",
  402. "homepage": "http://evertpot.com/",
  403. "role": "Developer"
  404. }
  405. ],
  406. "description": "WebDAV Framework for PHP",
  407. "homepage": "http://sabre.io/",
  408. "keywords": [
  409. "CalDAV",
  410. "CardDAV",
  411. "WebDAV",
  412. "framework",
  413. "iCalendar"
  414. ]
  415. }
  416. ]