installed.json 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  1. [
  2. {
  3. "name": "evenement/evenement",
  4. "version": "v1.0.0",
  5. "version_normalized": "1.0.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/igorw/evenement.git",
  9. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/igorw/evenement/zipball/fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  14. "reference": "fa966683e7df3e5dd5929d984a44abfbd6bafe8d",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "time": "2012-05-30 15:01:08",
  21. "type": "library",
  22. "installation-source": "dist",
  23. "autoload": {
  24. "psr-0": {
  25. "Evenement": "src"
  26. }
  27. },
  28. "notification-url": "https://packagist.org/downloads/",
  29. "license": [
  30. "MIT"
  31. ],
  32. "authors": [
  33. {
  34. "name": "Igor Wiedler",
  35. "email": "igor@wiedler.ch",
  36. "homepage": "http://wiedler.ch/igor/"
  37. }
  38. ],
  39. "description": "Événement is a very simple event dispatching library for PHP 5.3",
  40. "keywords": [
  41. "event-dispatcher"
  42. ]
  43. },
  44. {
  45. "name": "psr/log",
  46. "version": "1.0.0",
  47. "version_normalized": "1.0.0.0",
  48. "source": {
  49. "type": "git",
  50. "url": "https://github.com/php-fig/log.git",
  51. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  52. },
  53. "dist": {
  54. "type": "zip",
  55. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  56. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  57. "shasum": ""
  58. },
  59. "time": "2012-12-21 11:40:51",
  60. "type": "library",
  61. "installation-source": "dist",
  62. "autoload": {
  63. "psr-0": {
  64. "Psr\\Log\\": ""
  65. }
  66. },
  67. "notification-url": "https://packagist.org/downloads/",
  68. "license": [
  69. "MIT"
  70. ],
  71. "authors": [
  72. {
  73. "name": "PHP-FIG",
  74. "homepage": "http://www.php-fig.org/"
  75. }
  76. ],
  77. "description": "Common interface for logging libraries",
  78. "keywords": [
  79. "log",
  80. "psr",
  81. "psr-3"
  82. ]
  83. },
  84. {
  85. "name": "alchemy/binary-driver",
  86. "version": "1.5.0",
  87. "version_normalized": "1.5.0.0",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/alchemy-fr/BinaryDriver.git",
  91. "reference": "b32c03d4b56ce29f783051eac55887adae654b41"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/b32c03d4b56ce29f783051eac55887adae654b41",
  96. "reference": "b32c03d4b56ce29f783051eac55887adae654b41",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "evenement/evenement": "~1.0",
  101. "monolog/monolog": "~1.3",
  102. "php": ">=5.3.3",
  103. "psr/log": "~1.0",
  104. "symfony/process": "~2.0"
  105. },
  106. "require-dev": {
  107. "phpunit/phpunit": "~3.7"
  108. },
  109. "time": "2013-06-21 15:51:20",
  110. "type": "library",
  111. "installation-source": "dist",
  112. "autoload": {
  113. "psr-0": {
  114. "Alchemy": "src"
  115. }
  116. },
  117. "notification-url": "https://packagist.org/downloads/",
  118. "license": [
  119. "MIT"
  120. ],
  121. "authors": [
  122. {
  123. "name": "Romain Neutron",
  124. "email": "imprec@gmail.com",
  125. "homepage": "http://www.lickmychip.com/"
  126. },
  127. {
  128. "name": "Nicolas Le Goff",
  129. "email": "legoff.n@gmail.com"
  130. },
  131. {
  132. "name": "Phraseanet Team",
  133. "email": "info@alchemy.fr",
  134. "homepage": "http://www.phraseanet.com/"
  135. }
  136. ],
  137. "description": "A set of tools to build binary drivers",
  138. "keywords": [
  139. "binary",
  140. "driver"
  141. ]
  142. },
  143. {
  144. "name": "php-ffmpeg/php-ffmpeg",
  145. "version": "0.3.x-dev",
  146. "version_normalized": "0.3.9999999.9999999-dev",
  147. "source": {
  148. "type": "git",
  149. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  150. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0"
  151. },
  152. "dist": {
  153. "type": "zip",
  154. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  155. "reference": "185fb5c33da594db7ffbf3f89d48e9841bc666a0",
  156. "shasum": ""
  157. },
  158. "require": {
  159. "alchemy/binary-driver": "~1.5",
  160. "doctrine/cache": "~1.0",
  161. "evenement/evenement": "~1.0",
  162. "neutron/temporary-filesystem": "~2.1, >=2.1.1",
  163. "php": ">=5.3.3"
  164. },
  165. "require-dev": {
  166. "phpunit/phpunit": "~3.7",
  167. "sami/sami": "~1.0",
  168. "silex/silex": "~1.0"
  169. },
  170. "suggest": {
  171. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  172. },
  173. "time": "2013-10-21 12:13:46",
  174. "type": "library",
  175. "extra": {
  176. "branch-alias": {
  177. "dev-master": "0.4-dev"
  178. }
  179. },
  180. "installation-source": "source",
  181. "autoload": {
  182. "psr-0": {
  183. "FFMpeg": "src"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Romain Neutron",
  193. "email": "imprec@gmail.com",
  194. "homepage": "http://www.lickmychip.com/"
  195. },
  196. {
  197. "name": "Phraseanet Team",
  198. "email": "info@alchemy.fr",
  199. "homepage": "http://www.phraseanet.com/"
  200. }
  201. ],
  202. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  203. "keywords": [
  204. "audio",
  205. "audio processing",
  206. "avconv",
  207. "avprobe",
  208. "ffmpeg",
  209. "ffprobe",
  210. "video",
  211. "video processing"
  212. ]
  213. },
  214. {
  215. "name": "neutron/temporary-filesystem",
  216. "version": "2.1.1",
  217. "version_normalized": "2.1.1.0",
  218. "source": {
  219. "type": "git",
  220. "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
  221. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0"
  222. },
  223. "dist": {
  224. "type": "zip",
  225. "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  226. "reference": "6b21fa99fd452efea16b9a7adb7304ccfff854d0",
  227. "shasum": ""
  228. },
  229. "require": {
  230. "symfony/filesystem": "~2.0"
  231. },
  232. "require-dev": {
  233. "phpunit/phpunit": "~3.7"
  234. },
  235. "time": "2013-10-10 10:58:09",
  236. "type": "library",
  237. "installation-source": "dist",
  238. "autoload": {
  239. "psr-0": {
  240. "Neutron": "src"
  241. }
  242. },
  243. "notification-url": "https://packagist.org/downloads/",
  244. "license": [
  245. "MIT"
  246. ],
  247. "authors": [
  248. {
  249. "name": "Romain Neutron",
  250. "email": "imprec@gmail.com",
  251. "homepage": "http://www.lickmychip.com/"
  252. }
  253. ],
  254. "description": "Symfony filesystem extension to handle temporary files"
  255. },
  256. {
  257. "name": "toin0u/http-adapter",
  258. "version": "1.0.3",
  259. "version_normalized": "1.0.3.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/toin0u/HttpAdapter.git",
  263. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/toin0u/HttpAdapter/zipball/29253948d446bc3afc29897ac67b4cd01f56cd10",
  268. "reference": "29253948d446bc3afc29897ac67b4cd01f56cd10",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "ext-curl": "*",
  273. "php": ">=5.3.0"
  274. },
  275. "require-dev": {
  276. "guzzle/guzzle": "@stable",
  277. "kriswallsmith/buzz": "@stable",
  278. "satooshi/php-coveralls": "~0.6",
  279. "zendframework/zendframework": "~2.1"
  280. },
  281. "suggest": {
  282. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter",
  283. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter",
  284. "zendframework/zendframework": "Enabling Zend Http allows you to use the ZendHttpAdapter"
  285. },
  286. "time": "2013-05-26 18:18:11",
  287. "type": "library",
  288. "extra": {
  289. "branch-alias": {
  290. "dev-master": "1.0-dev"
  291. }
  292. },
  293. "installation-source": "dist",
  294. "autoload": {
  295. "psr-0": {
  296. "HttpAdapter": "src/"
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Antoine Corcy",
  306. "email": "contact@sbin.dk",
  307. "homepage": "http://sbin.dk",
  308. "role": "Developer"
  309. }
  310. ],
  311. "description": "HttpAdapter PHP 5.3+ library",
  312. "homepage": "https://github.com/toin0u/HttpAdapter",
  313. "keywords": [
  314. "adapter",
  315. "http"
  316. ]
  317. },
  318. {
  319. "name": "toin0u/digitalocean",
  320. "version": "1.4.2",
  321. "version_normalized": "1.4.2.0",
  322. "source": {
  323. "type": "git",
  324. "url": "https://github.com/toin0u/DigitalOcean.git",
  325. "reference": "fb460785207fa4029217eef489508b9ed6c61b00"
  326. },
  327. "dist": {
  328. "type": "zip",
  329. "url": "https://api.github.com/repos/toin0u/DigitalOcean/zipball/fb460785207fa4029217eef489508b9ed6c61b00",
  330. "reference": "fb460785207fa4029217eef489508b9ed6c61b00",
  331. "shasum": ""
  332. },
  333. "require": {
  334. "php": ">=5.3.0",
  335. "symfony/console": "~2.3",
  336. "symfony/yaml": "~2.3",
  337. "toin0u/http-adapter": "~1.0"
  338. },
  339. "require-dev": {
  340. "satooshi/php-coveralls": "~0.6"
  341. },
  342. "time": "2014-01-14 22:20:56",
  343. "bin": [
  344. "digitalocean"
  345. ],
  346. "type": "library",
  347. "extra": {
  348. "branch-alias": {
  349. "dev-master": "1.4-dev"
  350. }
  351. },
  352. "installation-source": "dist",
  353. "autoload": {
  354. "psr-0": {
  355. "DigitalOcean": "src/"
  356. }
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Antoine Corcy",
  365. "email": "contact@sbin.dk",
  366. "homepage": "http://sbin.dk",
  367. "role": "Developer"
  368. }
  369. ],
  370. "description": "DigitalOcean API PHP 5.3+ library",
  371. "homepage": "https://github.com/toin0u/DigitalOcean",
  372. "keywords": [
  373. "Cloud Hosting",
  374. "SSD",
  375. "api",
  376. "digitalocean",
  377. "vps"
  378. ]
  379. },
  380. {
  381. "name": "doctrine/cache",
  382. "version": "v1.3.1",
  383. "version_normalized": "1.3.1.0",
  384. "source": {
  385. "type": "git",
  386. "url": "https://github.com/doctrine/cache.git",
  387. "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7"
  388. },
  389. "dist": {
  390. "type": "zip",
  391. "url": "https://api.github.com/repos/doctrine/cache/zipball/cf483685798a72c93bf4206e3dd6358ea07d64e7",
  392. "reference": "cf483685798a72c93bf4206e3dd6358ea07d64e7",
  393. "shasum": ""
  394. },
  395. "require": {
  396. "php": ">=5.3.2"
  397. },
  398. "conflict": {
  399. "doctrine/common": ">2.2,<2.4"
  400. },
  401. "require-dev": {
  402. "phpunit/phpunit": ">=3.7",
  403. "satooshi/php-coveralls": "~0.6"
  404. },
  405. "time": "2014-09-17 14:24:04",
  406. "type": "library",
  407. "extra": {
  408. "branch-alias": {
  409. "dev-master": "1.4.x-dev"
  410. }
  411. },
  412. "installation-source": "dist",
  413. "autoload": {
  414. "psr-0": {
  415. "Doctrine\\Common\\Cache\\": "lib/"
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "Roman Borschel",
  425. "email": "roman@code-factory.org"
  426. },
  427. {
  428. "name": "Benjamin Eberlei",
  429. "email": "kontakt@beberlei.de"
  430. },
  431. {
  432. "name": "Guilherme Blanco",
  433. "email": "guilhermeblanco@gmail.com"
  434. },
  435. {
  436. "name": "Jonathan Wage",
  437. "email": "jonwage@gmail.com"
  438. },
  439. {
  440. "name": "Johannes Schmitt",
  441. "email": "schmittjoh@gmail.com"
  442. }
  443. ],
  444. "description": "Caching library offering an object-oriented API for many cache backends",
  445. "homepage": "http://www.doctrine-project.org",
  446. "keywords": [
  447. "cache",
  448. "caching"
  449. ]
  450. },
  451. {
  452. "name": "monolog/monolog",
  453. "version": "1.11.0",
  454. "version_normalized": "1.11.0.0",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/Seldaek/monolog.git",
  458. "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
  463. "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.0",
  468. "psr/log": "~1.0"
  469. },
  470. "provide": {
  471. "psr/log-implementation": "1.0.0"
  472. },
  473. "require-dev": {
  474. "aws/aws-sdk-php": "~2.4, >2.4.8",
  475. "doctrine/couchdb": "~1.0@dev",
  476. "graylog2/gelf-php": "~1.0",
  477. "phpunit/phpunit": "~3.7.0",
  478. "raven/raven": "~0.5",
  479. "ruflin/elastica": "0.90.*",
  480. "videlalvaro/php-amqplib": "~2.4"
  481. },
  482. "suggest": {
  483. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  484. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  485. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  486. "ext-mongo": "Allow sending log messages to a MongoDB server",
  487. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  488. "raven/raven": "Allow sending log messages to a Sentry server",
  489. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  490. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  491. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  492. },
  493. "time": "2014-09-30 13:30:58",
  494. "type": "library",
  495. "extra": {
  496. "branch-alias": {
  497. "dev-master": "1.11.x-dev"
  498. }
  499. },
  500. "installation-source": "dist",
  501. "autoload": {
  502. "psr-4": {
  503. "Monolog\\": "src/Monolog"
  504. }
  505. },
  506. "notification-url": "https://packagist.org/downloads/",
  507. "license": [
  508. "MIT"
  509. ],
  510. "authors": [
  511. {
  512. "name": "Jordi Boggiano",
  513. "email": "j.boggiano@seld.be",
  514. "homepage": "http://seld.be"
  515. }
  516. ],
  517. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  518. "homepage": "http://github.com/Seldaek/monolog",
  519. "keywords": [
  520. "log",
  521. "logging",
  522. "psr-3"
  523. ]
  524. },
  525. {
  526. "name": "twig/twig",
  527. "version": "v1.16.2",
  528. "version_normalized": "1.16.2.0",
  529. "source": {
  530. "type": "git",
  531. "url": "https://github.com/fabpot/Twig.git",
  532. "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
  533. },
  534. "dist": {
  535. "type": "zip",
  536. "url": "https://api.github.com/repos/fabpot/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
  537. "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
  538. "shasum": ""
  539. },
  540. "require": {
  541. "php": ">=5.2.4"
  542. },
  543. "time": "2014-10-17 12:53:44",
  544. "type": "library",
  545. "extra": {
  546. "branch-alias": {
  547. "dev-master": "1.16-dev"
  548. }
  549. },
  550. "installation-source": "dist",
  551. "autoload": {
  552. "psr-0": {
  553. "Twig_": "lib/"
  554. }
  555. },
  556. "notification-url": "https://packagist.org/downloads/",
  557. "license": [
  558. "BSD-3-Clause"
  559. ],
  560. "authors": [
  561. {
  562. "name": "Fabien Potencier",
  563. "email": "fabien@symfony.com",
  564. "homepage": "http://fabien.potencier.org",
  565. "role": "Lead Developer"
  566. },
  567. {
  568. "name": "Armin Ronacher",
  569. "email": "armin.ronacher@active-4.com",
  570. "role": "Project Founder"
  571. },
  572. {
  573. "name": "Twig Team",
  574. "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
  575. "role": "Contributors"
  576. }
  577. ],
  578. "description": "Twig, the flexible, fast, and secure template language for PHP",
  579. "homepage": "http://twig.sensiolabs.org",
  580. "keywords": [
  581. "templating"
  582. ]
  583. },
  584. {
  585. "name": "emojione/emojione",
  586. "version": "v1.3.0",
  587. "version_normalized": "1.3.0.0",
  588. "source": {
  589. "type": "git",
  590. "url": "https://github.com/Ranks/emojione.git",
  591. "reference": "2a34acf3771a219045e133063aa759035d4f842c"
  592. },
  593. "dist": {
  594. "type": "zip",
  595. "url": "https://api.github.com/repos/Ranks/emojione/zipball/2a34acf3771a219045e133063aa759035d4f842c",
  596. "reference": "2a34acf3771a219045e133063aa759035d4f842c",
  597. "shasum": ""
  598. },
  599. "require": {
  600. "php": ">=5.3"
  601. },
  602. "time": "2014-10-31 19:31:57",
  603. "type": "library",
  604. "installation-source": "dist",
  605. "autoload": {
  606. "psr-4": {
  607. "Emojione\\": "lib/php/src"
  608. }
  609. },
  610. "notification-url": "https://packagist.org/downloads/",
  611. "description": "Emoji One is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG and SVG formats provided for the emoji images.",
  612. "homepage": "http://www.emojione.com",
  613. "keywords": [
  614. "Emoji One",
  615. "emoji",
  616. "emojione",
  617. "emojis",
  618. "emoticons",
  619. "smileys",
  620. "smilies",
  621. "unicode"
  622. ]
  623. },
  624. {
  625. "name": "michelf/php-markdown",
  626. "version": "1.4.1",
  627. "version_normalized": "1.4.1.0",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/michelf/php-markdown.git",
  631. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  636. "reference": "de9a19c7bf352d41cc99ed86c3c0ef17e87394b6",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": ">=5.3.0"
  641. },
  642. "time": "2014-05-05 02:43:50",
  643. "type": "library",
  644. "extra": {
  645. "branch-alias": {
  646. "dev-lib": "1.4.x-dev"
  647. }
  648. },
  649. "installation-source": "dist",
  650. "autoload": {
  651. "psr-0": {
  652. "Michelf": ""
  653. }
  654. },
  655. "notification-url": "https://packagist.org/downloads/",
  656. "license": [
  657. "BSD-3-Clause"
  658. ],
  659. "authors": [
  660. {
  661. "name": "Michel Fortin",
  662. "email": "michel.fortin@michelf.ca",
  663. "homepage": "http://michelf.ca/",
  664. "role": "Developer"
  665. },
  666. {
  667. "name": "John Gruber",
  668. "homepage": "http://daringfireball.net/"
  669. }
  670. ],
  671. "description": "PHP Markdown",
  672. "homepage": "http://michelf.ca/projects/php-markdown/",
  673. "keywords": [
  674. "markdown"
  675. ]
  676. },
  677. {
  678. "name": "zendframework/zend-stdlib",
  679. "version": "2.3.3",
  680. "version_normalized": "2.3.3.0",
  681. "target-dir": "Zend/Stdlib",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/zendframework/Component_ZendStdlib.git",
  685. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/zendframework/Component_ZendStdlib/zipball/fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  690. "reference": "fa33e6647f830d0d2a1cb451efcdfe1bb9a66c33",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "php": ">=5.3.23"
  695. },
  696. "require-dev": {
  697. "zendframework/zend-eventmanager": "self.version",
  698. "zendframework/zend-serializer": "self.version",
  699. "zendframework/zend-servicemanager": "self.version"
  700. },
  701. "suggest": {
  702. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  703. "zendframework/zend-serializer": "Zend\\Serializer component",
  704. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  705. },
  706. "time": "2014-09-16 22:58:11",
  707. "type": "library",
  708. "extra": {
  709. "branch-alias": {
  710. "dev-master": "2.3-dev",
  711. "dev-develop": "2.4-dev"
  712. }
  713. },
  714. "installation-source": "dist",
  715. "autoload": {
  716. "psr-0": {
  717. "Zend\\Stdlib\\": ""
  718. }
  719. },
  720. "notification-url": "https://packagist.org/downloads/",
  721. "license": [
  722. "BSD-3-Clause"
  723. ],
  724. "homepage": "https://github.com/zendframework/zf2",
  725. "keywords": [
  726. "stdlib",
  727. "zf2"
  728. ]
  729. },
  730. {
  731. "name": "sabre/vobject",
  732. "version": "3.3.4",
  733. "version_normalized": "3.3.4.0",
  734. "source": {
  735. "type": "git",
  736. "url": "https://github.com/fruux/sabre-vobject.git",
  737. "reference": "e7cbc59a7a77325dfa32924865e1802c9216a3e0"
  738. },
  739. "dist": {
  740. "type": "zip",
  741. "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/e7cbc59a7a77325dfa32924865e1802c9216a3e0",
  742. "reference": "e7cbc59a7a77325dfa32924865e1802c9216a3e0",
  743. "shasum": ""
  744. },
  745. "require": {
  746. "ext-mbstring": "*",
  747. "php": ">=5.3.1"
  748. },
  749. "require-dev": {
  750. "phpunit/phpunit": "*",
  751. "squizlabs/php_codesniffer": "*"
  752. },
  753. "time": "2014-11-19 22:15:24",
  754. "bin": [
  755. "bin/vobject",
  756. "bin/generate_vcards"
  757. ],
  758. "type": "library",
  759. "extra": {
  760. "branch-alias": {
  761. "dev-master": "3.2.x-dev"
  762. }
  763. },
  764. "installation-source": "dist",
  765. "autoload": {
  766. "psr-4": {
  767. "Sabre\\VObject\\": "lib/"
  768. }
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "BSD-3-Clause"
  773. ],
  774. "authors": [
  775. {
  776. "name": "Evert Pot",
  777. "email": "me@evertpot.com",
  778. "homepage": "http://evertpot.com/",
  779. "role": "Developer"
  780. },
  781. {
  782. "name": "Dominik Tobschall",
  783. "email": "dominik@fruux.com",
  784. "homepage": "http://tobschall.de/",
  785. "role": "Developer"
  786. }
  787. ],
  788. "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
  789. "homepage": "http://sabre.io/vobject/",
  790. "keywords": [
  791. "VObject",
  792. "iCalendar",
  793. "jCal",
  794. "jCard",
  795. "vCard"
  796. ]
  797. },
  798. {
  799. "name": "symfony/filesystem",
  800. "version": "v2.6.1",
  801. "version_normalized": "2.6.1.0",
  802. "target-dir": "Symfony/Component/Filesystem",
  803. "source": {
  804. "type": "git",
  805. "url": "https://github.com/symfony/Filesystem.git",
  806. "reference": "ff6efc95256cb33031933729e68b01d720b5436b"
  807. },
  808. "dist": {
  809. "type": "zip",
  810. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/ff6efc95256cb33031933729e68b01d720b5436b",
  811. "reference": "ff6efc95256cb33031933729e68b01d720b5436b",
  812. "shasum": ""
  813. },
  814. "require": {
  815. "php": ">=5.3.3"
  816. },
  817. "time": "2014-12-02 20:19:20",
  818. "type": "library",
  819. "extra": {
  820. "branch-alias": {
  821. "dev-master": "2.6-dev"
  822. }
  823. },
  824. "installation-source": "dist",
  825. "autoload": {
  826. "psr-0": {
  827. "Symfony\\Component\\Filesystem\\": ""
  828. }
  829. },
  830. "notification-url": "https://packagist.org/downloads/",
  831. "license": [
  832. "MIT"
  833. ],
  834. "authors": [
  835. {
  836. "name": "Symfony Community",
  837. "homepage": "http://symfony.com/contributors"
  838. },
  839. {
  840. "name": "Fabien Potencier",
  841. "email": "fabien@symfony.com"
  842. }
  843. ],
  844. "description": "Symfony Filesystem Component",
  845. "homepage": "http://symfony.com"
  846. },
  847. {
  848. "name": "symfony/console",
  849. "version": "v2.6.1",
  850. "version_normalized": "2.6.1.0",
  851. "target-dir": "Symfony/Component/Console",
  852. "source": {
  853. "type": "git",
  854. "url": "https://github.com/symfony/Console.git",
  855. "reference": "ef825fd9f809d275926547c9e57cbf14968793e8"
  856. },
  857. "dist": {
  858. "type": "zip",
  859. "url": "https://api.github.com/repos/symfony/Console/zipball/ef825fd9f809d275926547c9e57cbf14968793e8",
  860. "reference": "ef825fd9f809d275926547c9e57cbf14968793e8",
  861. "shasum": ""
  862. },
  863. "require": {
  864. "php": ">=5.3.3"
  865. },
  866. "require-dev": {
  867. "psr/log": "~1.0",
  868. "symfony/event-dispatcher": "~2.1",
  869. "symfony/process": "~2.1"
  870. },
  871. "suggest": {
  872. "psr/log": "For using the console logger",
  873. "symfony/event-dispatcher": "",
  874. "symfony/process": ""
  875. },
  876. "time": "2014-12-02 20:19:20",
  877. "type": "library",
  878. "extra": {
  879. "branch-alias": {
  880. "dev-master": "2.6-dev"
  881. }
  882. },
  883. "installation-source": "dist",
  884. "autoload": {
  885. "psr-0": {
  886. "Symfony\\Component\\Console\\": ""
  887. }
  888. },
  889. "notification-url": "https://packagist.org/downloads/",
  890. "license": [
  891. "MIT"
  892. ],
  893. "authors": [
  894. {
  895. "name": "Symfony Community",
  896. "homepage": "http://symfony.com/contributors"
  897. },
  898. {
  899. "name": "Fabien Potencier",
  900. "email": "fabien@symfony.com"
  901. }
  902. ],
  903. "description": "Symfony Console Component",
  904. "homepage": "http://symfony.com"
  905. },
  906. {
  907. "name": "symfony/yaml",
  908. "version": "v2.6.1",
  909. "version_normalized": "2.6.1.0",
  910. "target-dir": "Symfony/Component/Yaml",
  911. "source": {
  912. "type": "git",
  913. "url": "https://github.com/symfony/Yaml.git",
  914. "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20"
  915. },
  916. "dist": {
  917. "type": "zip",
  918. "url": "https://api.github.com/repos/symfony/Yaml/zipball/3346fc090a3eb6b53d408db2903b241af51dcb20",
  919. "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20",
  920. "shasum": ""
  921. },
  922. "require": {
  923. "php": ">=5.3.3"
  924. },
  925. "time": "2014-12-02 20:19:20",
  926. "type": "library",
  927. "extra": {
  928. "branch-alias": {
  929. "dev-master": "2.6-dev"
  930. }
  931. },
  932. "installation-source": "dist",
  933. "autoload": {
  934. "psr-0": {
  935. "Symfony\\Component\\Yaml\\": ""
  936. }
  937. },
  938. "notification-url": "https://packagist.org/downloads/",
  939. "license": [
  940. "MIT"
  941. ],
  942. "authors": [
  943. {
  944. "name": "Symfony Community",
  945. "homepage": "http://symfony.com/contributors"
  946. },
  947. {
  948. "name": "Fabien Potencier",
  949. "email": "fabien@symfony.com"
  950. }
  951. ],
  952. "description": "Symfony Yaml Component",
  953. "homepage": "http://symfony.com"
  954. },
  955. {
  956. "name": "symfony/process",
  957. "version": "v2.6.1",
  958. "version_normalized": "2.6.1.0",
  959. "target-dir": "Symfony/Component/Process",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/symfony/Process.git",
  963. "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://api.github.com/repos/symfony/Process/zipball/bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
  968. "reference": "bf0c9bd625f13b0b0bbe39919225cf145dfb935a",
  969. "shasum": ""
  970. },
  971. "require": {
  972. "php": ">=5.3.3"
  973. },
  974. "time": "2014-12-02 20:19:20",
  975. "type": "library",
  976. "extra": {
  977. "branch-alias": {
  978. "dev-master": "2.6-dev"
  979. }
  980. },
  981. "installation-source": "dist",
  982. "autoload": {
  983. "psr-0": {
  984. "Symfony\\Component\\Process\\": ""
  985. }
  986. },
  987. "notification-url": "https://packagist.org/downloads/",
  988. "license": [
  989. "MIT"
  990. ],
  991. "authors": [
  992. {
  993. "name": "Symfony Community",
  994. "homepage": "http://symfony.com/contributors"
  995. },
  996. {
  997. "name": "Fabien Potencier",
  998. "email": "fabien@symfony.com"
  999. }
  1000. ],
  1001. "description": "Symfony Process Component",
  1002. "homepage": "http://symfony.com"
  1003. },
  1004. {
  1005. "name": "zendframework/zend-config",
  1006. "version": "2.3.3",
  1007. "version_normalized": "2.3.3.0",
  1008. "target-dir": "Zend/Config",
  1009. "source": {
  1010. "type": "git",
  1011. "url": "https://github.com/zendframework/Component_ZendConfig.git",
  1012. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8"
  1013. },
  1014. "dist": {
  1015. "type": "zip",
  1016. "url": "https://api.github.com/repos/zendframework/Component_ZendConfig/zipball/a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1017. "reference": "a9ad512e1482461a5b500ee3fcf2d06ec9c7c7e8",
  1018. "shasum": ""
  1019. },
  1020. "require": {
  1021. "php": ">=5.3.23",
  1022. "zendframework/zend-stdlib": "self.version"
  1023. },
  1024. "require-dev": {
  1025. "zendframework/zend-filter": "self.version",
  1026. "zendframework/zend-i18n": "self.version",
  1027. "zendframework/zend-json": "self.version",
  1028. "zendframework/zend-servicemanager": "self.version"
  1029. },
  1030. "suggest": {
  1031. "zendframework/zend-filter": "Zend\\Filter component",
  1032. "zendframework/zend-i18n": "Zend\\I18n component",
  1033. "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
  1034. "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
  1035. },
  1036. "time": "2014-09-16 22:58:11",
  1037. "type": "library",
  1038. "extra": {
  1039. "branch-alias": {
  1040. "dev-master": "2.3-dev",
  1041. "dev-develop": "2.4-dev"
  1042. }
  1043. },
  1044. "installation-source": "dist",
  1045. "autoload": {
  1046. "psr-0": {
  1047. "Zend\\Config\\": ""
  1048. }
  1049. },
  1050. "notification-url": "https://packagist.org/downloads/",
  1051. "license": [
  1052. "BSD-3-Clause"
  1053. ],
  1054. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  1055. "homepage": "https://github.com/zendframework/zf2",
  1056. "keywords": [
  1057. "config",
  1058. "zf2"
  1059. ]
  1060. }
  1061. ]