installed.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. [
  2. {
  3. "name": "sabre/uri",
  4. "version": "1.2.0",
  5. "version_normalized": "1.2.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/fruux/sabre-uri.git",
  9. "reference": "8545a3335f741d4b7700bb14efb41b4c03775dcd"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/fruux/sabre-uri/zipball/8545a3335f741d4b7700bb14efb41b4c03775dcd",
  14. "reference": "8545a3335f741d4b7700bb14efb41b4c03775dcd",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.7"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "*",
  22. "sabre/cs": "~1.0.0"
  23. },
  24. "time": "2016-12-07T01:17:59+00:00",
  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/xml",
  57. "version": "1.5.0",
  58. "version_normalized": "1.5.0.0",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/fruux/sabre-xml.git",
  62. "reference": "59b20e5bbace9912607481634f97d05a776ffca7"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/fruux/sabre-xml/zipball/59b20e5bbace9912607481634f97d05a776ffca7",
  67. "reference": "59b20e5bbace9912607481634f97d05a776ffca7",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "ext-dom": "*",
  72. "ext-xmlreader": "*",
  73. "ext-xmlwriter": "*",
  74. "lib-libxml": ">=2.6.20",
  75. "php": ">=5.5.5",
  76. "sabre/uri": ">=1.0,<3.0.0"
  77. },
  78. "require-dev": {
  79. "phpunit/phpunit": "*",
  80. "sabre/cs": "~1.0.0"
  81. },
  82. "time": "2016-10-09T22:57:52+00:00",
  83. "type": "library",
  84. "installation-source": "dist",
  85. "autoload": {
  86. "psr-4": {
  87. "Sabre\\Xml\\": "lib/"
  88. },
  89. "files": [
  90. "lib/Deserializer/functions.php",
  91. "lib/Serializer/functions.php"
  92. ]
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "BSD-3-Clause"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Evert Pot",
  101. "email": "me@evertpot.com",
  102. "homepage": "http://evertpot.com/",
  103. "role": "Developer"
  104. },
  105. {
  106. "name": "Markus Staab",
  107. "email": "markus.staab@redaxo.de",
  108. "role": "Developer"
  109. }
  110. ],
  111. "description": "sabre/xml is an XML library that you may not hate.",
  112. "homepage": "https://sabre.io/xml/",
  113. "keywords": [
  114. "XMLReader",
  115. "XMLWriter",
  116. "dom",
  117. "xml"
  118. ]
  119. },
  120. {
  121. "name": "sabre/vobject",
  122. "version": "4.1.2",
  123. "version_normalized": "4.1.2.0",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/fruux/sabre-vobject.git",
  127. "reference": "d0fde2fafa2a3dad1f559c2d1c2591d4fd75ae3c"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/d0fde2fafa2a3dad1f559c2d1c2591d4fd75ae3c",
  132. "reference": "d0fde2fafa2a3dad1f559c2d1c2591d4fd75ae3c",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "ext-mbstring": "*",
  137. "php": ">=5.5",
  138. "sabre/xml": ">=1.5 <3.0"
  139. },
  140. "require-dev": {
  141. "phpunit/phpunit": "*",
  142. "sabre/cs": "^1.0.0"
  143. },
  144. "suggest": {
  145. "hoa/bench": "If you would like to run the benchmark scripts"
  146. },
  147. "time": "2016-12-06T04:14:09+00:00",
  148. "bin": [
  149. "bin/vobject",
  150. "bin/generate_vcards"
  151. ],
  152. "type": "library",
  153. "extra": {
  154. "branch-alias": {
  155. "dev-master": "4.0.x-dev"
  156. }
  157. },
  158. "installation-source": "dist",
  159. "autoload": {
  160. "psr-4": {
  161. "Sabre\\VObject\\": "lib/"
  162. }
  163. },
  164. "notification-url": "https://packagist.org/downloads/",
  165. "license": [
  166. "BSD-3-Clause"
  167. ],
  168. "authors": [
  169. {
  170. "name": "Evert Pot",
  171. "email": "me@evertpot.com",
  172. "homepage": "http://evertpot.com/",
  173. "role": "Developer"
  174. },
  175. {
  176. "name": "Dominik Tobschall",
  177. "email": "dominik@fruux.com",
  178. "homepage": "http://tobschall.de/",
  179. "role": "Developer"
  180. },
  181. {
  182. "name": "Ivan Enderlin",
  183. "email": "ivan.enderlin@hoa-project.net",
  184. "homepage": "http://mnt.io/",
  185. "role": "Developer"
  186. }
  187. ],
  188. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  189. "homepage": "http://sabre.io/vobject/",
  190. "keywords": [
  191. "availability",
  192. "freebusy",
  193. "iCalendar",
  194. "ical",
  195. "ics",
  196. "jCal",
  197. "jCard",
  198. "recurrence",
  199. "rfc2425",
  200. "rfc2426",
  201. "rfc2739",
  202. "rfc4770",
  203. "rfc5545",
  204. "rfc5546",
  205. "rfc6321",
  206. "rfc6350",
  207. "rfc6351",
  208. "rfc6474",
  209. "rfc6638",
  210. "rfc6715",
  211. "rfc6868",
  212. "vCalendar",
  213. "vCard",
  214. "vcf",
  215. "xCal",
  216. "xCard"
  217. ]
  218. },
  219. {
  220. "name": "sabre/event",
  221. "version": "3.0.0",
  222. "version_normalized": "3.0.0.0",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/fruux/sabre-event.git",
  226. "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/fruux/sabre-event/zipball/831d586f5a442dceacdcf5e9c4c36a4db99a3534",
  231. "reference": "831d586f5a442dceacdcf5e9c4c36a4db99a3534",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": ">=5.5"
  236. },
  237. "require-dev": {
  238. "phpunit/phpunit": "*",
  239. "sabre/cs": "~0.0.4"
  240. },
  241. "time": "2015-11-05T20:14:39+00:00",
  242. "type": "library",
  243. "installation-source": "dist",
  244. "autoload": {
  245. "psr-4": {
  246. "Sabre\\Event\\": "lib/"
  247. },
  248. "files": [
  249. "lib/coroutine.php",
  250. "lib/Loop/functions.php",
  251. "lib/Promise/functions.php"
  252. ]
  253. },
  254. "notification-url": "https://packagist.org/downloads/",
  255. "license": [
  256. "BSD-3-Clause"
  257. ],
  258. "authors": [
  259. {
  260. "name": "Evert Pot",
  261. "email": "me@evertpot.com",
  262. "homepage": "http://evertpot.com/",
  263. "role": "Developer"
  264. }
  265. ],
  266. "description": "sabre/event is a library for lightweight event-based programming",
  267. "homepage": "http://sabre.io/event/",
  268. "keywords": [
  269. "EventEmitter",
  270. "async",
  271. "events",
  272. "hooks",
  273. "plugin",
  274. "promise",
  275. "signal"
  276. ]
  277. },
  278. {
  279. "name": "sabre/http",
  280. "version": "4.2.2",
  281. "version_normalized": "4.2.2.0",
  282. "source": {
  283. "type": "git",
  284. "url": "https://github.com/fruux/sabre-http.git",
  285. "reference": "dd50e7260356f4599d40270826f9548b23efa204"
  286. },
  287. "dist": {
  288. "type": "zip",
  289. "url": "https://api.github.com/repos/fruux/sabre-http/zipball/dd50e7260356f4599d40270826f9548b23efa204",
  290. "reference": "dd50e7260356f4599d40270826f9548b23efa204",
  291. "shasum": ""
  292. },
  293. "require": {
  294. "ext-ctype": "*",
  295. "ext-mbstring": "*",
  296. "php": ">=5.4",
  297. "sabre/event": ">=1.0.0,<4.0.0",
  298. "sabre/uri": "~1.0"
  299. },
  300. "require-dev": {
  301. "phpunit/phpunit": "~4.3",
  302. "sabre/cs": "~0.0.1"
  303. },
  304. "suggest": {
  305. "ext-curl": " to make http requests with the Client class"
  306. },
  307. "time": "2017-01-02T19:38:42+00:00",
  308. "type": "library",
  309. "installation-source": "dist",
  310. "autoload": {
  311. "files": [
  312. "lib/functions.php"
  313. ],
  314. "psr-4": {
  315. "Sabre\\HTTP\\": "lib/"
  316. }
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "BSD-3-Clause"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Evert Pot",
  325. "email": "me@evertpot.com",
  326. "homepage": "http://evertpot.com/",
  327. "role": "Developer"
  328. }
  329. ],
  330. "description": "The sabre/http library provides utilities for dealing with http requests and responses. ",
  331. "homepage": "https://github.com/fruux/sabre-http",
  332. "keywords": [
  333. "http"
  334. ]
  335. },
  336. {
  337. "name": "psr/log",
  338. "version": "1.0.2",
  339. "version_normalized": "1.0.2.0",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/php-fig/log.git",
  343. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  348. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  349. "shasum": ""
  350. },
  351. "require": {
  352. "php": ">=5.3.0"
  353. },
  354. "time": "2016-10-10T12:19:37+00:00",
  355. "type": "library",
  356. "extra": {
  357. "branch-alias": {
  358. "dev-master": "1.0.x-dev"
  359. }
  360. },
  361. "installation-source": "dist",
  362. "autoload": {
  363. "psr-4": {
  364. "Psr\\Log\\": "Psr/Log/"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "PHP-FIG",
  374. "homepage": "http://www.php-fig.org/"
  375. }
  376. ],
  377. "description": "Common interface for logging libraries",
  378. "homepage": "https://github.com/php-fig/log",
  379. "keywords": [
  380. "log",
  381. "psr",
  382. "psr-3"
  383. ]
  384. },
  385. {
  386. "name": "sabre/dav",
  387. "version": "3.2.2",
  388. "version_normalized": "3.2.2.0",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/fruux/sabre-dav.git",
  392. "reference": "e987775e619728f12205606c9cc3ee565ffb1516"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/e987775e619728f12205606c9cc3ee565ffb1516",
  397. "reference": "e987775e619728f12205606c9cc3ee565ffb1516",
  398. "shasum": ""
  399. },
  400. "require": {
  401. "ext-ctype": "*",
  402. "ext-date": "*",
  403. "ext-dom": "*",
  404. "ext-iconv": "*",
  405. "ext-mbstring": "*",
  406. "ext-pcre": "*",
  407. "ext-simplexml": "*",
  408. "ext-spl": "*",
  409. "lib-libxml": ">=2.7.0",
  410. "php": ">=5.5.0",
  411. "psr/log": "^1.0",
  412. "sabre/event": ">=2.0.0, <4.0.0",
  413. "sabre/http": "^4.2.1",
  414. "sabre/uri": "^1.0.1",
  415. "sabre/vobject": "^4.1.0",
  416. "sabre/xml": "^1.4.0"
  417. },
  418. "require-dev": {
  419. "evert/phpdoc-md": "~0.1.0",
  420. "monolog/monolog": "^1.18",
  421. "phpunit/phpunit": "> 4.8, <6.0.0",
  422. "sabre/cs": "^1.0.0"
  423. },
  424. "suggest": {
  425. "ext-curl": "*",
  426. "ext-pdo": "*"
  427. },
  428. "time": "2017-02-15T03:06:08+00:00",
  429. "bin": [
  430. "bin/sabredav",
  431. "bin/naturalselection"
  432. ],
  433. "type": "library",
  434. "extra": {
  435. "branch-alias": {
  436. "dev-master": "3.1.0-dev"
  437. }
  438. },
  439. "installation-source": "dist",
  440. "autoload": {
  441. "psr-4": {
  442. "Sabre\\DAV\\": "lib/DAV/",
  443. "Sabre\\DAVACL\\": "lib/DAVACL/",
  444. "Sabre\\CalDAV\\": "lib/CalDAV/",
  445. "Sabre\\CardDAV\\": "lib/CardDAV/"
  446. }
  447. },
  448. "notification-url": "https://packagist.org/downloads/",
  449. "license": [
  450. "BSD-3-Clause"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Evert Pot",
  455. "email": "me@evertpot.com",
  456. "homepage": "http://evertpot.com/",
  457. "role": "Developer"
  458. }
  459. ],
  460. "description": "WebDAV Framework for PHP",
  461. "homepage": "http://sabre.io/",
  462. "keywords": [
  463. "CalDAV",
  464. "CardDAV",
  465. "WebDAV",
  466. "framework",
  467. "iCalendar"
  468. ]
  469. }
  470. ]